Parent Directory
|
Revision Log
|
Patch
| Revision 1.5 by sysadm, Mon Mar 21 05:43:43 2005 UTC | Revision 1.6 by sysadm, Mon Mar 21 17:08:21 2005 UTC | |
|---|---|---|
| # | Line 36 typedef struct _menu_item MENU_ITEM; | Line 36 typedef struct _menu_item MENU_ITEM; |
| 36 | ||
| 37 | struct _menu_title | struct _menu_title |
| 38 | { | { |
| 39 | int row, col; | int row, col, show; |
| 40 | char text[MAX_MENUTITLE_LENGTH]; | char text[MAX_MENUTITLE_LENGTH]; |
| 41 | }; | }; |
| 42 | typedef struct _menu_title MENU_TITLE; | typedef struct _menu_title MENU_TITLE; |
| 43 | ||
| 44 | struct _menu_screen | struct _menu_screen |
| 45 | { | { |
| 46 | int row, col; | int row, col, show; |
| 47 | char filename[256]; | char filename[256]; |
| 48 | }; | }; |
| 49 | typedef struct _menu_screen MENU_SCREEN; | typedef struct _menu_screen MENU_SCREEN; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |