Subversion Repositories Kolibri OS

Rev

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

Rev 2575 Rev 3069
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 2575 $
8
$Revision: 3069 $
9
 
9
 
10
 
10
 
Line 122... Line 122...
122
        mov     esi, [edx+SLOT_BASE+APPDATA.cursor]
122
        mov     esi, [edx+SLOT_BASE+APPDATA.cursor]
Line 123... Line 123...
123
 
123
 
124
        cmp     esi, [current_cursor]
124
        cmp     esi, [current_cursor]
Line -... Line 125...
-
 
125
        je      .draw
-
 
126
 
-
 
127
        mov     eax, [TASK_COUNT]
-
 
128
        movzx   eax, word [WIN_POS+eax*2]
-
 
129
        shl     eax, 8
-
 
130
 
-
 
131
        cmp     eax, edx
-
 
132
        je      @F
-
 
133
 
-
 
134
        mov     esi, [def_cursor]
-
 
135
        cmp     esi, [current_cursor]
-
 
136
        je      .draw
125
        je      .draw
137
 
126
 
138
@@:
127
        push    esi
139
        push    esi
128
        call    [_display.select_cursor]
140
        call    [_display.select_cursor]
129
        mov     [current_cursor], esi
141
        mov     [current_cursor], esi