Subversion Repositories Kolibri OS

Rev

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

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