Subversion Repositories Kolibri OS

Rev

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

Rev 1929 Rev 1930
Line 4... Line 4...
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
9
$Revision: 1929 $
9
$Revision: 1930 $
10
 
10
 
11
;==============================================================================
11
;==============================================================================
Line 1630... Line 1630...
1630
	inc	ecx
1630
	inc	ecx
1631
	inc	edx
1631
	inc	edx
Line 1632... Line 1632...
1632
 
1632
 
1633
	; get WinMap start
1633
	; get WinMap start
1634
	push	esi
1634
	push	esi
1635
	mov	edi, [Screen_Max_X]
1635
	mov	edi, [_display.width] ; = ([Screen_Max_X] + 1)
1636
	mov	esi, edi
1636
	mov	esi, edi
1637
	imul	edi, ebx
1637
	imul	edi, ebx
1638
	add	edi, eax
1638
	add	edi, eax
1639
	add	edi, [_WinMapAddress]
1639
	add	edi, [_WinMapAddress]