forked from KolibriOS/kolibrios
Tube: correction for different skin width
git-svn-id: svn://kolibrios.org@2492 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e74da8e4f0
commit
12a5c1d410
@ -1,7 +1,7 @@
|
||||
|
||||
; (Ü) ( ) Ü ) ( ) 256b intro by baze/3SC for Syndeecate 2001 use NASM to
|
||||
; ßÛß ÛÜÛ ÛÛÛ ÛÛÜ loveC: thanks, Serzh: eat my socks dude ;] compile the
|
||||
; ( ) ( ) ( ) ( ) e-mail: baze@stonline.sk, web: www.3SC.sk source code
|
||||
; (Ü) ( ) Ü ) ( ) 256b intro by baze/3SC for Syndeecate 2001
|
||||
; ßÛß ÛÜÛ ÛÛÛ ÛÛÜ loveC: thanks, Serzh: eat my socks dude ;]
|
||||
; ( ) ( ) ( ) ( ) e-mail: baze@stonline.sk, web: www.3SC.sk
|
||||
|
||||
; Menuet port by VT
|
||||
|
||||
@ -189,18 +189,15 @@ draw_window:
|
||||
|
||||
pusha
|
||||
|
||||
mov eax,12
|
||||
mov ebx,1
|
||||
mcall
|
||||
mcall 12, 1
|
||||
mcall 48, 4 ;get skin width
|
||||
lea ecx,[100*65536+164+eax]
|
||||
xor eax,eax
|
||||
mov ebx,100*65536+329
|
||||
mov ecx,100*65536+186
|
||||
mov edx,0x74000000
|
||||
mov edi,title
|
||||
mcall
|
||||
mov eax,12
|
||||
mov ebx,2
|
||||
mcall
|
||||
mcall 12, 2
|
||||
popa
|
||||
ret
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user