mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
HiDPI: send output_enter events to views when they open
This commit is contained in:
parent
aa9720f627
commit
1d92404108
4 changed files with 45 additions and 0 deletions
|
|
@ -343,6 +343,8 @@ 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->been_mapped = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue