Fix global fac resize when only one client is not resizable

This commit is contained in:
Martin Duquesnoy
2011-10-24 19:37:36 +02:00
parent f22f706415
commit cd058a4753
3 changed files with 17 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ event_enternotify(XEvent *e)
if((c = client_gb_win(ev->window))
|| (c = client_gb_frame(ev->window)))
{
{
if(c->flags & CLIENT_IGNORE_ENTER)
c->flags ^= CLIENT_IGNORE_ENTER;
else