Changeset 48 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog/Dialog.asm
- Timestamp:
- Oct 8, 2010, 3:44:05 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/Dialog/Dialog.asm
r46 r48 2 2 ; Project name : Assembly Library 3 3 ; Created date : 6.8.2010 4 ; Last update : 1.10.20104 ; Last update : 7.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Common functions for many dialogs. … … 291 291 ALIGN JUMP_ALIGN 292 292 .RedrawDialogAreaAndWholeParentWindow: 293 push si 294 call MenuBorders_AdjustDisplayContextForDrawingBorders 295 pop si 293 296 mov al, SCREEN_BACKGROUND_ATTRIBUTE 294 297 CALL_DISPLAY_LIBRARY SetCharacterAttributeFromAL 295 call MenuLocation_GetTitleBordersTopLeftCoordinatesToAX296 CALL_DISPLAY_LIBRARY SetCursorCoordinatesFromAX297 298 mov ax, [bp+MENUINIT.wWidthAndHeight] 298 299 CALL_DISPLAY_LIBRARY ClearAreaWithHeightInAHandWidthInAL
Note:
See TracChangeset
for help on using the changeset viewer.