kpack check_boxes_set_sys_color

git-svn-id: svn://kolibrios.org@2263 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2011-10-04 23:49:40 +00:00
parent ef0e2b8ea0
commit fbb488c68d
2 changed files with 3 additions and 1 deletions

View File

@ -202,7 +202,8 @@ editboxes_end:
mouse_dd dd 0
;---------------------------------------------------------------------
check1 check_box 353,40,4,10,0x80ffffff,0,0,check_text,6
check1 check_box 353,40,4,10,0x80FFFFFF,0,0,check_text,6
check1_end:
check_text db 'Kernel',0
;*********************************************************************

View File

@ -72,6 +72,7 @@ load_libraries l_libs_start,load_lib_end
mcall 48,3,color_table,40
;--------------------------------------
edit_boxes_set_sys_color edit1,editboxes_end,color_table
check_boxes_set_sys_color check1,check1_end,color_table
;--------------------------------------
xor eax,eax
cmp [params],al