mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-27 10:14:14 +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;
|
cursor_mode = CurPressed;
|
||||||
if (locked)
|
if (locked)
|
||||||
break;
|
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
|
Change focus if the button was _pressed_ over a client
|
||||||
xytonode(cursor->x, cursor->y, NULL, &c, NULL, NULL, NULL);
|
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;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* Eliminate this "break" solved the problems described in issue #476. Tautologically found "what was broken here".
|
||||||
break;
|
break;
|
||||||
*/
|
*/
|
||||||
case WLR_BUTTON_RELEASED:
|
case WLR_BUTTON_RELEASED:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user