all repos — dwm @ bb01e5a16f430e8b4629bab426bacfdff87f1198

my dwm build

initialize trans with 0
Anselm R Garbe garbeam@gmail.com
Mon, 18 Aug 2008 08:57:34 +0100
commit

bb01e5a16f430e8b4629bab426bacfdff87f1198

parent

06f7eed103057e55201e143fd319afd4bd410bdb

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M dwm.cdwm.c

@@ -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))))