From 7ce41cda05c960a8f715120aa7863cb55ef83705 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 8 Jan 2020 02:01:49 +0100 Subject: command: remove outdated MP_EVENT_WIN_STATE entries These properties are handled very differently now, and being in that list did pretty much nothing. --- player/command.c | 3 +-- 1 file changed, 1 insertion(+), 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"), -- cgit v1.2.3