some minor work on gui/win modules.

This commit is contained in:
Martin Preuss
2025-06-12 23:30:36 +02:00
parent c51043d72a
commit ffcc5c0d9f
7 changed files with 82 additions and 8 deletions

View File

@@ -69,9 +69,6 @@
.equ WID_OPTIONS1_BIT_VALIGN0 = 4 ; 00: top, 01: bottom, 11: center
.equ WID_OPTIONS1_BIT_VALIGN1 = 5
.equ WID_OPTIONS1_BIT_ALIGN_HCENTER = 4
.equ WID_OPTIONS1_BIT_ALIGN_VCENTER = 5
.equ WID_OPTIONS1_BIT_FIXED_WIDTH = 6
.equ WID_OPTIONS1_BIT_FIXED_HEIGHT = 7