forked from KolibriOS/kolibrios
plasma: transparent background
git-svn-id: svn://kolibrios.org@2028 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
bef2abbb7c
commit
a7caf65ee9
@ -44,9 +44,9 @@ CODE
|
||||
mcall
|
||||
|
||||
xor eax,eax
|
||||
mov ebx,(100 shl 16)+(WND_SIZE_X+8)
|
||||
mov ecx,(100 shl 16)+(WND_SIZE_Y+25)
|
||||
mov edx,0x34000000
|
||||
mov ebx,(110 shl 16)+(WND_SIZE_X+9)
|
||||
mov ecx,(110 shl 16)+(WND_SIZE_Y+26)
|
||||
mov edx,0x74000000
|
||||
mov edi,title
|
||||
mcall
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user