view: add state change signals

This commit is contained in:
Consolatis 2024-08-12 20:19:45 +02:00 committed by Johan Malm
parent 043e597376
commit 5e1f91c9d1
4 changed files with 41 additions and 0 deletions

View file

@ -1007,6 +1007,7 @@ xwayland_view_create(struct server *server,
CONNECT_SIGNAL(xsurface, xwayland_view, set_window_type);
CONNECT_SIGNAL(xsurface, xwayland_view, map_request);
view_init(view);
wl_list_insert(&view->server->views, &view->link);
if (xsurface->surface) {