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:
fc2e3ea
)
thanks to Juka to check -Wall ;)
author
Anselm R. Garbe
<arg@suckless.org>
Tue, 8 May 2007 06:52:34 +0000
(08:52 +0200)
committer
Anselm R. Garbe
<arg@suckless.org>
Tue, 8 May 2007 06:52:34 +0000
(08:52 +0200)
event.c
patch
|
blob
|
history
diff --git
a/event.c
b/event.c
index c89850aba7feb77ca431ce67a52943933e94e322..db0d4826b129714978666013e09b688787d8cf22 100644
(file)
--- a/
event.c
+++ b/
event.c
@@
-209,9
+209,7
@@
configurerequest(XEvent *e) {
static void
configurenotify(XEvent *e) {
- Client *c;
XConfigureEvent *ev = &e->xconfigure;
- XWindowChanges wc;
if (ev->window == root && (ev->width != sw || ev->height != sh)) {
sw = ev->width;