Subversion Repositories Kolibri OS

Rev

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

Rev 6746 Rev 6747
Line 508... Line 508...
508
:void _EventRedrawWindow()
508
:void _EventRedrawWindow()
509
{
509
{
510
	loop()switch(WaitEvent())
510
	loop()switch(WaitEvent())
511
	{
511
	{
512
		case evReDraw:
512
		case evReDraw:
513
			DefineAndDrawWindow(X_EventRedrawWindow,Y_EventRedrawWindow,100,1,1,0x34,0xFFFFFF,"",0);
513
			DefineAndDrawWindow(X_EventRedrawWindow,Y_EventRedrawWindow,100,1,0x34,0xFFFFFF,NULL,0);
514
			pause(10);
514
			pause(10);
515
			ExitProcess();
515
			ExitProcess();
516
			break;
516
			break;
517
	}
517
	}
518
}
518
}