summaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-05-10 22:17:36 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-05-10 22:17:36 +0000
commitd3079cd241329456462e5b9d1bce7ddcf658fe35 (patch)
tree59350e2b46dc54bdcee26bedf6f1146f3aa5c1cd /vl.h
parent38f3e7c2f526fb70d7bc52ed62910fea506dc84f (diff)
downloadqemu-d3079cd241329456462e5b9d1bce7ddcf658fe35.tar.gz
bgr32 pixel format support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1912 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vl.h b/vl.h
index 58a7877d10..7d51ff5764 100644
--- a/vl.h
+++ b/vl.h
@@ -677,6 +677,7 @@ struct DisplayState {
uint8_t *data;
int linesize;
int depth;
+ int bgr; /* BGR color order instead of RGB. Only valid for depth == 32 */
int width;
int height;
void *opaque;