summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xcb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xcb.h b/include/xcb.h
index d8d39f9f..befc95f3 100644
--- a/include/xcb.h
+++ b/include/xcb.h
@@ -6,4 +6,5 @@ typedef struct _xcb_stuff xcb_stuff;
extern xcb_stuff *xcb;
xcb_window_t xcb_stuff_get_root_window ( xcb_stuff *xcb );
+void xcb_stuff_wipe ( xcb_stuff *xcb );
#endif