(_XlwMenu_part): Add free_top_shadow_color_p and
free_bottom_shadow_color_p.
This commit is contained in:
parent
37d034d3a4
commit
457d47f892
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue