summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-01-08 02:01:49 +0100
committerwm4 <wm4@nowhere>2020-01-08 02:01:49 +0100
commit7ce41cda05c960a8f715120aa7863cb55ef83705 (patch)
treea7cfb6c7dd7a1e196924eb3aa16049981515aa64 /player/command.c
parent11b9315b3fce4de1fae799d4609c66029d8cc914 (diff)
downloadmpv-7ce41cda05c960a8f715120aa7863cb55ef83705.tar.bz2
mpv-7ce41cda05c960a8f715120aa7863cb55ef83705.tar.xz
command: remove outdated MP_EVENT_WIN_STATE entries
These properties are handled very differently now, and being in that list did pretty much nothing.
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/player/command.c b/player/command.c
index dca0d0f589..5d5fcbfe7d 100644
--- a/player/command.c
+++ b/player/command.c
@@ -3514,8 +3514,7 @@ static const char *const *const mp_event_property_change[] = {
"demuxer-cache-state"),
E(MP_EVENT_WIN_RESIZE, "current-window-scale", "osd-width", "osd-height",
"osd-par", "osd-dimensions"),
- E(MP_EVENT_WIN_STATE, "window-minimized", "display-names", "display-fps",
- "fullscreen", "window-maximized"),
+ E(MP_EVENT_WIN_STATE, "display-names", "display-fps"),
E(MP_EVENT_CHANGE_PLAYLIST, "playlist", "playlist-pos", "playlist-pos-1",
"playlist-count", "playlist/count"),
E(MP_EVENT_CORE_IDLE, "core-idle", "eof-reached"),