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:
dafbd0d
)
yet another fix
author
Anselm R. Garbe
<arg@suckless.org>
Tue, 6 Feb 2007 14:29:19 +0000
(15:29 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Tue, 6 Feb 2007 14:29:19 +0000
(15:29 +0100)
client.c
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index 6d88222dce62ebd7faf7df49965dcee957c8ae1d..50e8a94d004d518c299ae286af890bda42783a16 100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-184,7
+184,7
@@
manage(Window w, XWindowAttributes *wa) {
void
resize(Client *c, Bool sizehints) {
- float actual, dx, dy, max, min
, u
;
+ float actual, dx, dy, max, min;
XWindowChanges wc;
if(c->w <= 0 || c->h <= 0)