summaryrefslogtreecommitdiff
path: root/src/glamo.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-07-21 01:53:45 +0100
committerThomas White <taw@bitwiz.org.uk>2009-07-21 01:53:45 +0100
commit72a3fcc25d026941c0a202cbc6364326b979c767 (patch)
tree6ac64c700a095ea1975f513cec907dd63983df1b /src/glamo.h
parent6bd6ca43176dccac91fd5ddffeb0da81f0bcd6f6 (diff)
Makefile and initialisation stuff
Diffstat (limited to 'src/glamo.h')
-rw-r--r--src/glamo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glamo.h b/src/glamo.h
index 6abf84a..90f60c7 100644
--- a/src/glamo.h
+++ b/src/glamo.h
@@ -135,6 +135,9 @@ typedef struct {
/* Use hardware acceleration */
Bool accel;
+ int drm_fd;
+ unsigned int SaveGeneration;
+
uint16_t *colormap;
} GlamoRec, *GlamoPtr;