From 57829ed95a8c22f575b875b3cbe55bd08567765e Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 3 Jan 2015 03:06:26 +0100 Subject: x11: make display-names property observable Reuse MP_EVENT_WIN_STATE for this. --- player/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') 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 -- cgit v1.2.3