Mercurial > aewl
comparison draw.c @ 618:567d70d132fa
don't use Xlocale crap, let's use locale.h instead
author | arg@mig29 |
---|---|
date | Thu, 07 Dec 2006 09:49:45 +0100 |
parents | ae5c3e06f7e2 |
children | bda4880c462d |
comparison
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) |