Subversion Repositories Kolibri OS

Rev

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

Rev 2495 Rev 2528
Line 585... Line 585...
585
}
585
}
Line 586... Line 586...
586
 
586
 
587
void DefineButton(dword x,y,w,h,EDX,ESI)
587
void DefineButton(dword x,y,w,h,EDX,ESI)
588
{
588
{
-
 
589
 	EAX = 8;
-
 
590
	$push edx
-
 
591
	EDX += BT_DEL; //âíà÷àëå óäàëÿåì êíîïó ñ ýòè èä, ïîòîì ñîçäà¸ì
589
 	EAX = 8;
592
	$int 0x40;
590
	EBX = x<<16+w;
593
	EBX = x<<16+w;
-
 
594
	ECX = y<<16+h;
591
	ECX = y<<16+h;
595
 	$pop edx
592
 	$int 0x40
596
	$int 0x40
Line 593... Line 597...
593
}
597
}
594
 
598