summaryrefslogtreecommitdiff
path: root/hw/xscreen/xs-visual.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xscreen/xs-visual.h')
-rw-r--r--hw/xscreen/xs-visual.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/xscreen/xs-visual.h b/hw/xscreen/xs-visual.h
index 7976ec3ce..4c6d0b370 100644
--- a/hw/xscreen/xs-visual.h
+++ b/hw/xscreen/xs-visual.h
@@ -1,5 +1,5 @@
-XCBVISUALTYPE *xsGetVisual(VisualPtr pVisual);
-XCBVISUALTYPE *xsGetVisualFromID(ScreenPtr pScreen, XCBVISUALID visual);
-XCBVISUALTYPE *xsGetDefaultVisual(ScreenPtr pScreen);
-XCBCOLORMAP xsDefaultVisualColormap(XCBVISUALTYPE *visual);
+xcb_visualtype_t *xsGetVisual(VisualPtr pVisual);
+xcb_visualtype_t *xsGetVisualFromID(ScreenPtr pScreen, xcb_visualid_t visual);
+xcb_visualtype_t *xsGetDefaultVisual(ScreenPtr pScreen);
+xcb_colormap_t xsDefaultVisualColormap(xcb_visualtype_t *visual);