Subversion Repositories Kolibri OS

Rev

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

Rev 3991 Rev 4081
Line 216... Line 216...
216
	EAX = 18;
216
	EAX = 18;
217
	EBX = 7;
217
	EBX = 7;
218
	$int 0x40
218
	$int 0x40
219
}
219
}
Line -... Line 220...
-
 
220
 
-
 
221
:int CheckActiveProcess(int Form_ID)
-
 
222
{
-
 
223
	int id=GetProcessSlot(Form_ID);
-
 
224
	if (id==GetActiveProcess()) return 1;
-
 
225
	return 0;
-
 
226
}
220
 
227
 
221
inline fastcall void ActivateWindow( ECX)
228
inline fastcall void ActivateWindow( ECX)
222
{
229
{
223
	EAX = 18;
230
	EAX = 18;
224
	EBX = 3;
231
	EBX = 3;