raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=4a545f99d9b7775fd4dbb85cc3452edecf9d5e52

commit 4a545f99d9b7775fd4dbb85cc3452edecf9d5e52
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Tue Apr 20 21:58:43 2021 +0100

    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 */

-- 


Reply via email to