Subversion Repositories Kolibri OS

Rev

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

Rev 5714 Rev 5747
Line 353... Line 353...
353
	WB1.list.column_max = WB1.list.w - 30 / 6;
353
	WB1.list.column_max = WB1.list.w - 30 / 6;
354
	WB1.list.visible = WB1.list.h / WB1.list.line_h;
354
	WB1.list.visible = WB1.list.h / WB1.list.line_h;
355
	WB1.DrawBuf.Init(WB1.list.x, WB1.list.y, WB1.list.w, WB1.list.h);
355
	WB1.DrawBuf.Init(WB1.list.x, WB1.list.y, WB1.list.w, WB1.list.h);
Line 356... Line 356...
356
 
356
 
357
	strcpy(#header, #version);
-
 
358
	pre_text = 0;
357
	strcpy(#header, #version);
359
	WB1.list.first = WB1.list.count = 0;
358
	WB1.list.first = WB1.list.count = 0;
Line 360... Line 359...
360
}
359
}
361
 
-
 
362
void DrawLetter() {
360
 
363
	pre_text = 2;
361
void DrawLetter() {
364
	bufsize = strlen(mdata);
362
	bufsize = strlen(mdata);
365
	WB1.Prepare(bufsize, mdata);
363
	WB1.LoadInternalPage(bufsize, mdata);
366
	if (bufsize) WB1.Parse();
364
	if (bufsize) WB1.Parse();