forked from KolibriOS/kolibrios
update sysfunction 47
git-svn-id: svn://kolibrios.org@6272 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1629,9 +1629,13 @@ draw_num_text:
|
||||
add eax, [edi+SLOT_BASE+APPDATA.wnd_clientbox.top]
|
||||
add ebx, eax
|
||||
mov ecx, [esp+64+32-12+4]
|
||||
and ecx, not 0x80000000 ; force counted string
|
||||
mov eax, [esp+64+8] ; background color (if given)
|
||||
mov edi, [esp+64+4]
|
||||
and ecx, 5FFFFFFFh
|
||||
bt ecx, 27
|
||||
jnc @f
|
||||
mov edi, eax
|
||||
@@:
|
||||
jmp dtext
|
||||
;-----------------------------------------------------------------------------
|
||||
iglobal
|
||||
|
Reference in New Issue
Block a user