summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-03 03:06:26 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-01-25 17:00:17 +0900
commit57829ed95a8c22f575b875b3cbe55bd08567765e (patch)
tree0b531bb04fe2b37d1474a2c11b8ef3c698d5e8a1 /player
parent2f69e8f93c468242c866f82b51d4725bcf7d18f2 (diff)
downloadmpv-57829ed95a8c22f575b875b3cbe55bd08567765e.tar.bz2
mpv-57829ed95a8c22f575b875b3cbe55bd08567765e.tar.xz
x11: make display-names property observable
Reuse MP_EVENT_WIN_STATE for this.
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 ddf4768a11..fbf54d2fd3 100644
--- a/player/command.c
+++ b/player/command.c
@@ -3357,7 +3357,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