aboutsummaryrefslogtreecommitdiffstats
path: root/console.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2010-05-10 23:52:07 -0700
committerDavid 'Digit' Turner <digit@android.com>2010-05-11 18:11:57 -0700
commitdd9cb7929e2b98bf9f8017ebbd7e433d38541664 (patch)
tree8eac0c57bc1b62e1cf53fe776ac1e67a9d3a956a /console.h
parenta7fb77d6eca56e61e94f62e7deb4120b60b1e919 (diff)
downloadexternal_qemu-dd9cb7929e2b98bf9f8017ebbd7e433d38541664.zip
external_qemu-dd9cb7929e2b98bf9f8017ebbd7e433d38541664.tar.gz
external_qemu-dd9cb7929e2b98bf9f8017ebbd7e433d38541664.tar.bz2
Upstream: integrate minor cleanups
Change-Id: I8de8e1044794f0ef8427717fc0b3b5e9e121247b
Diffstat (limited to 'console.h')
-rw-r--r--console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/console.h b/console.h
index 9222115..c4baf10 100644
--- a/console.h
+++ b/console.h
@@ -83,6 +83,7 @@ void kbd_put_keysym(int keysym);
#define QEMU_BIG_ENDIAN_FLAG 0x01
#define QEMU_ALLOCATED_FLAG 0x02
+#define QEMU_REALPIXELS_FLAG 0x04
struct PixelFormat {
uint8_t bits_per_pixel;