removed drawclient and drawall (they performed useless operations/consumed useless cpu cycles)
This commit is contained in:
parent
0045ad87df
commit
f8181f64e2
5 changed files with 6 additions and 30 deletions
1
view.c
1
view.c
|
@ -200,7 +200,6 @@ restack(void) {
|
|||
XLowerWindow(dpy, c->win);
|
||||
}
|
||||
}
|
||||
drawall();
|
||||
XSync(dpy, False);
|
||||
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue