diff options
| -rw-r--r-- | lwlib/xlwmenuP.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h index ce170d7bfe4..b90bc3da827 100644 --- a/lwlib/xlwmenuP.h +++ b/lwlib/xlwmenuP.h | |||
| @@ -64,6 +64,7 @@ typedef struct _XlwMenu_part | |||
| 64 | Cursor cursor_shape; | 64 | Cursor cursor_shape; |
| 65 | XtCallbackList open; | 65 | XtCallbackList open; |
| 66 | XtCallbackList select, highlight; | 66 | XtCallbackList select, highlight; |
| 67 | XtCallbackList enter, leave; | ||
| 67 | widget_value* contents; | 68 | widget_value* contents; |
| 68 | int horizontal; | 69 | int horizontal; |
| 69 | 70 | ||
| @@ -76,6 +77,7 @@ typedef struct _XlwMenu_part | |||
| 76 | int old_depth; | 77 | int old_depth; |
| 77 | widget_value** old_stack; | 78 | widget_value** old_stack; |
| 78 | int old_stack_length; | 79 | int old_stack_length; |
| 80 | widget_value* inside_entry; | ||
| 79 | 81 | ||
| 80 | /* New state after the user moved */ | 82 | /* New state after the user moved */ |
| 81 | int new_depth; | 83 | int new_depth; |