Subversion Repositories Kolibri OS

Rev

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

Rev 4509 Rev 4534
Line 347... Line 347...
347
		Form.cheight - mail_list.y - mail_list.h - LIST_INFO_H - 1 - status_bar_h, 60, 12);
347
		Form.cheight - mail_list.y - mail_list.h - LIST_INFO_H - 1 - status_bar_h, 60, 12);
348
	WB1.list.column_max = WB1.list.w - 30 / 6;
348
	WB1.list.column_max = WB1.list.w - 30 / 6;
349
	WB1.list.visible = WB1.list.h / WB1.list.line_h;
349
	WB1.list.visible = WB1.list.h / WB1.list.line_h;
350
	WB1.DrawBuf.Init(WB1.list.x, WB1.list.y, WB1.list.w, WB1.list.h, WB1.list.line_h);
350
	WB1.DrawBuf.Init(WB1.list.x, WB1.list.y, WB1.list.w, WB1.list.h, WB1.list.line_h);
Line 351... Line -...
351
 
-
 
352
	strcpy(#URL, "/sys/yavu.htm");
351
 
353
	strcpy(#header, #version);
352
	strcpy(#header, #version);
354
	pre_text = 0;
353
	pre_text = 0;
355
	WB1.list.first = WB1.list.count = 0;
-
 
356
	WB1.ReadHtml(_WIN);
354
	WB1.list.first = WB1.list.count = 0;
Line 357... Line 355...
357
}
355
}
-
 
356
 
358
 
357
void DrawLetter() {
359
void DrawLetter() {
358
	filesize = strlen(mdata);
Line 360... Line 359...
360
	WB1.ParseHTML(buf);
359
	if (filesize) WB1.ParseHTML(mdata);
361
}
360
}