mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-27 18:24:16 +00:00
a break literally do what it says
This commit is contained in:
parent
7432d9b5da
commit
2ddbd4bda4
4
dwl.c
4
dwl.c
@ -584,9 +584,6 @@ buttonpress(struct wl_listener *listener, void *data)
|
||||
cursor_mode = CurPressed;
|
||||
if (locked)
|
||||
break;
|
||||
/*
|
||||
SOMETHING BROKEN HERE.
|
||||
Eliminate this part of code solved the problems described in issue #476.
|
||||
|
||||
Change focus if the button was _pressed_ over a client
|
||||
xytonode(cursor->x, cursor->y, NULL, &c, NULL, NULL, NULL);
|
||||
@ -602,6 +599,7 @@ Eliminate this part of code solved the problems described in issue #476.
|
||||
return;
|
||||
}
|
||||
}
|
||||
/* Eliminate this "break" solved the problems described in issue #476. Tautologically found "what was broken here".
|
||||
break;
|
||||
*/
|
||||
case WLR_BUTTON_RELEASED:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user