From 7c1be8369235ca947e2ec56e8466d3e8220f92c4 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 12 Mar 2010 02:59:16 +0100 Subject: [PATCH] Update comment (Thanks Merovius) --- include/floating.h | 4 ++-- src/floating.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/floating.h b/include/floating.h index 03da9e08..d4942e56 100644 --- a/include/floating.h +++ b/include/floating.h @@ -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 * */ diff --git a/src/floating.c b/src/floating.c index e5e80235..9a94e409 100644 --- a/src/floating.c +++ b/src/floating.c @@ -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 * */ -- 2.39.5