mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
surface: add wlr_surface new_subsurface and wlr_subsurface destroy events
This commit is contained in:
parent
c6aab6f56c
commit
eeffe11337
5 changed files with 16 additions and 10 deletions
|
|
@ -1406,7 +1406,7 @@ struct wlr_xwm *xwm_create(struct wlr_xwayland *wlr_xwayland) {
|
|||
xwm_selection_init(xwm);
|
||||
|
||||
xwm->compositor_surface_create.notify = handle_compositor_surface_create;
|
||||
wl_signal_add(&wlr_xwayland->compositor->events.create_surface,
|
||||
wl_signal_add(&wlr_xwayland->compositor->events.new_surface,
|
||||
&xwm->compositor_surface_create);
|
||||
|
||||
xwm_create_wm_window(xwm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue