Пример #1
0
void drawBluescreen()
{
    SDL_Widget* blue_label = drawBlue();
    SDL_WidgetClose(blue_label);
    refreshWin();
}
Пример #2
0
void user_process3()
{
	drawBlue();
	sys_yield();
}