Parent Directory
|
Revision Log
|
Patch
| Revision 1.18 by sysadm, Sat May 17 15:39:51 2025 UTC | Revision 1.19 by sysadm, Sun May 18 08:53:21 2025 UTC | |
|---|---|---|
| # | Line 71 struct menu_t | Line 71 struct menu_t |
| 71 | { | { |
| 72 | char name[MAX_MENUNAME_LENGTH]; | char name[MAX_MENUNAME_LENGTH]; |
| 73 | MENU_TITLE title; | MENU_TITLE title; |
| 74 | char screen_name[MAX_MENU_SCR_NAME_LENGTH]; | |
| 75 | MENU_SCREEN_ID screen_id; | MENU_SCREEN_ID screen_id; |
| 76 | int8_t screen_show; | int8_t screen_show; |
| 77 | int16_t screen_row, screen_col; | int16_t screen_row, screen_col; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |