diff options
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h index e68c1f906..76d45ea8f 100644 --- a/src/structs.h +++ b/src/structs.h @@ -3643,6 +3643,13 @@ struct VimMenu HMENU submenu_id; // If this is submenu, add children here HWND tearoff_handle; // hWnd of tearoff if created #endif +#if FEAT_GUI_HAIKU + BMenuItem *id; // Id of menu item + BMenu *submenu_id; // If this is submenu, add children here +# ifdef FEAT_TOOLBAR + BPictureButton *button; +# endif +#endif #ifdef FEAT_GUI_MAC // MenuHandle id; // short index; // the item index within the father menu |