initialize trans with 0 bb01e5a1
Anselm R Garbe · 2008-08-18 08:57 1 file(s) · +1 −1
dwm.c +1 −1
865 865
void
866 866
manage(Window w, XWindowAttributes *wa) {
867 867
	Client *c, *t = NULL;
868 -
	Window trans;
868 +
	Window trans = 0;
869 869
	XWindowChanges wc;
870 870
871 871
	if(!(c = calloc(1, sizeof(Client))))