layout.c
changeset 857 453788ae925c
parent 837 123231b9eb87
child 858 b797071ebbd4
equal deleted inserted replaced
856:7c53a7f54174 857:453788ae925c
     1 /* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
     1 /* © 2004-2007 Anselm R. Garbe <garbeam at gmail dot com>
     2  * See LICENSE file for license details.
     2  * See LICENSE file for license details. */
     3  */
       
     4 #include "dwm.h"
     3 #include "dwm.h"
     5 #include <stdlib.h>
     4 #include <stdlib.h>
     6 
     5 
     7 unsigned int blw = 0;
     6 unsigned int blw = 0;
     8 Layout *lt = NULL;
     7 Layout *lt = NULL;