]> git.sur5r.net Git - i3/i3/blobdiff - include/resize.h
updated doxygen docu, added FIXMEs, fixed headers to 80chars width.
[i3/i3] / include / resize.h
index 520d4398431c5624286a5ff6ded67bb23b5a5f17..4a206c0e2643275e654644348b188e225c672a74 100644 (file)
@@ -21,7 +21,8 @@ typedef enum { O_HORIZONTAL, O_VERTICAL } resize_orientation_t;
  * the table column/row.
  *
  */
-int resize_graphical_handler(xcb_connection_t *conn, Workspace *ws, int first, int second,
-                             resize_orientation_t orientation, xcb_button_press_event_t *event);
+int resize_graphical_handler(xcb_connection_t *conn, Workspace *ws, int first,
+                             int second, resize_orientation_t orientation,
+                             xcb_button_press_event_t *event);
 
 #endif