forked from KolibriOS/kolibrios
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
|
||||
;--------------------------------------
|
||||
; check mouse area for putpixel
|
||||
push eax
|
||||
call check_mouse_area_for_putpixel_new.1
|
||||
mov [edx], ax
|
||||
shr eax, 16
|
||||
mov [edx + 2], al
|
||||
mov eax, [drbar.color]
|
||||
pop eax
|
||||
jmp .skip
|
||||
; store to real LFB
|
||||
;--------------------------------------
|
||||
@ -1608,9 +1609,10 @@ align 4
|
||||
jae .no_mouse_area
|
||||
;--------------------------------------
|
||||
; check mouse area for putpixel
|
||||
push eax
|
||||
call check_mouse_area_for_putpixel_new.1
|
||||
mov [edx], eax
|
||||
mov eax, [drbar.color]
|
||||
pop eax
|
||||
jmp .skip
|
||||
; store to real LFB
|
||||
;--------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user