summaryrefslogtreecommitdiffstats
path: root/include/xcb.h
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 11:50:44 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 11:57:17 +0200
commitf042851add70c9af0adc2b3017dedbb563c9ca3a (patch)
tree10cf6a2d2fd9323602714afd81a6588465f4ac51 /include/xcb.h
parent93cf26414e379c721d0ce5a938ea3ca111dadbba (diff)
xcb: Hide some internal details
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'include/xcb.h')
-rw-r--r--include/xcb.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/xcb.h b/include/xcb.h
index 52201308..0c89bb30 100644
--- a/include/xcb.h
+++ b/include/xcb.h
@@ -210,11 +210,7 @@ extern xcb_visualtype_t *visual;
*/
extern xcb_colormap_t map;
-/**
- * This function tries to create a 32bit TrueColor colormap.
- * If this fails, it falls back to the default for the connected display.
- */
-void x11_create_visual_and_colormap ( void );
+void x11_late_setup ( void );
/**
* Gets a surface containing the background image of the desktop.