forked from KolibriOS/kolibrios
Deleting binary; correcting small mistakes in ScreenRuler.asm
git-svn-id: svn://kolibrios.org@9935 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
8a7de6d31d
commit
f995ff85cd
Binary file not shown.
@ -72,11 +72,7 @@ draw_window:
|
|||||||
mov edi, labelt ; header
|
mov edi, labelt ; header
|
||||||
xor eax, eax ; function 0 : define and draw window
|
xor eax, eax ; function 0 : define and draw window
|
||||||
mcall
|
mcall
|
||||||
|
mcall 71, 1, labelt
|
||||||
mov eax, 71
|
|
||||||
mov ebx, 1
|
|
||||||
mov ecx, labelt
|
|
||||||
|
|
||||||
mcall 12,2
|
mcall 12,2
|
||||||
ret
|
ret
|
||||||
;------------------------- Magnify draw
|
;------------------------- Magnify draw
|
||||||
|
Loading…
Reference in New Issue
Block a user