forked from KolibriOS/kolibrios
changing skin procedure moved to draw_window (calc)
git-svn-id: svn://kolibrios.org@967 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
8106f1fe2c
commit
944f2a9b14
@ -653,6 +653,12 @@ draw_window:
|
|||||||
mov ebx,1
|
mov ebx,1
|
||||||
mcall
|
mcall
|
||||||
|
|
||||||
|
mov eax,48
|
||||||
|
mov ebx,3
|
||||||
|
mov ecx,sc
|
||||||
|
mov edx,sizeof.system_colors
|
||||||
|
mcall
|
||||||
|
|
||||||
xor eax,eax
|
xor eax,eax
|
||||||
mov ebx,200 shl 16+255
|
mov ebx,200 shl 16+255
|
||||||
mov ecx,200 shl 16+180
|
mov ecx,200 shl 16+180
|
||||||
|
Loading…
Reference in New Issue
Block a user