mirror of
https://github.com/0intro/wmii
synced 2024-12-27 13:49:41 +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_SELCOLORS "#ffffff #285577 #4c7899"
|
||||||
#define BLITZ_NORMCOLORS "#222222 #eeeeee #666666"
|
#define BLITZ_NORMCOLORS "#222222 #eeeeee #666666"
|
||||||
|
|
||||||
|
/*
|
||||||
#ifdef X_HAVE_UTF8_STRING
|
#ifdef X_HAVE_UTF8_STRING
|
||||||
#define Xi18nTextPropertyToTextList Xutf8TextPropertyToTextList
|
#define Xi18nTextPropertyToTextList Xutf8TextPropertyToTextList
|
||||||
#define Xi18nDrawString Xutf8DrawString
|
#define Xi18nDrawString Xutf8DrawString
|
||||||
#define Xi18nTextExtents Xutf8TextExtents
|
#define Xi18nTextExtents Xutf8TextExtents
|
||||||
#else
|
#else
|
||||||
|
*/
|
||||||
#define Xi18nTextPropertyToTextList XmbTextPropertyToTextList
|
#define Xi18nTextPropertyToTextList XmbTextPropertyToTextList
|
||||||
#define Xi18nDrawString XmbDrawString
|
#define Xi18nDrawString XmbDrawString
|
||||||
#define Xi18nTextExtents XmbTextExtents
|
#define Xi18nTextExtents XmbTextExtents
|
||||||
|
/*
|
||||||
#endif
|
#endif
|
||||||
|
*/
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
CENTER, WEST, NWEST, NORTH, NEAST, EAST,
|
CENTER, WEST, NWEST, NORTH, NEAST, EAST,
|
||||||
|
Loading…
Reference in New Issue
Block a user