summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-03 03:06:26 +0100
committerwm4 <wm4@nowhere>2015-01-03 03:06:26 +0100
commit9300351a30c7142901582ba3ddbe5b72b959bb3a (patch)
treea393a7933968da13ce56fadc87bb21b64e834b03 /player/command.c
parentf5ed13bcd4aacd362db9da3b5ad3f8747f13d944 (diff)
downloadmpv-9300351a30c7142901582ba3ddbe5b72b959bb3a.tar.bz2
mpv-9300351a30c7142901582ba3ddbe5b72b959bb3a.tar.xz
x11: make display-names property observable
Reuse MP_EVENT_WIN_STATE for this.
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index 9fb7c82c1c..f770d197c9 100644
--- a/player/command.c
+++ b/player/command.c
@@ -3438,7 +3438,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"),
E(MP_EVENT_WIN_RESIZE, "window-scale"),
- E(MP_EVENT_WIN_STATE, "window-minimized"),
+ E(MP_EVENT_WIN_STATE, "window-minimized", "display-names"),
};
#undef E