Code style

This commit is contained in:
Simon Long 2024-03-05 09:51:26 +00:00
parent fd0b3199b3
commit 7237bea7a4

View file

@ -114,7 +114,7 @@ touch_down(struct wl_listener *listener, void *data)
struct view *view = view_from_wlr_surface(touch_point->surface); struct view *view = view_from_wlr_surface(touch_point->surface);
struct mousebind *mousebind; 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 if (mousebind->mouse_event == MOUSE_ACTION_PRESS
&& mousebind->button == BTN_LEFT && mousebind->button == BTN_LEFT
&& mousebind->context == LAB_SSD_CLIENT) { && mousebind->context == LAB_SSD_CLIENT) {