Browse Source

selmon optimisation is needed

master
Anselm R Garbe 14 years ago
parent
commit
a88e0373ef
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      dwm.c

+ 0
- 4
dwm.c View File

@ -815,10 +815,6 @@ void
focus(Client *c) {
if(!c || !ISVISIBLE(c))
for(c = selmon->stack; c && !ISVISIBLE(c); c = c->snext);
if(c && c == selmon->sel) {
D fprintf(stderr, "focus, optimising focus away\n");
return;
}
if(selmon->sel)
unfocus(selmon->sel);
if(c) {


Loading…
Cancel
Save