From 000dce1083c2599467e108d6e571955a5a0a1ae5 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Thu, 1 Jun 2017 11:57:57 +0200 Subject: xcb: Hide grab details Signed-off-by: Quentin Glidic --- include/xcb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/xcb.h') diff --git a/include/xcb.h b/include/xcb.h index 0c89bb30..26163ca6 100644 --- a/include/xcb.h +++ b/include/xcb.h @@ -210,7 +210,7 @@ extern xcb_visualtype_t *visual; */ extern xcb_colormap_t map; -void x11_late_setup ( void ); +gboolean x11_late_setup ( void ); /** * Gets a surface containing the background image of the desktop. -- cgit v1.2.3