Mercurial > emacs
changeset 60829:583a7eb791dd
Temporary #undef HAVE_X_I18N until FontSet for UTF-8
on XFree86 is investigated.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 22 Mar 2005 21:41:27 +0000 |
parents | ff22cb93ce7a |
children | 35cf88000489 |
files | lwlib/xlwmenu.c lwlib/xlwmenuP.h |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/xlwmenu.c Tue Mar 22 21:40:27 2005 +0000 +++ b/lwlib/xlwmenu.c Tue Mar 22 21:41:27 2005 +0000 @@ -131,6 +131,9 @@ /* 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[] =
--- a/lwlib/xlwmenuP.h Tue Mar 22 21:40:27 2005 +0000 +++ b/lwlib/xlwmenuP.h Tue Mar 22 21:41:27 2005 +0000 @@ -24,6 +24,9 @@ #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 {