Subversion Repositories Kolibri OS

Rev

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

Rev 5350 Rev 5351
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2014. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2014. 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: 5350 $
8
$Revision: 5351 $
9
 
9
 
10
 
10
 
Line 113... Line 113...
113
;        mov     ecx, [Screen_Max_X]
113
;        mov     ecx, [Screen_Max_X]
114
;        inc     ecx
114
;        inc     ecx
115
;        mul     ecx
115
;        mul     ecx
116
        mov     eax, [d_width_calc_area + eax*4]
116
        mov     eax, [d_width_calc_area + eax*4]
Line 117... Line 117...
117
 
117
 
118
        add     eax, [_WinMapAddress]
118
        add     eax, [_display.win_map]
119
        movzx   edx, byte [ebx+eax]
119
        movzx   edx, byte [ebx+eax]
120
        shl     edx, 8
120
        shl     edx, 8
Line 121... Line 121...
121
        mov     esi, [edx+SLOT_BASE+APPDATA.cursor]
121
        mov     esi, [edx+SLOT_BASE+APPDATA.cursor]