Subversion Repositories Kolibri OS

Rev

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

Rev 7031 Rev 7051
Line 159... Line 159...
159
inline fastcall void GetProcessInfo(EBX, ECX)
159
inline fastcall void GetProcessInfo(EBX, ECX)
160
{
160
{
161
	$mov eax,9;
161
	$mov eax,9;
162
	$int  0x40
162
	$int  0x40
163
	DSDWORD[EBX+71] = DSDWORD[EBX+42] - 9; //set cwidth
163
	DSDWORD[EBX+71] = DSDWORD[EBX+42] - 9; //set cwidth
164
	DSDWORD[EBX+75] = DSDWORD[EBX+46] - GetSkinHeight() - 4; //set cheight
164
	DSDWORD[EBX+75] = DSDWORD[EBX+46] - skin_height - 4; //set cheight
165
}
165
}
Line 166... Line 166...
166
 
166
 
167
inline fastcall int GetPointOwner( EBX, ECX) //ebx=m.x, ecx=m.y
167
inline fastcall int GetPointOwner( EBX, ECX) //ebx=m.x, ecx=m.y
168
{
168
{