Subversion Repositories Kolibri OS

Rev

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

Rev 2503 Rev 2586
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: 2503 $
8
$Revision: 2586 $
Line 9... Line 9...
9
 
9
 
Line 82... Line 82...
82
         hdr_i_end     dd ? ;0x14
82
         hdr_i_end     dd ? ;0x14
83
       endl
83
       endl
Line 84... Line 84...
84
 
84
 
Line -... Line 85...
-
 
85
        pushad
-
 
86
 
85
        pushad
87
        cmp     [SCR_MODE], word 0x13
86
 
88
        jbe     @f
87
        pushad
89
        pushad
88
        stdcall set_cursor, [def_cursor_clock]
90
        stdcall set_cursor, [def_cursor_clock]
89
        mov     [handle], eax
91
        mov     [handle], eax
90
        mov     [redrawmouse_unconditional], 1
92
        mov     [redrawmouse_unconditional], 1
91
        call    __sys_draw_pointer
93
        call    __sys_draw_pointer
92
        popad
94
        popad
Line 93... Line 95...
93
 
95
@@:
Line 94... Line 96...
94
        mov     [flags], edx
96
        mov     [flags], edx
Line 259... Line 261...
259
.err_file:
261
.err_file:
260
        xor     eax, eax
262
        xor     eax, eax
261
        mov     [application_table_status], eax
263
        mov     [application_table_status], eax
262
        mov     eax, esi
264
        mov     eax, esi
263
.final:
265
.final:
-
 
266
        cmp     [SCR_MODE], word 0x13
-
 
267
        jbe     @f
264
        pushad
268
        pushad
265
        stdcall set_cursor, [handle]
269
        stdcall set_cursor, [handle]
266
        mov     [redrawmouse_unconditional], 1
270
        mov     [redrawmouse_unconditional], 1
267
        call    __sys_draw_pointer
271
        call    __sys_draw_pointer
268
        popad
272
        popad
-
 
273
@@:
269
        ret
274
        ret
270
endp
275
endp
Line 271... Line 276...
271
 
276
 
272
align 4
277
align 4