Subversion Repositories Kolibri OS

Rev

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

Rev 2449 Rev 2451
Line 379... Line 379...
379
        push    eax
379
        push    eax
380
        mov     eax, [esi+ecx*4]
380
        mov     eax, [esi+ecx*4]
381
 
381
 
Line 382... Line 382...
382
; check for hardware cursor
382
; check for hardware cursor
383
        cmp     [_display.select_cursor], 0
-
 
384
        je      @f
-
 
385
        cmp     [_display.select_cursor], select_cursor
383
        cmp     [_display.select_cursor], select_cursor
-
 
384
        je      @f
-
 
385
        cmp     [_display.select_cursor], 0
386
        jne     .no_mouseunder
386
        jne     .no_mouseunder
387
;--------------------------------------
387
;--------------------------------------
388
align 4
388
align 4
389
@@:
389
@@:
390
        push    ecx
390
        push    ecx
Line 449... Line 449...
449
 
449
 
Line 450... Line 450...
450
        lea     edi, [edi+ecx*2]
450
        lea     edi, [edi+ecx*2]
Line 451... Line 451...
451
 
451
 
452
; check for hardware cursor
-
 
453
        cmp     [_display.select_cursor], 0
-
 
454
        je      @f
452
; check for hardware cursor
-
 
453
        cmp     [_display.select_cursor], select_cursor
-
 
454
        je      @f
455
        cmp     [_display.select_cursor], select_cursor
455
        cmp     [_display.select_cursor], 0
456
        jne     .no_mouseunder_1
456
        jne     .no_mouseunder_1
457
;--------------------------------------
457
;--------------------------------------
458
align 4
458
align 4
459
@@:
459
@@: