diff --git a/src/input/touch.c b/src/input/touch.c index 94324ec2..048aaf2d 100644 --- a/src/input/touch.c +++ b/src/input/touch.c @@ -116,9 +116,9 @@ touch_down(struct wl_listener *listener, void *data) struct mousebind *mousebind; wl_list_for_each(mousebind, &rc.mousebinds, link) { if (mousebind->mouse_event == MOUSE_ACTION_PRESS - && mousebind->button == BTN_LEFT - && mousebind->context == LAB_SSD_CLIENT) { - actions_run(view, seat->server, &mousebind->actions, 0); + && mousebind->button == BTN_LEFT + && mousebind->context == LAB_SSD_CLIENT) { + actions_run(view, seat->server, &mousebind->actions, 0); } }