Subversion Repositories Kolibri OS

Rev

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

Rev 7433 Rev 7806
Line 41... Line 41...
41
	return ESDWORD[#buf+5];
41
	return ESDWORD[#buf+5];
42
}
42
}
Line 43... Line 43...
43
 
43
 
44
void draw_window()
44
void draw_window()
45
{
45
{
46
	system.color.get();
46
	sc.get();
47
	DefineUnDragableWindow(screen.width-WIN_W-15, GetClientHeight()-WIN_H-15, WIN_W-1, WIN_H-1);
47
	DefineUnDragableWindow(screen.width-WIN_W-15, GetClientHeight()-WIN_H-15, WIN_W-1, WIN_H-1);
48
	DrawBar(0,0,WIN_W,WIN_H,0x414155);
48
	DrawBar(0,0,WIN_W,WIN_H,0x414155);
49
	DrawWideRectangle(0,0,WIN_W,WIN_H, 3, 0x5555FF);
49
	DrawWideRectangle(0,0,WIN_W,WIN_H, 3, 0x5555FF);
50
	WriteText(15, 20,    0x81, 0xFFFF55, " REV 7321 ");
50
	WriteText(15, 20,    0x81, 0xFFFF55, " REV 7321 ");