From: Gerd Moellmann Date: Fri, 16 Jun 2000 18:33:58 +0000 (+0000) Subject: (_XlwMenu_part): Add free_top_shadow_color_p and X-Git-Tag: emacs-pretest-21.0.90~3278 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=457d47f892c3254256e1b7c7ad5ff0c45fbd8ba8;p=emacs.git (_XlwMenu_part): Add free_top_shadow_color_p and free_bottom_shadow_color_p. --- 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;