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://jasonwoof.com/gitweb/?a=commitdiff_plain;h=53cac176928b67db4eb551295291ab09650927eb;hp=53cac176928b67db4eb551295291ab09650927eb;p=dwm.git 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 ---