mirror of
https://github.com/labwc/labwc.git
synced 2026-02-22 01:40:25 -05:00
swallow mouse events only when bindings on Frame mouse contexts are triggered
This commit is contained in:
parent
d84103d669
commit
347e6115e3
2 changed files with 53 additions and 62 deletions
|
|
@ -317,6 +317,7 @@ desktop_surface_and_view_at(struct server *server, double lx, double ly,
|
|||
continue;
|
||||
}
|
||||
if (_view_at(view, lx, ly, surface, sx, sy)) {
|
||||
*view_area = LAB_SSD_CLIENT;
|
||||
return view;
|
||||
}
|
||||
if (!view->ssd.enabled) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue