summaryrefslogtreecommitdiff
path: root/hw/vga.c
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-06-10 17:01:00 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-06-10 17:01:00 +0000
commita2502b58b3e5aaff036e15d31f2bac72d21648db (patch)
tree8f0a67ef7978a560ad8c398af2683ae1b2ec9f62 /hw/vga.c
parentece096bbdc09f7cce3afc755e9d8030a119086f1 (diff)
downloadqemu-a2502b58b3e5aaff036e15d31f2bac72d21648db.tar.gz
Fix patch splitting lossage in vga.c
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2976 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/vga.c')
-rw-r--r--hw/vga.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/vga.c b/hw/vga.c
index efae5c7223..b2c6bc8c0d 100644
--- a/hw/vga.c
+++ b/hw/vga.c
@@ -819,6 +819,14 @@ typedef void vga_draw_line_func(VGAState *s1, uint8_t *d,
#define DEPTH 15
#include "vga_template.h"
+#define BGR_FORMAT
+#define DEPTH 15
+#include "vga_template.h"
+
+#define DEPTH 16
+#include "vga_template.h"
+
+#define BGR_FORMAT
#define DEPTH 16
#include "vga_template.h"