From: Anselm R Garbe Date: Mon, 8 Sep 2008 21:24:05 +0000 (+0100) Subject: using malloc() instead of calloc() and sticking to static initializer and struct... X-Git-Url: https://git.xinqibao.xyz/dwm.git/commitdiff_plain/53cac176928b67db4eb551295291ab09650927eb?hp=53cac176928b67db4eb551295291ab09650927eb using malloc() instead of calloc() and sticking to static initializer and struct assignment, not using *c = (Client){}; right now to avoid some ugly gcc warning, possibly a gcc bug since we are using -std=c99 ---