Changeset 45 in xtideuniversalbios for trunk/Assembly_Library/Inc/Dialog.inc
- Timestamp:
- Sep 29, 2010, 5:59:07 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Dialog.inc
r41 r45 2 2 ; Project name : Assembly Library 3 3 ; Created date : 15.9.2010 4 ; Last update : 15.9.20104 ; Last update : 28.9.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Defines for Menu library dialogs. … … 75 75 76 76 77 ; Progress bar dialog 78 PROGRESS_COMPLETE_CHARACTER EQU BLOCK_FULL_FOREGROUND 79 PROGRESS_INCOMPLETE_CHARACTER EQU BLOCK_MOSTLY_BACKGROUND 80 77 81 ; File dialog 78 82 FILENAME_BUFFER_SIZE EQU 14 ; 8+1+3+NULL+alignment
Note:
See TracChangeset
for help on using the changeset viewer.