]> git.sur5r.net Git - i3/i3/blobdiff - include/xcb.h
A few style fixes for the previous commit
[i3/i3] / include / xcb.h
index 3d3db684d23439dd81481b8997415ed3141d30d2..269038daef0926885056185f49005cbabcc61a0d 100644 (file)
@@ -2,7 +2,7 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009-2012 Michael Stapelberg and contributors (see also: LICENSE)
  *
  * xcb.c: Helper functions for easier usage of XCB
  *
@@ -117,8 +117,16 @@ void xcb_warp_pointer_rect(xcb_connection_t *conn, Rect *rect);
  */
 void xcb_set_root_cursor(int cursor);
 
+/**
+ * Get depth of visual specified by visualid
+ *
+ */
 uint16_t get_visual_depth(xcb_visualid_t visual_id);
 
+/**
+ * Get visualid with specified depth
+ *
+ */
 xcb_visualid_t get_visualid_by_depth(uint16_t depth);
 
 #endif