projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b39d0c5
)
removed an unused var
author
arg@zarathustra
<unknown>
Tue, 26 Sep 2006 15:42:14 +0000
(17:42 +0200)
committer
arg@zarathustra
<unknown>
Tue, 26 Sep 2006 15:42:14 +0000
(17:42 +0200)
event.c
patch
|
blob
|
history
diff --git
a/event.c
b/event.c
index afd13c8b5a12521c988902a34542d5b23f8a6e10..76f3602fd6c85ee680a08d391b49479339c6ae48 100644
(file)
--- a/
event.c
+++ b/
event.c
@@
-150,7
+150,6
@@
configurerequest(XEvent *e) {
unsigned long newmask;
Client *c;
XConfigureRequestEvent *ev = &e->xconfigurerequest;
- XEvent synev;
XWindowChanges wc;
if((c = getclient(ev->window))) {