summaryrefslogtreecommitdiffstats
path: root/include/xcb.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-15 15:45:28 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-15 15:45:28 +0200
commite95b2047bd8707d9e3499a2db9462326aedfe46e (patch)
tree99ef641f4364419784834b6692324d13b4615ebb /include/xcb.h
parentf0981d66972c07127f4bd7b54ab1b9dc7e0a91e9 (diff)
Fix stupid missing */ in commit
Diffstat (limited to 'include/xcb.h')
-rw-r--r--include/xcb.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/xcb.h b/include/xcb.h
index 7c41ad86..d6a3c16f 100644
--- a/include/xcb.h
+++ b/include/xcb.h
@@ -17,8 +17,9 @@ extern xcb_stuff *xcb;
* Get the root window.
*
* @returns the root window.
- xcb_window_t xcb_stuff_get_root_window ( xcb_stuff *xcb );
- /**
+ */
+xcb_window_t xcb_stuff_get_root_window ( xcb_stuff *xcb );
+/**
* @param xcb The xcb data structure.
*
* Disconnect and free all xcb connections and references.