correctly use EC_CHANGED in tiling

This commit is contained in:
Mike Blumenkrantz 2014-07-27 16:45:39 -04:00
parent 98b5246bc0
commit 06cbbb1ac4
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}