From 457d47f892c3254256e1b7c7ad5ff0c45fbd8ba8 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 16 Jun 2000 18:33:58 +0000 Subject: [PATCH] (_XlwMenu_part): Add free_top_shadow_color_p and free_bottom_shadow_color_p. --- lwlib/xlwmenuP.h | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.39.5