]> Git Repo - qemu.git/blobdiff - console.h
Allow additions of ACPI tables from command line (Gleb Natapov)
[qemu.git] / console.h
index 6e764b33865d023e55e93f886c790cf7889deb40..4a2f06fbd652cc3e3a5382df989dc8ea96c060be 100644 (file)
--- a/console.h
+++ b/console.h
@@ -83,6 +83,7 @@ struct PixelFormat {
     uint32_t rmask, gmask, bmask, amask;
     uint8_t rshift, gshift, bshift, ashift;
     uint8_t rmax, gmax, bmax, amax;
+    uint8_t rbits, gbits, bbits, abits;
 };
 
 struct DisplaySurface {
This page took 0.023666 seconds and 4 git commands to generate.