pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06f7eed
)
initialize trans with 0
author
Anselm R Garbe
<garbeam@gmail.com>
Mon, 18 Aug 2008 07:57:34 +0000
(08:57 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Mon, 18 Aug 2008 07:57:34 +0000
(08:57 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
8591a7d
..
1987601
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-865,7
+865,7
@@
killclient(const Arg *arg) {
void
manage(Window w, XWindowAttributes *wa) {
Client *c, *t = NULL;
- Window trans;
+ Window trans
= 0
;
XWindowChanges wc;
if(!(c = calloc(1, sizeof(Client))))