mirror of
https://github.com/0intro/wmii
synced 2024-12-26 21:29:45 +03:00
disabling Xutf8* stuff
This commit is contained in:
parent
819b0576e6
commit
63cf3e7e6f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user