Changeset 205 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- Dec 5, 2011, 3:14:21 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Menu.inc
r178 r205 19 19 ;-------------------------------------------------------------------- 20 20 %macro CALL_MENU_LIBRARY 1 21 %ifidn %1, Close 21 %ifidn %1, CloseMenuIfExitEventAllows 22 call MenuInit_CloseMenuIfExitEventAllows 23 24 %elifidn %1, Close 22 25 call MenuInit_CloseMenuWindow 23 26 … … 57 60 struc MENU_LIB 58 61 .DisplayWithHandlerInBXandUserDataInDXAX resb 2 62 .SendExitMenuEvent: 59 63 .Close: 60 64 .RefreshWindow resb 2
Note:
See TracChangeset
for help on using the changeset viewer.