From fd203ff16a97b97acf428f8ab53d8b31eb8fae99 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 20 Jan 2017 14:02:17 +0100 Subject: 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. --- video/out/opengl/context.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'video/out/opengl/context.h') 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; -- cgit v1.2.3