forked from KolibriOS/kolibrios
FASM window move (for cursor and icons bug invisible)
git-svn-id: svn://kolibrios.org@949 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5be9290389
commit
21c3bf8d69
@ -168,8 +168,8 @@ draw_window:
|
|||||||
get_sys_colors 1,0
|
get_sys_colors 1,0
|
||||||
|
|
||||||
xor eax,eax
|
xor eax,eax
|
||||||
mov ebx,50*65536+280
|
mov ebx,100*65536+280
|
||||||
mov ecx,50*65536+260
|
mov ecx,90*65536+260
|
||||||
mov edx,[sc.work]
|
mov edx,[sc.work]
|
||||||
or edx,0x33000000
|
or edx,0x33000000
|
||||||
mov edi,title ; Draw Window Label Text
|
mov edi,title ; Draw Window Label Text
|
||||||
|
Loading…
Reference in New Issue
Block a user