]> git.sur5r.net Git - i3/i3/blobdiff - include/floating.h
floating: re-implement floating_modifier + left/right mouse button to drag/resize
[i3/i3] / include / floating.h
index 7d1feb2dd53dfd32ff01b909f8cdbe9d10db5760..a312daee37a666ace59cebb4f5d3d7ea4b4e70e2 100644 (file)
@@ -78,7 +78,6 @@ int floating_border_click(xcb_connection_t *conn, Client *client,
  *
  */
 void floating_drag_window(Con *con, xcb_button_press_event_t *event);
-#if 0
 
 /**
  * Called when the user clicked on a floating window while holding the
@@ -86,9 +85,9 @@ void floating_drag_window(Con *con, xcb_button_press_event_t *event);
  * Calls the drag_pointer function with the resize_window callback
  *
  */
-void floating_resize_window(xcb_connection_t *conn, Client *client,
-                            bool proportional, xcb_button_press_event_t *event);
+void floating_resize_window(Con *con, bool proportional, xcb_button_press_event_t *event);
 
+#if 0
 /**
  * Changes focus in the given direction for floating clients.
  *