--- lbbs/include/menu.h 2005/03/21 05:43:43 1.5 +++ lbbs/include/menu.h 2005/03/21 17:08:21 1.6 @@ -36,14 +36,14 @@ typedef struct _menu_item MENU_ITEM; struct _menu_title { - int row, col; + int row, col, show; char text[MAX_MENUTITLE_LENGTH]; }; typedef struct _menu_title MENU_TITLE; struct _menu_screen { - int row, col; + int row, col, show; char filename[256]; }; typedef struct _menu_screen MENU_SCREEN;