From 9eef41dec15580623cfa62909221fbc1fbf41706 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 23 Sep 2016 21:24:50 +0200 Subject: player: do not let pseudo-gui override user config settings Seems like this confused users quite often. Instead of --profile=pseudo-gui, --player-operation-mode=pseudo-gui now has to be used to invoke pseudo GUI mode. The old way still works, and still behaves in the old way. --- 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 3e4978f0cb..7885b9090e 100644 --- a/options/options.h +++ b/options/options.h @@ -74,6 +74,8 @@ typedef struct MPOpts { int msg_time; char *log_file; + int operation_mode; + char **reset_options; char **script_files; char **script_opts; -- cgit v1.2.3