projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
857d825
)
don't use Xlocale crap, let's use locale.h instead
author
arg@mig29
<unknown>
Thu, 7 Dec 2006 08:49:45 +0000
(09:49 +0100)
committer
arg@mig29
<unknown>
Thu, 7 Dec 2006 08:49:45 +0000
(09:49 +0100)
draw.c
patch
|
blob
|
history
diff --git
a/draw.c
b/draw.c
index e4b2b88a5e6bebc57a1ecf90a7c3c6c25b3275b0..2dcafe1ee1e41c9830376d85678074a63cdc75cd 100644
(file)
--- a/
draw.c
+++ b/
draw.c
@@
-2,9
+2,9
@@
* See LICENSE file for license details.
*/
#include "dwm.h"
+#include <locale.h>
#include <stdio.h>
#include <string.h>
-#include <X11/Xlocale.h>
/* static */