aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-06 17:29:23 +0000
committerRichard M. Stallman1994-05-06 17:29:23 +0000
commit98270d54bf40f2f1d2e7932d810f8e1195e117f9 (patch)
tree8c466a87a4072ad58c9f6dbe4a50de33aefda400
parent07c30a5cecf01908242882646ad6f4baac6ca77e (diff)
downloademacs-98270d54bf40f2f1d2e7932d810f8e1195e117f9.tar.gz
emacs-98270d54bf40f2f1d2e7932d810f8e1195e117f9.zip
entered into RCS
-rw-r--r--lwlib/xlwmenuP.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h
index 2eca68ecda4..79f454fefc4 100644
--- a/lwlib/xlwmenuP.h
+++ b/lwlib/xlwmenuP.h
@@ -21,7 +21,7 @@ typedef struct _XlwMenu_part
21{ 21{
22 /* slots set by the resources */ 22 /* slots set by the resources */
23 XFontStruct* font; 23 XFontStruct* font;
24 int foreground; 24 Pixel foreground;
25 Pixel button_foreground; 25 Pixel button_foreground;
26 Dimension margin; 26 Dimension margin;
27 Dimension horizontal_spacing; 27 Dimension horizontal_spacing;
@@ -32,7 +32,7 @@ typedef struct _XlwMenu_part
32 Pixel bottom_shadow_color; 32 Pixel bottom_shadow_color;
33 Pixmap top_shadow_pixmap; 33 Pixmap top_shadow_pixmap;
34 Pixmap bottom_shadow_pixmap; 34 Pixmap bottom_shadow_pixmap;
35 int cursor_shape; 35 Cursor cursor_shape;
36 XtCallbackList open; 36 XtCallbackList open;
37 XtCallbackList select; 37 XtCallbackList select;
38 widget_value* contents; 38 widget_value* contents;