Fix mistake in ewmh manage window type function

This commit is contained in:
Martin Duquesnoy 2010-06-30 13:23:20 +02:00
parent 9a3b06c645
commit 8aeded6cd6

View File

@ -377,7 +377,7 @@ ewmh_manage_window_type(Client *c)
{
c->flags |= FreeFlag;
c->flags &= ~(TileFlag | MaxFlag | LMaxFlag);
client_moveresize(sel, sel->ogeo, True);
client_moveresize(c, c->ogeo, True);
client_focus(c);
tags[selscreen][seltag[selscreen]].layout.func(selscreen);
}