diff options
Diffstat (limited to 'fb/fb.h')
-rw-r--r-- | fb/fb.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1625,11 +1625,11 @@ fbPictureInit (ScreenPtr pScreen, extern _X_EXPORT PixmapPtr fbCreatePixmapBpp (ScreenPtr pScreen, int width, int height, int depth, int bpp, - unsigned usage_hint); + unsigned class); extern _X_EXPORT PixmapPtr fbCreatePixmap (ScreenPtr pScreen, int width, int height, int depth, - unsigned usage_hint); + unsigned class); extern _X_EXPORT Bool fbDestroyPixmap (PixmapPtr pPixmap); |