Subversion Repositories Kolibri OS

Rev

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

Rev 2448 Rev 2451
Line 9... Line 9...
9
;;                                                              ;;
9
;;                                                              ;;
10
;;  Paul Butcher, paul.butcher@asa.co.uk                        ;;
10
;;  Paul Butcher, paul.butcher@asa.co.uk                        ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 2448 $
14
$Revision: 2451 $
15
 
15
 
16
;------------------------------------------------------------------------------
16
;------------------------------------------------------------------------------
Line 379... Line 379...
379
 ; ebx = y
379
 ; ebx = y
380
        mov     ecx, eax
380
        mov     ecx, eax
381
        mov     eax, [esp+32-8+4] ; color
381
        mov     eax, [esp+32-8+4] ; color
382
;--------------------------------------
382
;--------------------------------------
383
; check for hardware cursor
383
; check for hardware cursor
384
        cmp     [_display.select_cursor], 0
-
 
385
        je      @f
-
 
386
        cmp     [_display.select_cursor], select_cursor
384
        cmp     [_display.select_cursor], select_cursor
-
 
385
        je      @f
-
 
386
        cmp     [_display.select_cursor], 0
387
        jne     .no_mouseunder
387
        jne     .no_mouseunder
388
;--------------------------------------
388
;--------------------------------------
389
align 4
389
align 4
390
@@:
390
@@:
391
        push    ecx
391
        push    ecx