From 2a6003318277836348080192964847aff1580a91 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 11 Dec 2015 15:05:01 -0500 Subject: [PATCH] do not reapply x11 icccm state during fetch this is the value which has just been obtained, so don't create potential race conditions by sending it back to the client --- src/bin/e_comp_x.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index 6564b44a0..8cc1170fc 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -3446,7 +3446,6 @@ _e_comp_x_hook_client_fetch(void *d EINA_UNUSED, E_Client *ec) ec->icccm.initial_state = ec->icccm.state; if (state != ec->icccm.state) { - ecore_x_icccm_state_set(win, ec->icccm.state); if (ec->icccm.state == ECORE_X_WINDOW_STATE_HINT_WITHDRAWN) ec->ignored = 1, ec->visible = 0; else