summaryrefslogtreecommitdiff
path: root/lwlib/xlwmenuP.h
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-06-16 18:33:58 +0000
committerGerd Moellmann <gerd@gnu.org>2000-06-16 18:33:58 +0000
commit457d47f892c3254256e1b7c7ad5ff0c45fbd8ba8 (patch)
tree83cf4d3b8b8800c6089e781eeed671a6d0a6cefa /lwlib/xlwmenuP.h
parent37d034d3a4aca5145b15200ad9f77d57bc8e235e (diff)
downloademacs-457d47f892c3254256e1b7c7ad5ff0c45fbd8ba8.tar.gz
(_XlwMenu_part): Add free_top_shadow_color_p and
free_bottom_shadow_color_p.
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;