コード例 #1
0
ファイル: fta_main.c プロジェクト: richard-nellist/idl4k
void termFtaLib(void)
{
#if defined(USE_DISPLAY)
	if(display)
	{
		/* Remove access to the display */
		term_graphics ();
		/* Restore the initial value of the Video Registers */
		term_display();
	}
#endif

}
コード例 #2
0
void CPhantomContextView::TermGraphics()
{
    term_graphics();
}