mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
view: call wlr_foreign_toplevel_handle_v1_set_app_id() on map
Fix issue #74 Add view-impl.c with view_impl_map() containing common code for xdg-shell and xwayland-shell.
This commit is contained in:
parent
4d44659c08
commit
e140682528
5 changed files with 31 additions and 6 deletions
|
|
@ -338,6 +338,8 @@ void view_for_each_popup_surface(struct view *view,
|
|||
void view_move_to_edge(struct view *view, const char *direction);
|
||||
void view_update_title(struct view *view);
|
||||
|
||||
void view_impl_map(struct view *view);
|
||||
|
||||
void foreign_toplevel_handle_create(struct view *view);
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue