summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.