Update comment (Thanks Merovius)

This commit is contained in:
Michael Stapelberg 2010-03-12 02:59:16 +01:00
parent 5f370b494c
commit 7c1be83692
2 changed files with 4 additions and 4 deletions

View File

@ -62,8 +62,8 @@ void floating_drag_window(xcb_connection_t *conn, Client *client,
xcb_button_press_event_t *event); xcb_button_press_event_t *event);
/** /**
* Called when the user right-clicked on the titlebar of a floating window to * Called when the user clicked on a floating window while holding the
* resize it. * floating_modifier and the right mouse button.
* Calls the drag_pointer function with the resize_window callback * Calls the drag_pointer function with the resize_window callback
* *
*/ */

View File

@ -299,8 +299,8 @@ DRAGGING_CB(resize_window_callback) {
} }
/* /*
* Called when the user right-clicked on the titlebar of a floating window to * Called when the user clicked on a floating window while holding the
* resize it. * floating_modifier and the right mouse button.
* Calls the drag_pointer function with the resize_window callback * Calls the drag_pointer function with the resize_window callback
* *
*/ */