Subversion Repositories Kolibri OS

Rev

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

Rev 837 Rev 840
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
;; 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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 768 $
8
$Revision: 840 $
9
 
9
 
10
 
10
 
Line 181... Line 181...
181
	; get WinMap start
181
	; get WinMap start
182
        mov   edi, [Screen_Max_X] ; screen_sx
182
        mov   edi, [Screen_Max_X] ; screen_sx
183
	inc   edi
183
	inc   edi
184
	imul  edi, ebx
184
	imul  edi, ebx
185
	add   edi, eax
185
	add   edi, eax
186
	add   edi, WinMapAddress
186
        add   edi, [_display_data]
Line 187... Line 187...
187
 
187
 
188
  .new_y:
188
  .new_y:
189
	push  ecx ; sx
189
	push  ecx ; sx
Line 242... Line 242...
242
	push  eax
242
	push  eax
243
        mov   eax, [Screen_Max_X] ; screen_sx
243
        mov   eax, [Screen_Max_X] ; screen_sx
244
	inc   eax
244
	inc   eax
245
	imul  eax, ebx
245
	imul  eax, ebx
246
	add   eax, [esp]
246
	add   eax, [esp]
247
	add   eax, WinMapAddress
247
        add   eax, [_display_data]
248
	mov   ebp, eax
248
	mov   ebp, eax
Line 249... Line 249...
249
 
249
 
250
	mov   edi, [edi+APPDATA.wnd_shape]
250
	mov   edi, [edi+APPDATA.wnd_shape]