From cbd87ddb93fb300c072344d22d17b4f17c8a0889 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sun, 23 May 2021 16:40:55 -0500 Subject: command: add a missing comma to MP_EVENT_WIN_STATE In my defense, it still compiled. --- player/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/command.c b/player/command.c index 59266d1132..66ef01951e 100644 --- a/player/command.c +++ b/player/command.c @@ -3776,7 +3776,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, "display-names", "display-fps" "display-width", + E(MP_EVENT_WIN_STATE, "display-names", "display-fps", "display-width", "display-height"), E(MP_EVENT_WIN_STATE2, "display-hidpi-scale"), E(MP_EVENT_FOCUS, "focused"), -- cgit v1.2.3