Subversion Repositories Kolibri OS

Rev

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

Rev 2459 Rev 2477
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: 2459 $
20
$Revision: 2477 $
21
 
21
 
Line 1422... Line 1422...
1422
 
1422
 
1423
        cmp     cx, [X_UNDER_sub_CUR_hot_x_add_curh]
1423
        cmp     cx, [X_UNDER_sub_CUR_hot_x_add_curh]
1424
        jae     .no_mouse_area
1424
        jae     .no_mouse_area
1425
;--------------------------------------
1425
;--------------------------------------
-
 
1426
; check mouse area for putpixel
1426
; check mouse area for putpixel
1427
        push    eax
1427
        call    check_mouse_area_for_putpixel_new.1
1428
        call    check_mouse_area_for_putpixel_new.1
1428
        mov     [edx], ax
1429
        mov     [edx], ax
1429
        shr     eax, 16
1430
        shr     eax, 16
1430
        mov     [edx + 2], al
1431
        mov     [edx + 2], al
1431
        mov     eax, [drbar.color]
1432
        pop     eax
1432
        jmp     .skip
1433
        jmp     .skip
1433
; store to real LFB
1434
; store to real LFB
1434
;--------------------------------------
1435
;--------------------------------------
1435
align 4
1436
align 4
Line 1606... Line 1607...
1606
 
1607
 
1607
        cmp     cx, [X_UNDER_sub_CUR_hot_x_add_curh]
1608
        cmp     cx, [X_UNDER_sub_CUR_hot_x_add_curh]
1608
        jae     .no_mouse_area
1609
        jae     .no_mouse_area
1609
;--------------------------------------
1610
;--------------------------------------
-
 
1611
; check mouse area for putpixel
1610
; check mouse area for putpixel
1612
        push    eax
1611
        call    check_mouse_area_for_putpixel_new.1
1613
        call    check_mouse_area_for_putpixel_new.1
1612
        mov     [edx], eax
1614
        mov     [edx], eax
1613
        mov     eax, [drbar.color]
1615
        pop     eax
1614
        jmp     .skip
1616
        jmp     .skip
1615
; store to real LFB
1617
; store to real LFB
1616
;--------------------------------------
1618
;--------------------------------------
1617
align 4
1619
align 4