From 00c9bdf3f79d4876377918bf6b6bc5a71a094b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mantas=20Mikul=C4=97nas?= Date: Sat, 7 May 2016 18:10:57 +0300 Subject: x11: tell GNOME to use dark window decorations --- video/out/x11_common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/video/out/x11_common.c b/video/out/x11_common.c index 656509edca..647a91049c 100644 --- a/video/out/x11_common.c +++ b/video/out/x11_common.c @@ -1462,6 +1462,7 @@ static void vo_x11_create_window(struct vo *vo, XVisualInfo *vis, vo_x11_set_wm_icon(x11); vo_x11_update_window_title(vo); vo_x11_dnd_init_window(vo); + vo_x11_set_property_utf8(vo, XA(x11, _GTK_THEME_VARIANT), "dark"); } vo_x11_xembed_update(x11, 0); } -- cgit v1.2.3