# HG changeset patch # User Jan Dj¸«£rv # Date 1112380953 0 # Node ID 0eb69e12c16d829b0666d8561877fa1f32002fce # Parent 0769f2fae9d0b8d9fe8cc5ca4a3a4d88bc6f67ba * xlwmenuP.h (_XlwMenu_part): Add fontSet resource. diff -r 0769f2fae9d0 -r 0eb69e12c16d lwlib/xlwmenuP.h --- a/lwlib/xlwmenuP.h Fri Apr 01 18:42:19 2005 +0000 +++ b/lwlib/xlwmenuP.h Fri Apr 01 18:42:33 2005 +0000 @@ -24,9 +24,6 @@ #include "xlwmenu.h" #include -/* FIXME: HAVE_X_I18N does not work yet. */ -#undef HAVE_X_I18N - /* Elements in the stack arrays. */ typedef struct _window_state { @@ -47,11 +44,10 @@ { /* slots set by the resources */ #ifdef HAVE_X_I18N - XFontSet font; + XFontSet fontSet; XFontSetExtents *font_extents; -#else +#endif XFontStruct* font; -#endif Pixel foreground; Pixel disabled_foreground; Pixel button_foreground;