* This allows grouping of several tasks to be done when * switching back to text mode. This is a public (extern) function. * */
| 858 | * |
| 859 | */ |
| 860 | void |
| 861 | vga_Finish(void) |
| 862 | { |
| 863 | free_tiles(); |
| 864 | vga_SwitchMode(MODETEXT); |
| 865 | windowprocs.win_cliparound = tty_cliparound; |
| 866 | g_attribute = attrib_text_normal; |
| 867 | iflags.tile_view = FALSE; |
| 868 | } |
| 869 | |
| 870 | #if 0 |
| 871 | /* |
no test coverage detected