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. --- player/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'player/command.h') diff --git a/player/command.h b/player/command.h index 3469e32948..d4097fee6f 100644 --- a/player/command.h +++ b/player/command.h @@ -45,6 +45,7 @@ enum { INTERNAL_EVENT_BASE = 24, MP_EVENT_CACHE_UPDATE, MP_EVENT_WIN_RESIZE, + MP_EVENT_WIN_STATE, }; bool mp_hook_test_completion(struct MPContext *mpctx, char *type); -- cgit v1.2.3