mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
xdg/wayland-shell: handle set_app_id and set_class events
This commit is contained in:
parent
e140682528
commit
e2ae63a7cf
5 changed files with 38 additions and 6 deletions
|
|
@ -259,6 +259,7 @@ struct view {
|
|||
struct wl_listener request_maximize;
|
||||
struct wl_listener request_fullscreen;
|
||||
struct wl_listener set_title;
|
||||
struct wl_listener set_app_id; /* class on xwayland */
|
||||
struct wl_listener new_popup; /* xdg-shell only */
|
||||
struct wl_listener new_subsurface; /* xdg-shell only */
|
||||
};
|
||||
|
|
@ -337,6 +338,7 @@ void view_for_each_popup_surface(struct view *view,
|
|||
wlr_surface_iterator_func_t iterator, void *data);
|
||||
void view_move_to_edge(struct view *view, const char *direction);
|
||||
void view_update_title(struct view *view);
|
||||
void view_update_app_id(struct view *view);
|
||||
|
||||
void view_impl_map(struct view *view);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue