mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
view: add state change signals
This commit is contained in:
parent
043e597376
commit
5e1f91c9d1
4 changed files with 41 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue