discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=06cbbb1ac4e1e4b322e1e14f332b2218256d36e2
commit 06cbbb1ac4e1e4b322e1e14f332b2218256d36e2 Author: Mike Blumenkrantz <[email protected]> Date: Sun Jul 27 16:45:39 2014 -0400 correctly use EC_CHANGED in tiling --- src/modules/tiling/e_mod_tiling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/tiling/e_mod_tiling.c b/src/modules/tiling/e_mod_tiling.c index 57feff6..3d0eb2c 100644 --- a/src/modules/tiling/e_mod_tiling.c +++ b/src/modules/tiling/e_mod_tiling.c @@ -220,7 +220,7 @@ change_window_border(E_Client *ec, const char *bordername) eina_stringshare_replace(&ec->bordername, bordername); ec->border.changed = true; ec->changes.border = true; - ec->changed = true; + EC_CHANGED(ec); DBG("%p -> border %s", ec, bordername); } --
