aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/dmx/dmxpixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/dmx/dmxpixmap.h')
-rw-r--r--xorg-server/hw/dmx/dmxpixmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/dmx/dmxpixmap.h b/xorg-server/hw/dmx/dmxpixmap.h
index a41918ce4..70aa5075c 100644
--- a/xorg-server/hw/dmx/dmxpixmap.h
+++ b/xorg-server/hw/dmx/dmxpixmap.h
@@ -50,7 +50,7 @@ extern Bool dmxInitPixmap(ScreenPtr pScreen);
extern PixmapPtr dmxCreatePixmap(ScreenPtr pScreen,
int width, int height, int depth,
- unsigned usage_hint);
+ unsigned class);
extern Bool dmxDestroyPixmap(PixmapPtr pPixmap);
extern RegionPtr dmxBitmapToRegion(PixmapPtr pPixmap);