Subversion Repositories Kolibri OS

Rev

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

Rev 2446 Rev 2448
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
;; 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: 2446 $
8
$Revision: 2448 $
9
 
9
 
10
 
10
 
Line 425... Line 425...
425
        pushfd
425
        pushfd
426
        cli
426
        cli
427
        call    draw_mouse_under
427
        call    draw_mouse_under
428
        call    save_draw_mouse
428
        call    save_draw_mouse
Line 429... Line 429...
429
 
429
 
430
        mov     eax, [_display.select_cursor]
430
;        mov     eax, [_display.select_cursor]
431
        test    eax, eax
431
;        test    eax, eax
-
 
432
;        jz      @f
-
 
433
        cmp     [_display.select_cursor], select_cursor
Line 432... Line 434...
432
        jz      @f
434
        jne     @f
433
 
435
 
Line 434... Line 436...
434
        xor     eax, eax
436
        xor     eax, eax