|
|
|
@ -154,6 +154,7 @@ static struct wlr_xwayland_surface *xwayland_surface_create(
|
|
|
|
|
wl_signal_init(&surface->events.set_parent);
|
|
|
|
|
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_override_redirect);
|
|
|
|
|
wl_signal_init(&surface->events.ping_timeout);
|
|
|
|
|
|
|
|
|
@ -492,6 +493,7 @@ static void read_surface_hints(struct wlr_xwm *xwm,
|
|
|
|
|
xsurface->hints_urgency = xcb_icccm_wm_hints_get_urgency(&hints);
|
|
|
|
|
|
|
|
|
|
wlr_log(WLR_DEBUG, "WM_HINTS (%d)", reply->value_len);
|
|
|
|
|
wlr_signal_emit_safe(&xsurface->events.set_hints, xsurface);
|
|
|
|
|
}
|
|
|
|
|
#else
|
|
|
|
|
static void read_surface_hints(struct wlr_xwm *xwm,
|
|
|
|
|