Subversion Repositories Kolibri OS

Rev

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

Rev 1859 Rev 1899
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 1859 $
8
$Revision: 1899 $
9
 
9
 
10
 
10
 
Line 159... Line 159...
159
	shl    edi,4	   ; *16 bytes per row
159
	shl    edi,4	   ; *16 bytes per row
160
	add    edi,ecx	     ; x cycle
160
	add    edi,ecx	     ; x cycle
161
	mov    esi, edi
161
	mov    esi, edi
162
	add    edi, esi
162
	add    edi, esi
163
	add    edi, esi       ; *3
163
	add    edi, esi       ; *3
164
	add    edi,[MOUSE_PICTURE]	; we have our str address
164
	add    edi, mousepointer	;[MOUSE_PICTURE]	; we have our str address
165
	mov    esi, edi
165
	mov    esi, edi
166
	add    esi, 16*24*3
166
	add    esi, 16*24*3
167
	push   ecx
167
	push   ecx
168
	mov    ecx, [COLOR_TEMP]
168
	mov    ecx, [COLOR_TEMP]
169
	call   combine_colors
169
	call   combine_colors