Subversion Repositories Kolibri OS

Rev

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

Rev 2444 Rev 2495
Line 196... Line 196...
196
	EAX = 48;
196
	EAX = 48;
197
	EBX = 4;
197
	EBX = 4;
198
	$int 0x40
198
	$int 0x40
199
}
199
}
Line 200... Line 200...
200
 
200
 
201
inline fastcall void ChangeSkin(ECX){
201
inline fastcall void SetSystemSkin(ECX){
202
	EAX = 48;
202
	EAX = 48;
203
	EBX = 8;
203
	EBX = 8;
204
	$int 0x40
204
	$int 0x40
Line 521... Line 521...
521
	EAX = 51;
521
	EAX = 51;
522
	EBX = 1;
522
	EBX = 1;
523
	$int 0x40
523
	$int 0x40
524
}
524
}
Line -... Line 525...
-
 
525
 
-
 
526
inline fastcall int GetSlot(dword ECX)
-
 
527
{
-
 
528
	EAX = 18;
-
 
529
	EBX = 21;
-
 
530
	$int 0x40
-
 
531
}
-
 
532
 
-
 
533
inline fastcall int GetActiveProcess()
-
 
534
{
-
 
535
	EAX = 18;
-
 
536
	EBX = 7;
-
 
537
	$int 0x40
-
 
538
}
-
 
539
 
525
 
540
 
526
void WriteText(dword x,y,byte fontType, dword color, EDX, ESI)
541
void WriteText(dword x,y,byte fontType, dword color, EDX, ESI)
527
{
542
{
528
	EAX = 4;
543
	EAX = 4;
529
	EBX = x<<16+y;
544
	EBX = x<<16+y;