(_XlwMenu_part): Add free_top_shadow_color_p and

free_bottom_shadow_color_p.
This commit is contained in:
Gerd Moellmann 2000-06-16 18:33:58 +00:00
parent 37d034d3a4
commit 457d47f892

View file

@ -40,6 +40,10 @@ typedef struct _XlwMenu_part
XtCallbackList select, highlight;
widget_value* contents;
int horizontal;
/* True means top_shadow_color and/or bottom_shadow_color must be freed. */
unsigned free_top_shadow_color_p : 1;
unsigned free_bottom_shadow_color_p : 1;
/* State of the XlwMenu */
int old_depth;