mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
xwayland: Introduce set_decorations event
This commit is contained in:
parent
f5658c2ca2
commit
44613c0fa6
2 changed files with 3 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ static struct wlr_xwayland_surface *xwayland_surface_create(
|
|||
wl_signal_init(&surface->events.set_pid);
|
||||
wl_signal_init(&surface->events.set_window_type);
|
||||
wl_signal_init(&surface->events.set_hints);
|
||||
wl_signal_init(&surface->events.set_decorations);
|
||||
wl_signal_init(&surface->events.set_override_redirect);
|
||||
wl_signal_init(&surface->events.ping_timeout);
|
||||
|
||||
|
|
@ -594,6 +595,7 @@ static void read_surface_motif_hints(struct wlr_xwm *xwm,
|
|||
WLR_XWAYLAND_SURFACE_DECORATIONS_NO_TITLE;
|
||||
}
|
||||
}
|
||||
wlr_signal_emit_safe(&xsurface->events.set_decorations, xsurface);
|
||||
}
|
||||
|
||||
wlr_log(WLR_DEBUG, "MOTIF_WM_HINTS (%d)", reply->value_len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue