wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 63cf3e7e6fbf0d35a6cde7a8080e3ab85ed4e1cc
parent 819b0576e603824d597a7cd0eb0c694524f33e6e
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Wed, 17 May 2006 11:59:59 +0200

disabling Xutf8* stuff


Diffstat:
liblitz/blitz.h | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/liblitz/blitz.h b/liblitz/blitz.h @@ -10,15 +10,19 @@ #define BLITZ_SELCOLORS "#ffffff #285577 #4c7899" #define BLITZ_NORMCOLORS "#222222 #eeeeee #666666" +/* #ifdef X_HAVE_UTF8_STRING #define Xi18nTextPropertyToTextList Xutf8TextPropertyToTextList #define Xi18nDrawString Xutf8DrawString #define Xi18nTextExtents Xutf8TextExtents #else +*/ #define Xi18nTextPropertyToTextList XmbTextPropertyToTextList #define Xi18nDrawString XmbDrawString #define Xi18nTextExtents XmbTextExtents +/* #endif +*/ typedef enum { CENTER, WEST, NWEST, NORTH, NEAST, EAST,