s/Mod1/floating_modifier (Thanks badboy)

next
Michael Stapelberg 2009-08-02 22:58:23 +02:00
parent 7cfe520755
commit 19abb63393
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ int handle_button_press(void *ignored, xcb_connection_t *conn, xcb_button_press_
if (config.floating_modifier != 0 &&
(event->state & config.floating_modifier) != 0) {
if (client == NULL) {
LOG("Not handling, Mod1 was pressed and no client found\n");
LOG("Not handling, floating_modifier was pressed and no client found\n");
return 1;
}
if (client_is_floating(client)) {