Subversion Repositories Kolibri OS

Rev

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

Rev 4081 Rev 4137
Line 178... Line 178...
178
struct proc_info
178
struct proc_info
179
{
179
{
180
	#define SelfInfo -1
180
	#define SelfInfo -1
181
	dword	use_cpu;
181
	dword	use_cpu;
182
	word	pos_in_stack,num_slot,rezerv1;
182
	word	pos_in_stack,num_slot,rezerv1;
183
	char	name[11];
183
	unsigned char name[11];
184
	char	rezerv2;
184
	char	rezerv2;
185
	dword	adress,use_memory,ID,left,top,width,height;
185
	dword	adress,use_memory,ID,left,top,width,height;
186
	word	status_slot,rezerv3;
186
	word	status_slot,rezerv3;
187
	dword	work_left,work_top,work_width,work_height;
187
	dword	work_left,work_top,work_width,work_height;
188
	char	status_window;
188
	char	status_window;