forked from KolibriOS/kolibrios
Small fix for r. 2438
git-svn-id: svn://kolibrios.org@2440 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
3e6513d51d
commit
6f8e8ebd03
@ -557,6 +557,7 @@ __sys_putpixel:
|
||||
|
||||
; not forced:
|
||||
mov edx, [d_width_calc_area + ebx*4]
|
||||
sub edx, [_display.width]
|
||||
add edx, [_WinMapAddress]
|
||||
movzx edx, byte [eax+edx]
|
||||
cmp edx, [CURRENT_TASK]
|
||||
|
Loading…
Reference in New Issue
Block a user