1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

entered into RCS

This commit is contained in:
Richard M. Stallman 1994-05-06 17:29:23 +00:00
parent 07c30a5cec
commit 98270d54bf

View File

@ -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;