Subversion Repositories Kolibri OS

Rev

Rev 7757 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7757 Rev 7970
Line 71... Line 71...
71
	img_draw stdcall (pics[cur_pic].image, left1-5, top1, imgw, imgh,0,img_lines_first);
71
	img_draw stdcall (pics[cur_pic].image, left1-5, top1, imgw, imgh,0,img_lines_first);
72
	DrawBar(left1+imgw - 5, top1, WB1.list.w-imgw, imgh, page_bg);
72
	DrawBar(left1+imgw - 5, top1, WB1.list.w-imgw, imgh, page_bg);
73
	DrawBar(WB1.list.x, top1+imgh, WB1.list.w, -imgh % WB1.list.item_h + WB1.list.item_h, page_bg);
73
	DrawBar(WB1.list.x, top1+imgh, WB1.list.w, -imgh % WB1.list.item_h + WB1.list.item_h, page_bg);
74
	if (link)
74
	if (link)
75
	{
75
	{
76
		UnsafeDefineButton(left1 - 5, top1, imgw, imgh-1, PageLinks.count + 400 + BT_HIDE, 0xB5BFC9);
76
		UnsafeDefineButton(left1 - 5, top1, imgw, imgh-1, links.count + 400 + BT_HIDE, 0xB5BFC9);
77
		PageLinks.AddText(0, imgw, imgh-1, NOLINE, 1);
77
		links.AddText(0, imgw, imgh-1, NOLINE, 1);
78
		WB1.DrawPage();
78
		WB1.DrawPage();
79
	} 
79
	} 
80
	*/
80
	*/
81
}
81
}