emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lwlib/xlwmenuP.h


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lwlib/xlwmenuP.h
Date: Thu, 17 Mar 2005 23:19:42 -0500

Index: emacs/lwlib/xlwmenuP.h
diff -c emacs/lwlib/xlwmenuP.h:1.9 emacs/lwlib/xlwmenuP.h:1.10
*** emacs/lwlib/xlwmenuP.h:1.9  Sat Mar 12 23:38:43 2005
--- emacs/lwlib/xlwmenuP.h      Fri Mar 18 04:19:41 2005
***************
*** 43,49 ****
--- 43,54 ----
  typedef struct _XlwMenu_part
  {
    /* slots set by the resources */
+ #ifdef HAVE_X_I18N
+   XFontSet    font;
+   XFontSetExtents *font_extents;
+ #else
    XFontStruct*        font;
+ #endif
    Pixel               foreground;
    Pixel               disabled_foreground;
    Pixel               button_foreground;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]