Tiling2: Update original information every time a client is added.

Even if it's not the first time that client is added.
This commit is contained in:
Tom Hacohen 2014-01-20 15:22:43 +00:00
parent b89709267d
commit 21f30a1ac2
1 changed files with 3 additions and 0 deletions

View File

@ -304,6 +304,9 @@ _get_or_create_client_extra(E_Client *ec)
.w = ec->w,
.h = ec->h,
};
extra->orig.geom = extra->expected;
extra->orig.maximized = ec->maximized;
eina_stringshare_replace(&extra->orig.bordername, ec->bordername);
}
return extra;