]> code.delx.au - gnu-emacs/commitdiff
Temporary #undef HAVE_X_I18N until FontSet for UTF-8
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 22 Mar 2005 21:41:27 +0000 (21:41 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 22 Mar 2005 21:41:27 +0000 (21:41 +0000)
on XFree86 is investigated.

lwlib/xlwmenu.c
lwlib/xlwmenuP.h

index b128e6cefb1682f0565a092ab94ba7ba8ee8b0df..77b61d32e21ac1d13834da655b853522f75447e8 100644 (file)
@@ -131,6 +131,9 @@ xlwMenuTranslations [] =
 
 /* FIXME: F10 should enter the menu, the first one in the menu-bar.  */
 
+/* FIXME: HAVE_X_I18N does not work yet. */
+#undef HAVE_X_I18N
+
 #define offset(field) XtOffset(XlwMenuWidget, field)
 static XtResource
 xlwMenuResources[] =
index 9937aa174ef894d2b9e5b9fd81e75c67f3847409..12cc1790d9dcb85de0c23c8a6a300ab117ca070c 100644 (file)
@@ -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
 {