forked from KolibriOS/kolibrios
MTDBG: draw window large enough at frist draw, to prevent double draw on startup.
git-svn-id: svn://kolibrios.org@5696 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
7ba9ba96b4
commit
b3f28579db
@ -1755,7 +1755,7 @@ draw_window:
|
|||||||
mcall 12, 1
|
mcall 12, 1
|
||||||
|
|
||||||
; define window
|
; define window
|
||||||
mcall 0, wnd_x_size, wnd_y_size, (COLOR_BG_NORMAL or 0x33000000), ,caption_str
|
mcall 0, wnd_x_size+10, wnd_y_size+30, (COLOR_BG_NORMAL or 0x33000000), ,caption_str
|
||||||
|
|
||||||
; Get actual window size
|
; Get actual window size
|
||||||
mcall 9, thread_info, -1
|
mcall 9, thread_info, -1
|
||||||
|
Loading…
Reference in New Issue
Block a user