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 }
void CPhantomContextView::TermGraphics() { term_graphics(); }