Subversion Repositories Kolibri OS

Rev

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

Rev 6735 Rev 6738
Line 516... Line 516...
516
}
516
}
Line 517... Line 517...
517
 
517
 
518
:struct obj
518
:struct obj
519
{
519
{
520
	dword x,y,w,h;
520
	dword x,y,w,h;
521
	void size();
521
	void set_size();
Line 522... Line 522...
522
};
522
};
523
 
523
 
524
:void obj::size(dword _x, _y, _w, _h)
524
:void obj::set_size(dword _x, _y, _w, _h)
525
{
525
{
526
	x=_x; 
526
	x=_x; 
527
	y=_y;
527
	y=_y;