Event: Apply pl's patch (bug #97)

This commit is contained in:
Martin Duquesnoy 2011-03-12 23:09:42 +01:00
parent 8bc30628c3
commit ae47ab6f71

View File

@ -637,8 +637,9 @@ motionnotify(XMotionEvent *ev)
return;
if((c = client_gb_win(ev->subwindow)))
client_focus(c);
if(c != sel)
client_focus(c);
return;
}