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:
SPraid (simba)
2007-06-22 20:24:06 +00:00
parent 9b1d2c1c51
commit f8ca762192
68 changed files with 68 additions and 68 deletions

View File

@@ -74,7 +74,7 @@ draw_window:
mov eax,0 ; function 0 : define and draw window
mov ebx,100*65536+270 ; [x start] *65536 + [x size]
mov ecx,100*65536+80 ; [y start] *65536 + [y size]
mov edx,0x33ffffff ; color of work area RRGGBB,8->color gl
mov edx,0x34ffffff ; color of work area RRGGBB,8->color gl
mov edi,title
mcall