Subversion Repositories Kolibri OS

Rev

Rev 5107 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5107 Rev 5108
Line 65... Line 65...
65
	{
65
	{
66
		return this->b == another.b && this->g == another.g && this->r == another.r;
66
		return this->b == another.b && this->g == another.g && this->r == another.r;
67
	};
67
	};
68
};
68
};
Line 69... Line -...
69
 
-
 
-
 
69
 
70
 
70
#pragma pack(push, 1)
71
union sProcessInfo
71
union sProcessInfo
72
{
72
{
73
	Byte rawData[1024];
73
	Byte rawData[1024];
74
	struct
74
	struct
Line 86... Line 86...
86
		Dword x_size;
86
		Dword x_size;
87
		Dword y_size;
87
		Dword y_size;
88
		Word slot_state;
88
		Word slot_state;
89
	} processInfo;
89
	} processInfo;
90
};
90
};
-
 
91
#pragma pack(pop)
Line 91... Line 92...
91
 
92
 
92
#ifdef AUTOBUILD
93
#ifdef AUTOBUILD
93
extern char kosExePath[];
94
extern char kosExePath[];
94
#else
95
#else