forked from KolibriOS/kolibrios
revert occasionally updated files in prior rev, add Tupfile for almaz game
git-svn-id: svn://kolibrios.org@6219 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
352d425605
commit
a76e01a34d
@ -467,11 +467,11 @@ struct process_information
|
|||||||
ends
|
ends
|
||||||
|
|
||||||
struct system_colors
|
struct system_colors
|
||||||
taskbar dd ? ;frame
|
frame dd ? ;nonset1
|
||||||
taskbar_text dd ? ;grab
|
grab dd ? ;nonset2
|
||||||
work_3d_dark dd ?
|
work_3d_dark dd ?
|
||||||
work_3d_light dd ?
|
work_3d_light dd ?
|
||||||
window_title dd ? ;grab_text
|
grab_text dd ? ;nonset3
|
||||||
work dd ?
|
work dd ?
|
||||||
work_button dd ?
|
work_button dd ?
|
||||||
work_button_text dd ?
|
work_button_text dd ?
|
||||||
|
@ -145,7 +145,7 @@ align 4
|
|||||||
add ebx,TAB_SIZE-2 ;54
|
add ebx,TAB_SIZE-2 ;54
|
||||||
|
|
||||||
push edi
|
push edi
|
||||||
mov edx,[system_colours.taskbar]
|
mov edx,[system_colours.work_button]
|
||||||
xor edi,edi
|
xor edi,edi
|
||||||
|
|
||||||
cmp ebp,[active_slot_number] ;ecx ; ecx=active slot number
|
cmp ebp,[active_slot_number] ;ecx ; ecx=active slot number
|
||||||
@ -181,7 +181,7 @@ align 4
|
|||||||
add bx,cx
|
add bx,cx
|
||||||
|
|
||||||
mov edx, procinfo_window_tabs+10
|
mov edx, procinfo_window_tabs+10
|
||||||
mcall 4,,[system_colours.taskbar_text],,11
|
mcall 4,,[system_colours.work_button_text],,11
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
align 4
|
align 4
|
||||||
.nodraw:
|
.nodraw:
|
||||||
|
@ -192,7 +192,7 @@ draw_list_button:
|
|||||||
; draw page list number
|
; draw page list number
|
||||||
mov edx,ebx
|
mov edx,ebx
|
||||||
add edx,9 shl 16
|
add edx,9 shl 16
|
||||||
mcall 47,0x20000,[page_list],,[system_colours.taskbar_text]
|
mcall 47,0x20000,[page_list],,[system_colours.work_button_text]
|
||||||
@@:
|
@@:
|
||||||
ret
|
ret
|
||||||
;---------------------------------------------------------------
|
;---------------------------------------------------------------
|
||||||
|
@ -10,8 +10,8 @@ draw_window:
|
|||||||
|
|
||||||
mcall 48,3,system_colours,10*4
|
mcall 48,3,system_colours,10*4
|
||||||
|
|
||||||
mov eax, [system_colours.taskbar]
|
mov eax, [system_colours+4*6]
|
||||||
mov edx,[system_colours.taskbar]
|
mov edx,[system_colours+4*6]
|
||||||
mov eax,COLOR_CHANGE_MAGNITUDE
|
mov eax,COLOR_CHANGE_MAGNITUDE
|
||||||
call subtract_color_change_magnitude
|
call subtract_color_change_magnitude
|
||||||
mov [wcolor], edx
|
mov [wcolor], edx
|
||||||
|
Loading…
Reference in New Issue
Block a user