mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
command: add a missing comma to MP_EVENT_WIN_STATE
In my defense, it still compiled.
This commit is contained in:
parent
6c1dd02f32
commit
cbd87ddb93
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user