summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-15 22:53:53 +0100
committerwm4 <wm4@nowhere>2016-01-15 22:54:08 +0100
commit20991a95b8cbbae42ee4226282841d028355808b (patch)
treed4bdeb3e44456804906e23e4e0ce9820b5ab08c2 /player
parent31adc87bde5d7d671b9b52cd912875d037501a1c (diff)
downloadmpv-20991a95b8cbbae42ee4226282841d028355808b.tar.bz2
mpv-20991a95b8cbbae42ee4226282841d028355808b.tar.xz
osd: make osd-width/height properties watchable
Diffstat (limited to 'player')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index 453ab47b92..46c608389a 100644
--- a/player/command.c
+++ b/player/command.c
@@ -3733,7 +3733,7 @@ static const char *const *const mp_event_property_change[] = {
E(MP_EVENT_CACHE_UPDATE, "cache", "cache-free", "cache-used", "cache-idle",
"demuxer-cache-duration", "demuxer-cache-idle", "paused-for-cache",
"demuxer-cache-time"),
- E(MP_EVENT_WIN_RESIZE, "window-scale"),
+ E(MP_EVENT_WIN_RESIZE, "window-scale", "osd-width", "osd-height", "osd-par"),
E(MP_EVENT_WIN_STATE, "window-minimized", "display-names", "display-fps", "fullscreen"),
};
#undef E