forked from KolibriOS/kolibrios
unvwater: transparent background
git-svn-id: svn://kolibrios.org@2027 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5b40b9ed8a
commit
bef2abbb7c
@ -108,8 +108,7 @@ button:
|
||||
jmp MAIN
|
||||
|
||||
draw_window:
|
||||
start_draw_window 100,70,SCREEN_WIDTH+10,SCREEN_HEIGHT+5,0x14224466,labelt;, 14;labellen-labelt
|
||||
mov dword [skin_h], eax
|
||||
start_draw_window 100,70,SCREEN_WIDTH+9,SCREEN_HEIGHT+4,0x74224466,labelt;, 14;labellen-labelt
|
||||
end_draw_window
|
||||
ret
|
||||
|
||||
@ -131,8 +130,8 @@ copy_buffer_to_video:
|
||||
mov ebx, dword [delay]
|
||||
int 0x40
|
||||
|
||||
mov eax, dword [skin_h]
|
||||
lea edx, [5*65536+eax]
|
||||
mov eax, 0 ;dword [skin_h]
|
||||
lea edx, [0*65536+eax]
|
||||
|
||||
mov eax, 65
|
||||
mov ebx, img
|
||||
|
Loading…
Reference in New Issue
Block a user