mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 07:10:05 +01:00
5 lines
253 B
C
5 lines
253 B
C
|
|
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);
|