dwm-meillo

changeset 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
files draw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/draw.c	Thu Dec 07 09:47:55 2006 +0100
     1.2 +++ b/draw.c	Thu Dec 07 09:49:45 2006 +0100
     1.3 @@ -2,9 +2,9 @@
     1.4   * See LICENSE file for license details.
     1.5   */
     1.6  #include "dwm.h"
     1.7 +#include <locale.h>
     1.8  #include <stdio.h>
     1.9  #include <string.h>
    1.10 -#include <X11/Xlocale.h>
    1.11  
    1.12  /* static */
    1.13