Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
simplified configurerequest to a bare minimum, removed wrong ban() calls
[dwm.git]
/
client.c
diff --git
a/client.c
b/client.c
index
bc26997
..
79cd698
100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-67,14
+67,6
@@
xerrordummy(Display *dsply, XErrorEvent *ee) {
/* extern */
-void
-ban(Client *c) {
- if(!c || c->isbanned)
- return;
- c->isbanned = True;
- XMoveWindow(dpy, c->win, c->x + 2 * sw, c->y);
-}
-
void
configure(Client *c) {
XConfigureEvent ce;