aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-16 18:33:58 +0000
committerGerd Moellmann2000-06-16 18:33:58 +0000
commit457d47f892c3254256e1b7c7ad5ff0c45fbd8ba8 (patch)
tree83cf4d3b8b8800c6089e781eeed671a6d0a6cefa
parent37d034d3a4aca5145b15200ad9f77d57bc8e235e (diff)
downloademacs-457d47f892c3254256e1b7c7ad5ff0c45fbd8ba8.tar.gz
emacs-457d47f892c3254256e1b7c7ad5ff0c45fbd8ba8.zip
(_XlwMenu_part): Add free_top_shadow_color_p and
free_bottom_shadow_color_p.
-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
40 XtCallbackList select, highlight; 40 XtCallbackList select, highlight;
41 widget_value* contents; 41 widget_value* contents;
42 int horizontal; 42 int horizontal;
43
44 /* True means top_shadow_color and/or bottom_shadow_color must be freed. */
45 unsigned free_top_shadow_color_p : 1;
46 unsigned free_bottom_shadow_color_p : 1;
43 47
44 /* State of the XlwMenu */ 48 /* State of the XlwMenu */
45 int old_depth; 49 int old_depth;