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. --- options/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 842781cb4b..d668832fea 100644 --- a/options/options.h +++ b/options/options.h @@ -319,6 +319,8 @@ typedef struct MPOpts { char *ipc_path; char *input_file; + int wingl_dwm_flush; + struct gl_video_opts *gl_video_opts; struct angle_opts *angle_opts; struct dvd_opts *dvd_opts; -- cgit v1.2.3