mirror of
https://github.com/pikami/dwm.git
synced 2025-02-05 23:46:42 +00:00
don't use Xlocale crap, let's use locale.h instead
This commit is contained in:
parent
857d825eeb
commit
4b06155873
2
draw.c
2
draw.c
@ -2,9 +2,9 @@
|
|||||||
* See LICENSE file for license details.
|
* See LICENSE file for license details.
|
||||||
*/
|
*/
|
||||||
#include "dwm.h"
|
#include "dwm.h"
|
||||||
|
#include <locale.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <X11/Xlocale.h>
|
|
||||||
|
|
||||||
/* static */
|
/* static */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user