summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-01 18:33:26 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-01 18:33:26 +0100
commit8c950a984cabd812c674f3eafd403cb4e0bdc406 (patch)
treeaf952c8c1b619c99ec278236d57616b6361ff60c /include
parent167e9d30ceb50242b0781fb5400ebb4aaf50c81d (diff)
Small cleanup
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