summaryrefslogtreecommitdiffstats
path: root/player/command.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-02 20:48:45 +0100
committerwm4 <wm4@nowhere>2014-11-02 20:55:07 +0100
commit416c86f3cb3535a5b252b8c08a7f4cb253fa495a (patch)
treee4124d52d879ee55ceca6896da16ebf832f49129 /player/command.h
parent4e2574f025b9f143140008cbed48f6ee9705f813 (diff)
downloadmpv-416c86f3cb3535a5b252b8c08a7f4cb253fa495a.tar.bz2
mpv-416c86f3cb3535a5b252b8c08a7f4cb253fa495a.tar.xz
command: add window-minimized property (X11 only)
More or less requested by #1237. Should be simple to extend this to other backends.
Diffstat (limited to 'player/command.h')
-rw-r--r--player/command.h1
1 files changed, 1 insertions, 0 deletions
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);