From 40c2f2eeb05f83176d325d4efd7a2e1635447f04 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 29 Nov 2019 13:49:33 +0100 Subject: 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). --- 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 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; -- cgit v1.2.3