summaryrefslogtreecommitdiffstats
path: root/video/out/gl_wayland.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_wayland.c')
-rw-r--r--video/out/gl_wayland.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/video/out/gl_wayland.c b/video/out/gl_wayland.c
index 14ef84cf92..cb5cba0758 100644
--- a/video/out/gl_wayland.c
+++ b/video/out/gl_wayland.c
@@ -220,11 +220,7 @@ static bool config_window_wayland(struct MPGLContext *ctx,
return ret;
}
else {
- /* If the window exists just resize it */
- if (egl_ctx->egl_window)
- egl_resize_func(wl, 0, d_width, d_height, egl_ctx);
-
- else {
+ if (!egl_ctx->egl_window) {
/* If the context exists and the hidden flag is unset then
* create the window */
if (!(VOFLAG_HIDDEN & flags))