Mercurial > emacs
changeset 29699:bb36becbd66b
(_XlwMenu_part): Add free_top_shadow_color_p and
free_bottom_shadow_color_p.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 16 Jun 2000 18:33:58 +0000 |
parents | 9ad6e18de5f7 |
children | 1e88ad071a1a |
files | lwlib/xlwmenuP.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/xlwmenuP.h Fri Jun 16 16:06:34 2000 +0000 +++ b/lwlib/xlwmenuP.h Fri Jun 16 18:33:58 2000 +0000 @@ -40,6 +40,10 @@ 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;