Fix for r. 2446
git-svn-id: svn://kolibrios.org@2477 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
9d68b66806
commit
4d909756cd
@ -1424,11 +1424,12 @@ align 4
|
|||||||
jae .no_mouse_area
|
jae .no_mouse_area
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
; check mouse area for putpixel
|
; check mouse area for putpixel
|
||||||
|
push eax
|
||||||
call check_mouse_area_for_putpixel_new.1
|
call check_mouse_area_for_putpixel_new.1
|
||||||
mov [edx], ax
|
mov [edx], ax
|
||||||
shr eax, 16
|
shr eax, 16
|
||||||
mov [edx + 2], al
|
mov [edx + 2], al
|
||||||
mov eax, [drbar.color]
|
pop eax
|
||||||
jmp .skip
|
jmp .skip
|
||||||
; store to real LFB
|
; store to real LFB
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
@ -1608,9 +1609,10 @@ align 4
|
|||||||
jae .no_mouse_area
|
jae .no_mouse_area
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
; check mouse area for putpixel
|
; check mouse area for putpixel
|
||||||
|
push eax
|
||||||
call check_mouse_area_for_putpixel_new.1
|
call check_mouse_area_for_putpixel_new.1
|
||||||
mov [edx], eax
|
mov [edx], eax
|
||||||
mov eax, [drbar.color]
|
pop eax
|
||||||
jmp .skip
|
jmp .skip
|
||||||
; store to real LFB
|
; store to real LFB
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user