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, 3 insertions, 1 deletions
diff --git a/options/options.h b/options/options.h
index 3784cf5546..00b4b588dd 100644
--- a/options/options.h
+++ b/options/options.h
@@ -10,6 +10,9 @@ typedef struct mp_vo_opts {
int ontop;
int fullscreen;
+ int border;
+ int all_workspaces;
+
int screen_id;
int fsscreen_id;
int fs_black_out_screens;
@@ -30,7 +33,6 @@ typedef struct mp_vo_opts {
int keepaspect;
int keepaspect_window;
- int border;
int64_t WinID;