Subversion Repositories Kolibri OS

Rev

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

Rev 8281 Rev 8895
Line 56... Line 56...
56
 
56
 
57
 
57
 
58
struct PathShow_data
58
struct PathShow_data
59
{
59
{
60
dword type;
60
dword type;
61
word start_y,
61
word  start_y;
62
	start_x,
62
word  start_x;
63
	font_w,    // 6 - for font 0, 8 - for font 1
63
word  font_w;       // 6 - for font 0, 8 - for font 1
64
	area_size_x;
64
word  area_size_x;
65
dword font_number,  // 0 - monospace, 1 - variable
65
dword font_number;  // 0 - monospace, 1 - variable
66
	background_flag,
66
dword background_flag;
67
	font_color,
67
dword font_color;
68
	background_color,
68
dword background_color;
69
	text_pointer,
69
dword text_pointer;
70
	work_area_pointer,
70
dword work_area_pointer;
71
	temp_text_length;
71
dword temp_text_length;
72
};
72
};
73
/*
73
/*
74
char temp[128];
74
char temp[128];