summaryrefslogtreecommitdiff
path: root/src/glamo.h
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2009-05-04 23:49:27 +0200
committerLars-Peter Clausen <lars@metafoo.de>2009-05-04 23:49:27 +0200
commit70ecd97401220d3fe2864b1aee5fb1399c7e534d (patch)
treea10afe86d874b51ed34eb2dce33e376485a6b447 /src/glamo.h
parentb5eb5f79245bebe7857a4857dda996f82fecf5e5 (diff)
Don't try to accelerate 8bit solid fills, because in it's current shape it does
not work.
Diffstat (limited to 'src/glamo.h')
-rw-r--r--src/glamo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glamo.h b/src/glamo.h
index c5d18c3..6155259 100644
--- a/src/glamo.h
+++ b/src/glamo.h
@@ -132,6 +132,8 @@ typedef struct {
/* Use hardware acceleration */
Bool accel;
+
+ uint16_t *colormap;
} GlamoRec, *GlamoPtr;
#define GlamoPTR(p) ((GlamoPtr)((p)->driverPrivate))