Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
dafbd0d
)
yet another fix
author
Anselm R. Garbe <
[email protected]
>
Tue, 6 Feb 2007 14:29:19 +0000
(15:29 +0100)
committer
Anselm R. Garbe <
[email protected]
>
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
6d88222
..
50e8a94
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)