forked from KolibriOS/kolibrios
Small correct Box_Lib MenuBar for Function 0 with B=1 (coordinates of all graphics primitives are relative to window client area).
git-svn-id: svn://kolibrios.org@1049 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b7c6be3b16
commit
b482f18957
@ -448,9 +448,11 @@ menu_bar_exit
|
|||||||
mov dx,m_start_x1
|
mov dx,m_start_x1
|
||||||
mov eax,m_procinfo
|
mov eax,m_procinfo
|
||||||
add dx,[eax+34]
|
add dx,[eax+34]
|
||||||
|
add dx,[eax+54]
|
||||||
shl edx,16
|
shl edx,16
|
||||||
mov dx,m_start_y1
|
mov dx,m_start_y1
|
||||||
add dx,[eax+38]
|
add dx,[eax+38]
|
||||||
|
add dx,[eax+58]
|
||||||
|
|
||||||
mcall 36, m_buf_adress
|
mcall 36, m_buf_adress
|
||||||
ret
|
ret
|
||||||
|
Loading…
Reference in New Issue
Block a user