summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/options/options.h b/options/options.h
index 008111ade3..0d697a717c 100644
--- a/options/options.h
+++ b/options/options.h
@@ -55,9 +55,7 @@ typedef struct mp_vo_opts {
// vo_opengl, vo_opengl_cb
char *gl_hwdec_interop;
// vo_drm
- char *drm_connector_spec;
- int drm_mode_id;
- int drm_overlay_id;
+ struct drm_opts *drm_opts;
} mp_vo_opts;
struct mp_cache_opts {