From 4a545f99d9b7775fd4dbb85cc3452edecf9d5e52 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 20 Apr 2021 21:58:43 +0100 Subject: [PATCH] fix build break - looks like this edit didnt make a commit --- src/bin/e_comp_x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index 4045f6722..4fbabb898 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -3879,8 +3879,8 @@ _e_comp_x_hook_client_fetch(void *d EINA_UNUSED, E_Client *ec) E_ATOM_E_WAS_HERE, &was_here, 1) != 1) was_here = 0; + // if we managed this before, then use WM_STATE not initial state if (was_here) ec->icccm.state = ecore_x_icccm_state_get(win); - ec->icccm.initial_state); if (ec->new_client) { /* clients may unset iconic state when no wm is present */