mirror of
https://github.com/labwc/labwc.git
synced 2026-04-18 06:46:46 -04:00
HiDPI: send output_enter events to views when they open
This commit is contained in:
parent
a54e0fb4b6
commit
be76af1f6f
4 changed files with 45 additions and 0 deletions
|
|
@ -363,6 +363,8 @@ void view_for_each_surface(struct view *view,
|
|||
wlr_surface_iterator_func_t iterator, void *user_data);
|
||||
void view_for_each_popup_surface(struct view *view,
|
||||
wlr_surface_iterator_func_t iterator, void *data);
|
||||
void view_output_enter(struct view *view, struct wlr_output *wlr_output);
|
||||
void view_output_leave(struct view *view, struct wlr_output *wlr_output);
|
||||
void view_move_to_edge(struct view *view, const char *direction);
|
||||
void view_snap_to_edge(struct view *view, const char *direction);
|
||||
const char *view_get_string_prop(struct view *view, const char *prop);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue