draw.c
changeset 164 21071ae1fe68
parent 142 9b9deafa0508
child 173 1db04019684e
equal deleted inserted replaced
163:e2e1de08341d 164:21071ae1fe68
     1 /*
     1 /*
     2  * (C)opyright MMIV-MMVI Anselm R. Garbe <garbeam at gmail dot com>
     2  * (C)opyright MMIV-MMVI Anselm R. Garbe <garbeam at gmail dot com>
     3  * See LICENSE file for license details.
     3  * See LICENSE file for license details.
     4  */
     4  */
     5 #include "dwm.h"
     5 #include "dwm.h"
     6 
       
     7 #include <stdio.h>
     6 #include <stdio.h>
     8 #include <string.h>
     7 #include <string.h>
     9 #include <X11/Xlocale.h>
     8 #include <X11/Xlocale.h>
    10 
     9 
    11 /* static */
    10 /* static */