Changeset 205 in xtideuniversalbios for trunk/Assembly_Library/Inc


Ignore:
Timestamp:
Dec 5, 2011, 3:14:21 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Assembly Library:

  • Menu Exit event can now be send when closing menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Inc/Menu.inc

    r178 r205  
    1919;--------------------------------------------------------------------
    2020%macro CALL_MENU_LIBRARY 1
    21     %ifidn %1, Close
     21    %ifidn %1, CloseMenuIfExitEventAllows
     22        call    MenuInit_CloseMenuIfExitEventAllows
     23
     24    %elifidn %1, Close
    2225        call    MenuInit_CloseMenuWindow
    2326
     
    5760struc MENU_LIB
    5861    .DisplayWithHandlerInBXandUserDataInDXAX    resb    2
     62    .SendExitMenuEvent:
    5963    .Close:
    6064    .RefreshWindow                              resb    2
Note: See TracChangeset for help on using the changeset viewer.