mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
handle mouse release bindings on root window
This commit is contained in:
parent
6b3320bcc1
commit
d8bbb751d2
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