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
|
||||
mcall
|
||||
|
||||
mov eax,48
|
||||
mov ebx,3
|
||||
mov ecx,sc
|
||||
mov edx,sizeof.system_colors
|
||||
mcall
|
||||
|
||||
xor eax,eax
|
||||
mov ebx,200 shl 16+255
|
||||
mov ecx,200 shl 16+180
|
||||
@ -888,4 +894,4 @@ butid: db 12,13,14,19,20,21,26,27,28,34,15,39,22,36,29,35,35,1
|
||||
|
||||
I_END:
|
||||
|
||||
sc system_colors
|
||||
sc system_colors
|
||||
|
Loading…
Reference in New Issue
Block a user