Tiling: don't try to change the border of borderless windows.

@fix
This commit is contained in:
Tom Hacohen 2015-01-04 13:45:16 +00:00
parent 7570d8809e
commit 9be07cfdb5
1 changed files with 3 additions and 0 deletions

View File

@ -220,6 +220,9 @@ is_tilable(const E_Client *ec)
static void
change_window_border(E_Client *ec, const char *bordername)
{
if (ec->mwm.borderless)
return;
ec->border.changed = 0;
if (e_client_border_set(ec, bordername))
eina_stringshare_refplace(&ec->bordername, ec->border.name);