summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-09-19 17:26:21 -0500
committerDudemanguy <random342@airmail.cc>2023-09-22 14:20:38 +0000
commit73ad9eef2875247d38af99f4d8c804f2749a8588 (patch)
treed03d912b0ae85cbf99de2f893634e5f74a191aff /options/options.h
parent58ac0dd6db87c6cdabff79f1cfba575f15f3328d (diff)
downloadmpv-73ad9eef2875247d38af99f4d8c804f2749a8588.tar.bz2
mpv-73ad9eef2875247d38af99f4d8c804f2749a8588.tar.xz
opengl/context_win: move opengl-dwmflush to wingl_opts group
Gets rid of yet another mp_read_option_raw call.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/options/options.h b/options/options.h
index 2182e25397..da37345edc 100644
--- a/options/options.h
+++ b/options/options.h
@@ -350,8 +350,6 @@ typedef struct MPOpts {
char *ipc_path;
char *ipc_client;
- int wingl_dwm_flush;
-
struct mp_resample_opts *resample_opts;
struct ra_ctx_opts *ra_ctx_opts;
@@ -366,6 +364,7 @@ typedef struct MPOpts {
struct macos_opts *macos_opts;
struct drm_opts *drm_opts;
struct wayland_opts *wayland_opts;
+ struct wingl_opts *wingl_opts;
struct dvd_opts *dvd_opts;
struct vaapi_opts *vaapi_opts;
struct sws_opts *sws_opts;