summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-12 00:34:20 +0200
committerwm4 <wm4@nowhere>2014-06-12 00:55:14 +0200
commit8ad8dedca8189f7cff44b93f379a1520df3e05f9 (patch)
tree90512a6e17d6c00015aa58ed77e95250aa7b040d /options/options.h
parent66f67835c3233fb7498bf101c739927f1d326724 (diff)
downloadmpv-8ad8dedca8189f7cff44b93f379a1520df3e05f9.tar.bz2
mpv-8ad8dedca8189f7cff44b93f379a1520df3e05f9.tar.xz
win32: implement --priority differently
Does anyone actually use this? For now, update it, because it's the only case left where an option points to a global variable (and not a struct offset).
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index c89c6cfb19..5368c2c1e1 100644
--- a/options/options.h
+++ b/options/options.h
@@ -232,6 +232,8 @@ typedef struct MPOpts {
int hwdec_api;
char *hwdec_codecs;
+ int w32_priority;
+
int network_cookies_enabled;
char *network_cookies_file;
char *network_useragent;