From d3079cd241329456462e5b9d1bce7ddcf658fe35 Mon Sep 17 00:00:00 2001 From: bellard Date: Wed, 10 May 2006 22:17:36 +0000 Subject: bgr32 pixel format support git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1912 c046a42c-6fe2-441c-8c8c-71466251a162 --- vl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vl.h') 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; -- cgit v1.2.3