summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-06 17:29:23 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-06 17:29:23 +0000
commit33558a397a65427cb625545c5084644bea6e466d (patch)
tree56cabe6a0c8289e941e7adf1e23987f19af1d044 /lwlib
parent147e9deacb3c2cd3243f2243edb45d227d657cd5 (diff)
downloademacs-33558a397a65427cb625545c5084644bea6e466d.tar.gz
entered into RCS
Diffstat (limited to 'lwlib')
-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
{
/* slots set by the resources */
XFontStruct* font;
- int foreground;
+ Pixel foreground;
Pixel button_foreground;
Dimension margin;
Dimension horizontal_spacing;
@@ -32,7 +32,7 @@ typedef struct _XlwMenu_part
Pixel bottom_shadow_color;
Pixmap top_shadow_pixmap;
Pixmap bottom_shadow_pixmap;
- int cursor_shape;
+ Cursor cursor_shape;
XtCallbackList open;
XtCallbackList select;
widget_value* contents;