Subversion Repositories Kolibri OS

Rev

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

Rev 7235 Rev 7244
Line 611... Line 611...
611
}
611
}
Line 612... Line 612...
612
 
612
 
613
:dword X_EventRedrawWindow,Y_EventRedrawWindow;
613
:dword X_EventRedrawWindow,Y_EventRedrawWindow;
614
:void _EventRedrawWindow()
614
:void _EventRedrawWindow()
615
{
-
 
616
	loop()switch(WaitEvent())
-
 
617
	{
-
 
618
		case evReDraw:
615
{
619
			DefineAndDrawWindow(X_EventRedrawWindow,Y_EventRedrawWindow,100,1,0x34,0xFFFFFF,NULL,0);
616
	DefineAndDrawWindow(X_EventRedrawWindow,Y_EventRedrawWindow,1,1,0x34,0xFFFFFF,NULL,0);
620
			pause(10);
617
	//pause(10);
621
			ExitProcess();
-
 
622
			break;
-
 
623
	}
618
	ExitProcess();
624
}
619
}
625
:char REDRAW_BUFF_EVENT_[4096];
620
:char REDRAW_BUFF_EVENT_[4096];
626
:void EventRedrawWindow(dword x,y)
621
:void EventRedrawWindow(dword x,y)
627
{
622
{