forked from KolibriOS/kolibrios
MTDBG: Fixed window caption, broken in previous revision.
git-svn-id: svn://kolibrios.org@4594 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
39d0c4cbda
commit
36a222c11c
@ -1527,7 +1527,7 @@ draw_window:
|
||||
mcall 12, 1
|
||||
|
||||
; define window
|
||||
mcall 0, wnd_x_size, wnd_y_size, (COLOR_BG_NORMAL or 0x54000000), caption_str
|
||||
mcall 0, wnd_x_size, wnd_y_size, (COLOR_BG_NORMAL or 0x54000000), , caption_str
|
||||
|
||||
; clear unused areas
|
||||
; get window skin height
|
||||
|
Loading…
Reference in New Issue
Block a user