Changeset 407 in xtideuniversalbios for trunk/Assembly_Library/Src/Keyboard/Keyboard.asm


Ignore:
Timestamp:
Apr 25, 2012, 8:55:11 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Assembly Library:

  • One more attempt to properly restore MDA cursor after exiting menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Keyboard/Keyboard.asm

    r376 r407  
    144144
    145145    CALL_DISPLAY_LIBRARY PushDisplayContext
    146     mov     ax, CURSOR_NORMAL
     146    call    DisplayCursor_GetDefaultCursorShapeToAX
    147147    CALL_DISPLAY_LIBRARY SetCursorShapeFromAX
    148148    CALL_DISPLAY_LIBRARY SynchronizeDisplayContextToHardware
Note: See TracChangeset for help on using the changeset viewer.