summaryrefslogtreecommitdiff
path: root/src/glamo-kms-exa.h
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.h
parent3bc55d4f6b0a95637d85188782811fef600010eb (diff)
Fix glamoCreateBuffer(s) (for DRI2)
Diffstat (limited to 'src/glamo-kms-exa.h')
-rw-r--r--src/glamo-kms-exa.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glamo-kms-exa.h b/src/glamo-kms-exa.h
index b39878a..0473b3b 100644
--- a/src/glamo-kms-exa.h
+++ b/src/glamo-kms-exa.h
@@ -22,6 +22,10 @@
#include "xf86.h"
+struct glamo_exa_pixmap_priv {
+ struct glamo_bo *bo;
+};
+
extern void GlamoKMSExaInit(ScrnInfoPtr pScrn);
extern void GlamoKMSExaClose(ScrnInfoPtr pScrn);
extern unsigned int driGetPixmapHandle(PixmapPtr pPixmap, unsigned int *flags);