Subversion Repositories Kolibri OS

Rev

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

Rev 3003 Rev 3020
Line 304... Line 304...
304
	EAX = 12;              // function 12:tell os about windowdraw
304
	EAX = 12;              // function 12:tell os about windowdraw
305
	EBX = 2;
305
	EBX = 2;
306
	$int 0x40
306
	$int 0x40
307
}
307
}
Line -... Line 308...
-
 
308
 
-
 
309
inline fastcall DeleteAllButtons()
-
 
310
{
-
 
311
	EAX = 12;              // function 12:tell os about windowdraw
-
 
312
	EBX = 1;
-
 
313
	$int 0x40
-
 
314
	EBX = 2;
-
 
315
	$int 0x40
-
 
316
}
308
 
317
 
309
inline fastcall MoveSize( EBX,ECX,EDX,ESI)
318
inline fastcall MoveSize( EBX,ECX,EDX,ESI)
310
{
319
{
311
	$mov eax, 67
320
	$mov eax, 67
312
	$int 0x40
321
	$int 0x40