maximize typo

CID 1219857
This commit is contained in:
Mike Blumenkrantz 2014-06-02 04:58:55 -04:00
parent 9e6c276905
commit 1aa31dca7a
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ _e_maximize_client_rects_fill(E_Client *ec, Eina_List *rects, int *x1, int *yy1,
int bx, by, bw, bh;
bx = E_CLAMP(ec->x, ec->zone->x, ec->zone->x + ec->zone->w);
bx = E_CLAMP(ec->y, ec->zone->y, ec->zone->y + ec->zone->h);
by = E_CLAMP(ec->y, ec->zone->y, ec->zone->y + ec->zone->h);
bw = ec->w;
bh = ec->h;