command: add a missing comma to MP_EVENT_WIN_STATE

In my defense, it still compiled.
This commit is contained in:
Dudemanguy 2021-05-23 16:40:55 -05:00
parent 6c1dd02f32
commit cbd87ddb93
1 changed files with 1 additions and 1 deletions

View File

@ -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"),