layout.c
changeset 825 bef1854ce739
parent 823 fb5cbf0bd923
child 826 d900a3f821a3
equal deleted inserted replaced
824:f0ee918c0551 825:bef1854ce739
     1 /* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
     1 /* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
     2  * See LICENSE file for license details.
     2  * See LICENSE file for license details.
     3  */
     3  */
     4 #include "dwm.h"
     4 #include "dwm.h"
       
     5 #include <stdlib.h>
     5 
     6 
     6 unsigned int blw = 0;
     7 unsigned int blw = 0;
     7 Layout *lt = NULL;
     8 Layout *lt = NULL;
     8 
     9 
     9 /* static */
    10 /* static */