--- a/dwm.c Thu Aug 14 22:35:52 2008 +0200
+++ b/dwm.c Mon Aug 18 08:57:34 2008 +0100
@@ -865,7 +865,7 @@
void
manage(Window w, XWindowAttributes *wa) {
Client *c, *t = NULL;
- Window trans;
+ Window trans = 0;
XWindowChanges wc;
if(!(c = calloc(1, sizeof(Client))))