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, 4 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index 6f7b011975..b80a128b21 100644
--- a/options/options.h
+++ b/options/options.h
@@ -56,6 +56,7 @@ typedef struct mp_vo_opts {
bool keepaspect_window;
bool hidpi_window_scale;
bool native_fs;
+ bool native_touch;
bool show_in_taskbar;
int64_t WinID;
@@ -174,6 +175,7 @@ typedef struct MPOpts {
bool lua_load_stats;
bool lua_load_console;
int lua_load_auto_profiles;
+ bool lua_load_select;
bool auto_load_scripts;
@@ -257,6 +259,7 @@ typedef struct MPOpts {
char *status_msg;
char *osd_status_msg;
char *osd_msg[3];
+ int playlist_entry_name;
int player_idle_mode;
char **input_commands;
bool consolecontrols;
@@ -386,6 +389,7 @@ typedef struct MPOpts {
struct vaapi_opts *vaapi_opts;
struct sws_opts *sws_opts;
struct zimg_opts *zimg_opts;
+ struct egl_opts *egl_opts;
int cuda_device;
} MPOpts;