summaryrefslogtreecommitdiffstats
path: root/core/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/options.h')
-rw-r--r--core/options.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/options.h b/core/options.h
index 8fe6c231b1..b1f624d930 100644
--- a/core/options.h
+++ b/core/options.h
@@ -11,7 +11,7 @@ typedef struct mp_vo_opts {
int screenwidth;
int screenheight;
int ontop;
- bool fs;
+ int fullscreen;
int screen_id;
int fsscreen_id;
char *winname;
@@ -71,7 +71,6 @@ typedef struct MPOpts {
int gamma_hue;
int stop_screensaver;
- int fullscreen;
int requested_colorspace;
int requested_input_range;
int requested_output_range;