Matches/snaps override size properties.

SVN revision: 34893
This commit is contained in:
Kim Woelders 2008-06-22 22:54:49 +00:00
parent 880b149f23
commit 627fe0a134
2 changed files with 2 additions and 0 deletions

View File

@ -1437,6 +1437,7 @@ SnapshotEwinApply(EWin * ewin)
{
ewin->client.w = sn->w;
ewin->client.h = sn->h;
ewin->state.maximized_horz = ewin->state.maximized_vert = 0;
}
if (use_flags & SNAP_USE_POS)

View File

@ -700,6 +700,7 @@ WindowMatchEwinOpsAction(EWin * ewin, int op, const char *args)
break;
ewin->client.w = a;
ewin->client.h = b;
ewin->state.maximized_horz = ewin->state.maximized_vert = 0;
break;
case EWIN_OP_FULLSCREEN: