comparison lwlib/xlwmenuP.h @ 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 3e557e11645e
children 0eb69e12c16d 13796b0653c7
comparison
equal deleted inserted replaced
60828:ff22cb93ce7a 60829:583a7eb791dd
21 #ifndef _XlwMenuP_h 21 #ifndef _XlwMenuP_h
22 #define _XlwMenuP_h 22 #define _XlwMenuP_h
23 23
24 #include "xlwmenu.h" 24 #include "xlwmenu.h"
25 #include <X11/CoreP.h> 25 #include <X11/CoreP.h>
26
27 /* FIXME: HAVE_X_I18N does not work yet. */
28 #undef HAVE_X_I18N
26 29
27 /* Elements in the stack arrays. */ 30 /* Elements in the stack arrays. */
28 typedef struct _window_state 31 typedef struct _window_state
29 { 32 {
30 Window window; 33 Window window;