summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-01-20 14:02:17 +0100
committerwm4 <wm4@nowhere>2017-01-20 14:03:34 +0100
commitfd203ff16a97b97acf428f8ab53d8b31eb8fae99 (patch)
treeaf6bd1f5591c627d3f523a7787b5e251178df568 /video/out/opengl/context.h
parentd890e0731c0a0c002c32e8be89130e178059d3ba (diff)
downloadmpv-fd203ff16a97b97acf428f8ab53d8b31eb8fae99.tar.bz2
mpv-fd203ff16a97b97acf428f8ab53d8b31eb8fae99.tar.xz
options: refacactor how --opengl-dwmflush is declared
Same deal as previous commit, except this time we just readd it as lone global option, and read it directly.
Diffstat (limited to 'video/out/opengl/context.h')
-rw-r--r--video/out/opengl/context.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/opengl/context.h b/video/out/opengl/context.h
index 119bba0ba6..0a02bd2867 100644
--- a/video/out/opengl/context.h
+++ b/video/out/opengl/context.h
@@ -83,9 +83,6 @@ typedef struct MPGLContext {
const char *native_display_type;
void *native_display;
- // Windows-specific hack. See vo_opengl dwmflush suboption.
- int dwm_flush_opt;
-
// Flip the rendered image vertically. This is useful for dxinterop.
bool flip_v;