From 416c86f3cb3535a5b252b8c08a7f4cb253fa495a Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 2 Nov 2014 20:48:45 +0100 Subject: command: add window-minimized property (X11 only) More or less requested by #1237. Should be simple to extend this to other backends. --- video/out/x11_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/x11_common.h') diff --git a/video/out/x11_common.h b/video/out/x11_common.h index 696e73aff3..d5927933c3 100644 --- a/video/out/x11_common.h +++ b/video/out/x11_common.h @@ -108,6 +108,7 @@ struct vo_x11_state { Window dnd_src_window; Atom atom_frame_exts; + Atom atom_wm_state; /* dragging the window */ bool win_drag_button1_down; -- cgit v1.2.3