mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-18 21:02:34 +03:00
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:
parent
19ee52261b
commit
72d2af09e0
@ -2092,7 +2092,7 @@ con.draw_window:
|
|||||||
mov cx, word [con.wnd_height]
|
mov cx, word [con.wnd_height]
|
||||||
imul cx, font_height
|
imul cx, font_height
|
||||||
lea ecx, [ecx+eax+5-1]
|
lea ecx, [ecx+eax+5-1]
|
||||||
mov edx, 0x33000000
|
mov edx, 0x74000000
|
||||||
mov edi, [con.title]
|
mov edi, [con.title]
|
||||||
; place for scrollbar
|
; place for scrollbar
|
||||||
mov eax, [con.wnd_height]
|
mov eax, [con.wnd_height]
|
||||||
|
Loading…
Reference in New Issue
Block a user