dwm.c
changeset 1322 3d39dc3001cc
parent 1321 bca7a556aa03
child 1323 c1d2b106440d
equal deleted inserted replaced
1321:bca7a556aa03 1322:3d39dc3001cc
   863 }
   863 }
   864 
   864 
   865 void
   865 void
   866 manage(Window w, XWindowAttributes *wa) {
   866 manage(Window w, XWindowAttributes *wa) {
   867 	Client *c, *t = NULL;
   867 	Client *c, *t = NULL;
   868 	Window trans;
   868 	Window trans = 0;
   869 	XWindowChanges wc;
   869 	XWindowChanges wc;
   870 
   870 
   871 	if(!(c = calloc(1, sizeof(Client))))
   871 	if(!(c = calloc(1, sizeof(Client))))
   872 		die("fatal: could not calloc() %u bytes\n", sizeof(Client));
   872 		die("fatal: could not calloc() %u bytes\n", sizeof(Client));
   873 	c->win = w;
   873 	c->win = w;