diff --git a/video/out/x11_common.c b/video/out/x11_common.c index 3ae753a234..2fef802ae8 100644 --- a/video/out/x11_common.c +++ b/video/out/x11_common.c @@ -1675,6 +1675,7 @@ int vo_x11_control(struct vo *vo, int *events, int request, void *arg) case VOCTRL_GET_WIN_STATE: { if (!x11->pseudo_mapped) return VO_FALSE; + *(int *)arg = 0; int num_elems; long *elems = x11_get_property(x11, x11->window, XA(x11, _NET_WM_STATE), XA_ATOM, 32, &num_elems);