comparison lwlib/xlwmenu.c @ 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 2610d09357c8
children 0769f2fae9d0 13796b0653c7
comparison
equal deleted inserted replaced
60828:ff22cb93ce7a 60829:583a7eb791dd
129 129
130 /* FIXME: Should ESC close one level of menu structure or the complete menu? */ 130 /* FIXME: Should ESC close one level of menu structure or the complete menu? */
131 131
132 /* FIXME: F10 should enter the menu, the first one in the menu-bar. */ 132 /* FIXME: F10 should enter the menu, the first one in the menu-bar. */
133 133
134 /* FIXME: HAVE_X_I18N does not work yet. */
135 #undef HAVE_X_I18N
136
134 #define offset(field) XtOffset(XlwMenuWidget, field) 137 #define offset(field) XtOffset(XlwMenuWidget, field)
135 static XtResource 138 static XtResource
136 xlwMenuResources[] = 139 xlwMenuResources[] =
137 { 140 {
138 #ifdef HAVE_X_I18N 141 #ifdef HAVE_X_I18N