This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
don't use Xlocale crap, let's use locale.h instead
main
arg@mig29
18 years ago
parent
857d825eeb
commit
4b06155873
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
draw.c
+ 1
- 1
draw.c
View File
@ -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 */
Write
Preview
Loading…
Cancel
Save