summaryrefslogtreecommitdiffstats
path: root/video/out/gl_w32.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-06 23:01:19 +0200
committerwm4 <wm4@nowhere>2014-05-06 23:04:33 +0200
commit41b1ed7b2e227ef27310b0a8d2c6a5772fcf95e8 (patch)
tree6416bd12f9b23fb1b0077f5e8258faeeebd84d89 /video/out/gl_w32.c
parent836893fed92c0bf0e893520caa1a38e00f6bab1b (diff)
downloadmpv-41b1ed7b2e227ef27310b0a8d2c6a5772fcf95e8.tar.bz2
mpv-41b1ed7b2e227ef27310b0a8d2c6a5772fcf95e8.tar.xz
win32: don't use VOCTRL_UPDATE_SCREENINFO
Not very tested. At least it compiles.
Diffstat (limited to 'video/out/gl_w32.c')
-rw-r--r--video/out/gl_w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_w32.c b/video/out/gl_w32.c
index 1f0e021895..3acf06d7e4 100644
--- a/video/out/gl_w32.c
+++ b/video/out/gl_w32.c
@@ -171,7 +171,7 @@ out:
static bool config_window_w32(struct MPGLContext *ctx, uint32_t d_width,
uint32_t d_height, uint32_t flags)
{
- if (!vo_w32_config(ctx->vo, d_width, d_height, flags))
+ if (!vo_w32_config(ctx->vo, flags))
return false;
bool success = false;