mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Code style
This commit is contained in:
parent
fd0b3199b3
commit
7237bea7a4
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ touch_down(struct wl_listener *listener, void *data)
|
|||
|
||||
struct view *view = view_from_wlr_surface(touch_point->surface);
|
||||
struct mousebind *mousebind;
|
||||
wl_list_for_each(mousebind, &rc.mousebinds,link) {
|
||||
wl_list_for_each(mousebind, &rc.mousebinds, link) {
|
||||
if (mousebind->mouse_event == MOUSE_ACTION_PRESS
|
||||
&& mousebind->button == BTN_LEFT
|
||||
&& mousebind->context == LAB_SSD_CLIENT) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue