diff lwlib/xlwmenuP.h @ 7360:cfb65c58eb9a

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Fri, 06 May 1994 17:29:23 +0000
parents 6ab8e21b9b7c
children 584c34c7cf53
line wrap: on
line diff
--- a/lwlib/xlwmenuP.h	Fri May 06 17:28:42 1994 +0000
+++ b/lwlib/xlwmenuP.h	Fri May 06 17:29:23 1994 +0000
@@ -21,7 +21,7 @@
 {
   /* slots set by the resources */
   XFontStruct*	font;
-  int		foreground;
+  Pixel		foreground;
   Pixel		button_foreground;
   Dimension	margin;
   Dimension	horizontal_spacing;
@@ -32,7 +32,7 @@
   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;