summaryrefslogtreecommitdiff
path: root/lwlib/xlwmenuP.h
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2004-01-12 01:45:22 +0000
committerJan Djärv <jan.h.d@swipnet.se>2004-01-12 01:45:22 +0000
commit244c93fe5767497dd45bb3d3ad22a9c72ccc2d5b (patch)
treed383c54483d68845ca5ce18f92491bc097d78a94 /lwlib/xlwmenuP.h
parent0fbe422d1c18358c87d481898d25bad7e2bd02da (diff)
downloademacs-244c93fe5767497dd45bb3d3ad22a9c72ccc2d5b.tar.gz
Changes for lucid popup menus (keyboard traversal enabled) and dialogs
(Xaw and Xm pop down on ESC).
Diffstat (limited to 'lwlib/xlwmenuP.h')
-rw-r--r--lwlib/xlwmenuP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h
index c3e62830184..f6aa0f4a58c 100644
--- a/lwlib/xlwmenuP.h
+++ b/lwlib/xlwmenuP.h
@@ -47,6 +47,7 @@ typedef struct _XlwMenu_part
unsigned free_bottom_shadow_color_p : 1;
/* State of the XlwMenu */
+ int top_depth;
int old_depth;
widget_value** old_stack;
int old_stack_length;