Subversion Repositories Kolibri OS

Rev

Rev 2630 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2630 Rev 2634
Line 9... Line 9...
9
	mcall	12,1
9
	mcall	12,1
Line 10... Line 10...
10
 
10
 
Line 11... Line 11...
11
	mcall	48,3,system_colours,10*4
11
	mcall	48,3,system_colours,10*4
12
 
12
 
13
	mov	eax, [system_colours+4*6]
13
	mov	eax, [system_colours+4*6]
-
 
14
;	sub	eax, 0x101010
-
 
15
;	mov	[wcolor], eax
-
 
16
 
-
 
17
	mov	edx,[system_colours+4*6]
-
 
18
	mov	eax,COLOR_CHANGE_MAGNITUDE
Line 14... Line 19...
14
	sub	eax, 0x101010
19
	call	subtract_color_change_magnitude
Line 15... Line 20...
15
	mov	[wcolor], eax
20
	mov	[wcolor], edx
16
 
21