applied dfenze cleanups, fixed some comments in dwm.h

This commit is contained in:
Anselm R. Garbe
2007-05-14 11:54:30 +02:00
parent c67dbb28e4
commit ab3d6a7dfe
4 changed files with 20 additions and 21 deletions

View File

@ -247,8 +247,7 @@ enternotify(XEvent *e) {
focus(c);
else if(ev->window == root) {
selscreen = True;
for(c = stack; c && !isvisible(c); c = c->snext);
focus(c);
focustopvisible();
}
}