summaryrefslogtreecommitdiff
path: root/src/glamo.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-07-23 00:04:49 +0100
committerThomas White <taw@bitwiz.org.uk>2009-07-23 00:04:49 +0100
commitfa0b953a1a137a9706b9bea15aa7e30a67d0a086 (patch)
tree971e7238b58e97532ae68542501f10c345295284 /src/glamo.h
parentb0150bab10528c49384b5e3fd29f3ec9e9115e05 (diff)
Make glamo-kms-driver.c compile
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 cf1bf5d..aac39d5 100644
--- a/src/glamo.h
+++ b/src/glamo.h
@@ -135,8 +135,11 @@ typedef struct {
/* Use hardware acceleration */
Bool accel;
+ /* Things to do with DRI */
int drm_fd;
unsigned int SaveGeneration;
+ unsigned int fb_id;
+ CreateScreenResourcesProcPtr createScreenResources;
uint16_t *colormap;
} GlamoRec, *GlamoPtr;