diff options
Diffstat (limited to 'hw/dmx/dmxpixmap.h')
-rw-r--r-- | hw/dmx/dmxpixmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dmx/dmxpixmap.h b/hw/dmx/dmxpixmap.h index 59da788b3..0bb19c3ea 100644 --- a/hw/dmx/dmxpixmap.h +++ b/hw/dmx/dmxpixmap.h @@ -51,7 +51,7 @@ extern Bool dmxInitPixmap(ScreenPtr pScreen); extern PixmapPtr dmxCreatePixmap(ScreenPtr pScreen, int width, int height, int depth, unsigned usage_hint); -extern Bool dmxDestroyPixmap(PixmapPtr pPixmap); +extern void dmxDestroyPixmap(PixmapPtr pPixmap); extern RegionPtr dmxBitmapToRegion(PixmapPtr pPixmap); extern void dmxBECreatePixmap(PixmapPtr pPixmap); |