Subversion Repositories Kolibri OS

Rev

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

Rev 2626 Rev 2630
Line 114... Line 114...
114
	dec	ecx
114
	dec	ecx
115
	mov	edx,[wcolor]
115
	mov	edx,[wcolor]
116
	mov	eax,COLOR_CHANGE_MAGNITUDE_0
116
	mov	eax,COLOR_CHANGE_MAGNITUDE_0
117
	imul	eax,dword [soften_height]
117
	imul	eax,dword [soften_height]
118
	call	subtract_color_change_magnitude
118
	call	subtract_color_change_magnitude
-
 
119
;--------------------------------------
-
 
120
align 4
119
@@:
121
@@:
120
	mov	eax,COLOR_CHANGE_MAGNITUDE_0
122
	mov	eax,COLOR_CHANGE_MAGNITUDE_0
121
	call	add_color_change_magnitude
123
	call	add_color_change_magnitude
122
	and	edx,0x00FFFFFF
124
	and	edx,0x00FFFFFF
123
	mcall	38
125
	mcall	38
Line 346... Line 348...
346
;	mcall	14
348
;	mcall	14
347
	mov	eax,[screenxy]
349
	mov	eax,[screenxy]
348
	shr	eax,16
350
	shr	eax,16
Line 349... Line 351...
349
 
351
 
350
	sub	eax,[offset_X]
-
 
351
; check for tray enabled
-
 
352
;	cmp	[tray_enable],dword 0
-
 
353
;	je	@f
-
 
354
 
-
 
355
;	sub	eax, TRAY_SIZE
-
 
356
;--------------------------------------
-
 
357
;align 4
-
 
358
;@@:
352
	sub	eax,[offset_X]
359
; check for left minimize button enabled
353
; check for left minimize button enabled
360
	cmp	[minimize_right],dword 0
354
	cmp	[minimize_right],dword 0
Line 361... Line 355...
361
	je	@f
355
	je	@f