Subversion Repositories Kolibri OS

Rev

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

Rev 2455 Rev 2459
Line 15... Line 15...
15
;;                                                              ;;
15
;;                                                              ;;
16
;;  See file COPYING for details                                ;;
16
;;  See file COPYING for details                                ;;
17
;;                                                              ;;
17
;;                                                              ;;
18
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
18
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 19... Line 19...
19
 
19
 
Line 20... Line 20...
20
$Revision: 2455 $
20
$Revision: 2459 $
21
 
21
 
Line 1923... Line 1923...
1923
align 4
1923
align 4
1924
.novert:
1924
.novert:
1925
        push    ecx
1925
        push    ecx
1926
; check for hardware cursor
1926
; check for hardware cursor
1927
        cmp     [_display.select_cursor], select_cursor
1927
        cmp     [_display.select_cursor], select_cursor
1928
        jne     @f
1928
        je      @f
1929
        cmp     [_display.select_cursor], 0
1929
        cmp     [_display.select_cursor], 0
1930
        jne     .no_mouseunder
1930
        jne     .no_mouseunder
1931
;--------------------------------------
1931
;--------------------------------------
1932
align 4
1932
align 4
1933
@@:
1933
@@: