summaryrefslogtreecommitdiff
path: root/hw/dmx/dmxpict.h
diff options
context:
space:
mode:
authorJames Steven Supancic III <arrummzen@arrummzen.net>2006-12-16 12:02:38 -0500
committerKevin E Martin <kem@freedesktop.org>2006-12-16 12:02:38 -0500
commita5fcf1e5e7452c9be82f63b6c2be2a25c4109523 (patch)
treebfac1ca8563a7d455aa7dae8ec2156e56eebaf25 /hw/dmx/dmxpict.h
parentc92f7bef54fa737766d65fe32c200f405f39228c (diff)
Fix RENDER issues (bug #7555) and implement RENDER add/remove screen
support (bug #8485).
Diffstat (limited to 'hw/dmx/dmxpict.h')
-rw-r--r--hw/dmx/dmxpict.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/dmx/dmxpict.h b/hw/dmx/dmxpict.h
index 2ca04ed87..fe2a65959 100644
--- a/hw/dmx/dmxpict.h
+++ b/hw/dmx/dmxpict.h
@@ -112,7 +112,9 @@ extern void dmxTriFan(CARD8 op,
INT16 xSrc, INT16 ySrc,
int npoint, xPointFixed *points);
+extern int dmxBECreateGlyphSet(int idx, GlyphSetPtr glyphSet);
extern Bool dmxBEFreeGlyphSet(ScreenPtr pScreen, GlyphSetPtr glyphSet);
+extern int dmxBECreatePicture(PicturePtr pPicture);
extern Bool dmxBEFreePicture(PicturePtr pPicture);
extern int dmxPictPrivateIndex; /**< Index for picture private data */