forked from KolibriOS/kolibrios
in some programs set not sized changed window
git-svn-id: svn://kolibrios.org@551 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -812,7 +812,7 @@ draw_window:
|
||||
mov eax,0 ; function 0 : define and draw window
|
||||
mov ebx,100*65536+230 ; [x start] *65536 + [x size]
|
||||
mov ecx,100*65536+170 ; [y start] *65536 + [y size]
|
||||
mov edx,0x13224466 ; color of work area RRGGBB
|
||||
mov edx,0x14224466 ; color of work area RRGGBB
|
||||
mov edi,title
|
||||
mcall
|
||||
|
||||
|
Reference in New Issue
Block a user