summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-29 13:49:33 +0100
committerwm4 <wm4@nowhere>2019-11-29 13:56:58 +0100
commit40c2f2eeb05f83176d325d4efd7a2e1635447f04 (patch)
tree8cd822c02ba57aac71b4e7891990f64d739cf9d6 /options/options.h
parentd37e461eab16f990751d3ab9a459cad600e3b510 (diff)
downloadmpv-40c2f2eeb05f83176d325d4efd7a2e1635447f04.tar.bz2
mpv-40c2f2eeb05f83176d325d4efd7a2e1635447f04.tar.xz
command: change window-minimized/window-maximized to options
Unfortunately, this breaks window state reporting for all VOs which supported it. This can be fixed later (for x11 in the next commit).
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 1935888032..e20e2c937a 100644
--- a/options/options.h
+++ b/options/options.h
@@ -17,6 +17,8 @@ typedef struct mp_vo_opts {
int border;
int fit_border;
int all_workspaces;
+ int window_minimized;
+ int window_maximized;
int screen_id;
int fsscreen_id;