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
|
||||
xor eax, eax ; function 0 : define and draw window
|
||||
mcall
|
||||
|
||||
mov eax, 71
|
||||
mov ebx, 1
|
||||
mov ecx, labelt
|
||||
|
||||
mcall 71, 1, labelt
|
||||
mcall 12,2
|
||||
ret
|
||||
;------------------------- Magnify draw
|
||||
|
Loading…
Reference in New Issue
Block a user