Mercurial > emacs
changeset 61210:0eb69e12c16d
* xlwmenuP.h (_XlwMenu_part): Add fontSet resource.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Fri, 01 Apr 2005 18:42:33 +0000 |
parents | 0769f2fae9d0 |
children | 3691a20ee7a4 |
files | lwlib/xlwmenuP.h |
diffstat | 1 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 <X11/CoreP.h> -/* 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;