Subversion Repositories Kolibri OS

Rev

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

Rev 7225 Rev 7227
Line 619... Line 619...
619
	X_EventRedrawWindow = x;
619
	X_EventRedrawWindow = x;
620
	Y_EventRedrawWindow = y;
620
	Y_EventRedrawWindow = y;
621
	CreateThread(#_EventRedrawWindow,#REDRAW_BUFF_EVENT_+4092);
621
	CreateThread(#_EventRedrawWindow,#REDRAW_BUFF_EVENT_+4092);
622
}
622
}
Line 623... Line -...
623
 
-
 
624
:struct rect
-
 
625
{
-
 
626
	dword x,y,w,h;
-
 
627
	void set_size();
-
 
628
};
-
 
629
 
-
 
630
:void rect::set_size(dword _x, _y, _w, _h)
-
 
631
{
-
 
632
	x=_x; 
-
 
633
	y=_y;
-
 
634
	w=_w;
-
 
635
	h=_h;
-
 
636
}
-
 
637
 
623
 
638
:struct _screen
624
:struct _screen
639
{
625
{
640
	dword width,height;
626
	dword width,height;