forked from KolibriOS/kolibrios
Update libraries for new fonts
git-svn-id: svn://kolibrios.org@5692 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -160,12 +160,17 @@ m_get_mouse_flag equ [edi+116]
|
||||
cmp ebp,m_cursor
|
||||
jne .no_active_text
|
||||
mov ecx,m_frnt_text_col
|
||||
mov eax,m_menu_sel_col
|
||||
jmp .active_text
|
||||
.no_active_text:
|
||||
mov ecx,m_bckg_text_col
|
||||
mov eax,m_menu_col
|
||||
.active_text:
|
||||
add ecx,0x80000000
|
||||
add ecx,0xC0000000
|
||||
push edi
|
||||
mov edi,eax
|
||||
mcall 4
|
||||
pop edi
|
||||
call .get_next_text
|
||||
inc ebp
|
||||
add ebx,m_interval
|
||||
|
Reference in New Issue
Block a user