forked from KolibriOS/kolibrios
Small fix for r. 3470
git-svn-id: svn://kolibrios.org@3471 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
ca59e42ce1
commit
efaeab8414
@ -72,6 +72,7 @@ frame_start
|
||||
shl ebx,16
|
||||
mov bx,fr_start_x
|
||||
add bx,fr_size_x
|
||||
dec bx
|
||||
|
||||
mov cx,fr_start_y
|
||||
shl ecx,16
|
||||
@ -90,12 +91,15 @@ frame_start
|
||||
shl ebx,16
|
||||
mov bx,fr_start_x
|
||||
add bx,fr_size_x
|
||||
dec bx
|
||||
|
||||
mov cx,fr_start_y
|
||||
add cx,fr_size_y
|
||||
dec cx
|
||||
shl ecx,16
|
||||
mov cx,fr_start_y
|
||||
add cx,fr_size_y
|
||||
dec cx
|
||||
|
||||
mcall ,,,fr_ext_fr_col
|
||||
|
||||
@ -114,6 +118,7 @@ frame_start
|
||||
shl ecx,16
|
||||
mov cx,fr_start_y
|
||||
add cx,fr_size_y
|
||||
dec cx
|
||||
|
||||
mcall ,,,fr_ext_fr_col
|
||||
|
||||
@ -127,14 +132,17 @@ frame_start
|
||||
; right
|
||||
mov bx,fr_start_x
|
||||
add bx,fr_size_x
|
||||
dec bx
|
||||
shl ebx,16
|
||||
mov bx,fr_start_x
|
||||
add bx,fr_size_x
|
||||
dec bx
|
||||
|
||||
mov cx,fr_start_y
|
||||
shl ecx,16
|
||||
mov cx,fr_start_y
|
||||
add cx,fr_size_y
|
||||
dec cx
|
||||
|
||||
mcall ,,,fr_ext_fr_col
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user