From 9f5ee6b86469f8c12a98d5506b13e056b2d66784 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Mon, 31 Mar 2014 17:39:59 +0200 Subject: [PATCH] systray: Don't set WM_STATE on embedded windows (FS#1246) Apparently there is no spec which requires doing this and other systray implementations do not do this. Signed-off-by: Uli Schlachter --- systray.c | 1 - 1 file changed, 1 deletion(-) diff --git a/systray.c b/systray.c index 7115564df..e3423acc7 100644 --- a/systray.c +++ b/systray.c @@ -161,7 +161,6 @@ systray_request_handle(xcb_window_t embed_win, xembed_info_t *info) xcb_change_window_attributes(globalconf.connection, embed_win, XCB_CW_EVENT_MASK, select_input_val); - xwindow_set_state(embed_win, XCB_ICCCM_WM_STATE_WITHDRAWN); /* we grab the window, but also make sure it's automatically reparented back * to the root window if we should die.