draw.c
changeset 618 567d70d132fa
parent 617 ae5c3e06f7e2
child 619 bda4880c462d
equal deleted inserted replaced
617:ae5c3e06f7e2 618:567d70d132fa
     1 /* (C)opyright MMIV-MMVI Anselm R. Garbe <garbeam at gmail dot com>
     1 /* (C)opyright MMIV-MMVI 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 <locale.h>
     5 #include <stdio.h>
     6 #include <stdio.h>
     6 #include <string.h>
     7 #include <string.h>
     7 #include <X11/Xlocale.h>
       
     8 
     8 
     9 /* static */
     9 /* static */
    10 
    10 
    11 static Bool
    11 static Bool
    12 isoccupied(unsigned int t)
    12 isoccupied(unsigned int t)