diff --git a/video/out/x11_common.c b/video/out/x11_common.c index 4659ccd835..9823570d11 100644 --- a/video/out/x11_common.c +++ b/video/out/x11_common.c @@ -989,7 +989,7 @@ static void vo_x11_sizehint(struct vo *vo, struct mp_rect rc, bool override_pos) struct mp_vo_opts *opts = vo->opts; struct vo_x11_state *x11 = vo->x11; - if (!x11->window) + if (!x11->window || x11->parent) return; bool force_pos = opts->geometry.xy_valid || // explicitly forced by user