forked from KolibriOS/kolibrios
3ds view bug fixed: text goes to win border
git-svn-id: svn://kolibrios.org@2280 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
c2c7afd5ad
commit
9b79b71a26
@ -2637,7 +2637,7 @@ ret
|
|||||||
mov ebx,100*65536;+SIZE_X;+80+30 ; [x start] *65536 + [x size]
|
mov ebx,100*65536;+SIZE_X;+80+30 ; [x start] *65536 + [x size]
|
||||||
mov ecx,100*65536;+SIZE_Y;+30 ; [y start] *65536 + [y size]
|
mov ecx,100*65536;+SIZE_Y;+30 ; [y start] *65536 + [y size]
|
||||||
mov bx,[size_x]
|
mov bx,[size_x]
|
||||||
add bx,110
|
add bx,114
|
||||||
mov cx,[size_y]
|
mov cx,[size_y]
|
||||||
add cx,30
|
add cx,30
|
||||||
mov edx,0x14000000 ; color of work area RRGGBB,8->color gl
|
mov edx,0x14000000 ; color of work area RRGGBB,8->color gl
|
||||||
|
Loading…
Reference in New Issue
Block a user