Subversion Repositories Kolibri OS

Rev

Rev 1810 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1810 Rev 2829
Line 217... Line 217...
217
void wnd_draw()
217
void wnd_draw()
Line 218... Line 218...
218
{
218
{
219
kol_paint_start();
219
kol_paint_start();
220
kol_wnd_define(280, 30, scrw+8, scrh+kol_skin_height()+4, 0x34888888);
220
kol_wnd_define(280, 30, scrw+8, scrh+kol_skin_height()+4, 0x34888888, 0x34888888, STR_TITLE);
221
kol_wnd_caption(STR_TITLE);
221
screen_draw();
222
screen_draw();
-
 
223
kol_paint_end();
222
kol_paint_end();
224
}
223
}
225
 
224
 
Line 226... Line 225...
226
//=====================================
225
//=====================================