mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
HiDPI: send enter and leave events to views when switching monitors
This commit is contained in:
parent
1d92404108
commit
6698ca7300
4 changed files with 29 additions and 10 deletions
|
|
@ -343,8 +343,7 @@ xdg_toplevel_view_map(struct view *view)
|
|||
current.link) {
|
||||
view_subsurface_create(view, subsurface);
|
||||
}
|
||||
struct wlr_output *wlr_output = view_wlr_output(view);
|
||||
view_output_enter(view, wlr_output);
|
||||
view_discover_output(view);
|
||||
|
||||
view->been_mapped = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue