Skip to content
Snippets Groups Projects
Commit 8b12294d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

vgl: use initial size

This change causes a duplicated invocation of the resize at start-up.
That should be a no-op, but in any case, it will be deduplicated with
the following two changes. Together, they make no functional changes.
parent a4da8381
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ static int Open(vlc_gl_t *gl, unsigned width, unsigned height)
return VLC_EGENERIC;
}
(void) width; (void) height;
Resize(gl, width, height);
return VLC_SUCCESS;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment