summaryrefslogtreecommitdiff
path: root/src/glamo-kms-exa.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-09-13 19:53:47 +0100
committerThomas White <taw@bitwiz.org.uk>2009-09-13 20:13:49 +0100
commit759e89065f87fd138bdaee001a467632dc8c04e0 (patch)
treed7b85aeb32b3c62b34383f4504b4172b783a3cdb /src/glamo-kms-exa.c
parent3bc55d4f6b0a95637d85188782811fef600010eb (diff)
Fix glamoCreateBuffer(s) (for DRI2)
Diffstat (limited to 'src/glamo-kms-exa.c')
-rw-r--r--src/glamo-kms-exa.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/glamo-kms-exa.c b/src/glamo-kms-exa.c
index 87839c7..557ba60 100644
--- a/src/glamo-kms-exa.c
+++ b/src/glamo-kms-exa.c
@@ -74,11 +74,6 @@
#endif
-struct glamo_exa_pixmap_priv {
- struct glamo_bo *bo;
-};
-
-
static const CARD8 GLAMOSolidRop[16] = {
/* GXclear */ 0x00, /* 0 */
/* GXand */ 0xa0, /* src AND dst */