diff --git a/xwayland/xwm.c b/xwayland/xwm.c index 34bbd02f..fba098d1 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -291,7 +291,7 @@ static void xwm_surface_activate(struct wlr_xwm *xwm, static void xsurface_set_net_wm_state(struct wlr_xwayland_surface *xsurface) { struct wlr_xwm *xwm = xsurface->xwm; - uint32_t property[3]; + uint32_t property[4]; int i; i = 0;