summaryrefslogtreecommitdiff
path: root/lwlib/xlwmenuP.h
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2005-03-22 21:41:27 +0000
committerJan Djärv <jan.h.d@swipnet.se>2005-03-22 21:41:27 +0000
commitdf3a955de55778a664ce521bfb09a3b4254e4aad (patch)
tree40b00ce3127b96ac9589a0c12db437a56b2d019b /lwlib/xlwmenuP.h
parenta5b8073c314db80568d7a4ea03c7d3a940bbbfdc (diff)
downloademacs-df3a955de55778a664ce521bfb09a3b4254e4aad.tar.gz
Temporary #undef HAVE_X_I18N until FontSet for UTF-8
on XFree86 is investigated.
Diffstat (limited to 'lwlib/xlwmenuP.h')
-rw-r--r--lwlib/xlwmenuP.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h
index 9937aa174ef..12cc1790d9d 100644
--- a/lwlib/xlwmenuP.h
+++ b/lwlib/xlwmenuP.h
@@ -24,6 +24,9 @@ Boston, MA 02111-1307, USA. */
#include "xlwmenu.h"
#include <X11/CoreP.h>
+/* FIXME: HAVE_X_I18N does not work yet. */
+#undef HAVE_X_I18N
+
/* Elements in the stack arrays. */
typedef struct _window_state
{