summaryrefslogtreecommitdiff
path: root/src/glamo-kms-exa.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-08-25 18:04:58 +0100
committerThomas White <taw@bitwiz.org.uk>2009-08-25 18:04:58 +0100
commitd91c2881159e177d1edc6ffe916c93050b7c0ae2 (patch)
treea61a77f9cf0b900a7b1210b9f011eecbc1cc7b74 /src/glamo-kms-exa.h
parent48f66451ac799520659b0739222cc1d0f6f65f09 (diff)
Get rid of ModifyPixmapHeader hook
This has the effect of fixing text rendering, and also makes the code a lot clearer.
Diffstat (limited to 'src/glamo-kms-exa.h')
-rw-r--r--src/glamo-kms-exa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glamo-kms-exa.h b/src/glamo-kms-exa.h
index 6452050..b39878a 100644
--- a/src/glamo-kms-exa.h
+++ b/src/glamo-kms-exa.h
@@ -25,3 +25,6 @@
extern void GlamoKMSExaInit(ScrnInfoPtr pScrn);
extern void GlamoKMSExaClose(ScrnInfoPtr pScrn);
extern unsigned int driGetPixmapHandle(PixmapPtr pPixmap, unsigned int *flags);
+extern Bool GlamoKMSExaMakeFullyFledged(PixmapPtr pPix, int width, int height,
+ int depth, int bitsPerPixel,
+ int devKind);