Support of background color for control Text is added.

git-svn-id: svn://kolibrios.org@676 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
andrew_programmer
2007-11-27 22:04:00 +00:00
parent 21d1027a5a
commit dc008c6f30
5 changed files with 36 additions and 9 deletions

View File

@@ -96,8 +96,9 @@ start:
;******************Init Text*****************
;********************************************
mov [Text.type],byte 10000000b
mov [Text.type],byte 10000010b
mov [Text.color],0xffffff
mov [Text.background_color],0xff
mov [Text.x],5
mov [Text.y],10
mov [Text.length],36
@@ -356,6 +357,7 @@ struc TEXT
.y rd 1
.length rd 1
.pointer rd 1
.background_color rd 1
}
Button1 BUTTON