summaryrefslogtreecommitdiff
path: root/lwlib/xlwmenuP.h
diff options
context:
space:
mode:
Diffstat (limited to 'lwlib/xlwmenuP.h')
-rw-r--r--lwlib/xlwmenuP.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h
index fa1ae4d92f8..1cf8319e101 100644
--- a/lwlib/xlwmenuP.h
+++ b/lwlib/xlwmenuP.h
@@ -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;