console.obj: no window bg, window do not resize

git-svn-id: svn://kolibrios.org@2530 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2012-03-31 07:15:37 +00:00
parent 19ee52261b
commit 72d2af09e0

View File

@ -2092,7 +2092,7 @@ con.draw_window:
mov cx, word [con.wnd_height]
imul cx, font_height
lea ecx, [ecx+eax+5-1]
mov edx, 0x33000000
mov edx, 0x74000000
mov edi, [con.title]
; place for scrollbar
mov eax, [con.wnd_height]