summaryrefslogtreecommitdiffstats
path: root/player/command.h
diff options
context:
space:
mode:
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);