diff options
Diffstat (limited to 'hw/xscreen/xs-pixmap.h')
-rw-r--r-- | hw/xscreen/xs-pixmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xscreen/xs-pixmap.h b/hw/xscreen/xs-pixmap.h index 2ed58432d..d52fca027 100644 --- a/hw/xscreen/xs-pixmap.h +++ b/hw/xscreen/xs-pixmap.h @@ -6,7 +6,7 @@ extern int xsPixmapPrivateIndex; #endif typedef struct { - XCBPIXMAP pixmap; + xcb_pixmap_t pixmap; XSOwnership owned; } XscreenPrivPixmap; @@ -18,7 +18,7 @@ typedef struct { ((XscreenPrivPixmap *)((pPixmap)->devPrivate.ptr)) #endif -void xsInitFormats(); +void xsInitFormats(void); int xsPixmapCalcSize(int depth, int w, int h); PixmapPtr xsCreatePixmap(ScreenPtr pScreen, int width, int height, int depth); Bool xsDestroyPixmap(PixmapPtr pPixmap); |