]> git.sur5r.net Git - i3/i3/commitdiff
Update comment (Thanks Merovius)
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 12 Mar 2010 01:59:16 +0000 (02:59 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 12 Mar 2010 01:59:16 +0000 (02:59 +0100)
include/floating.h
src/floating.c

index 03da9e088f51fbf5933e1e41dd54b405105c36f3..d4942e5681fc116a4089e6140f8a71511ec751b7 100644 (file)
@@ -62,8 +62,8 @@ void floating_drag_window(xcb_connection_t *conn, Client *client,
                           xcb_button_press_event_t *event);
 
 /**
- * Called when the user right-clicked on the titlebar of a floating window to
- * resize it.
+ * Called when the user clicked on a floating window while holding the
+ * floating_modifier and the right mouse button.
  * Calls the drag_pointer function with the resize_window callback
  *
  */
index e5e8023583543751d7e83175e418d9c8f866d81f..9a94e409d08e215bd68ca58481702ce062393499 100644 (file)
@@ -299,8 +299,8 @@ DRAGGING_CB(resize_window_callback) {
 }
 
 /*
- * Called when the user right-clicked on the titlebar of a floating window to
- * resize it.
+ * Called when the user clicked on a floating window while holding the
+ * floating_modifier and the right mouse button.
  * Calls the drag_pointer function with the resize_window callback
  *
  */