mirror of
https://github.com/labwc/labwc.git
synced 2026-04-17 06:46:28 -04:00
handle mouse release bindings on root window
This commit is contained in:
parent
a1e1d7b61f
commit
3c91e56c55
1 changed files with 5 additions and 0 deletions
|
|
@ -550,6 +550,11 @@ cursor_button(struct wl_listener *listener, void *data)
|
||||||
cursor_rebase(&server->seat, event->time_msec);
|
cursor_rebase(&server->seat, event->time_msec);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Handle _release_ on root window */
|
||||||
|
if (!view) {
|
||||||
|
handle_release_mousebinding(server, event->button, modifiers, LAB_SSD_ROOT, 0);
|
||||||
|
}
|
||||||
goto mousebindings;
|
goto mousebindings;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue