home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue4 / IYONIX / MANICMINER / SOURCE.ZIP / manicminer-1.6.3 / gfxlibs / svgalib / c / shutdown < prev   
Encoding:
Text File  |  2000-12-01  |  164 b   |  12 lines

  1. #include "../../manic.h"
  2. #include "keyboard.h"
  3. #include "common.h"
  4. #include "../init.h"
  5.  
  6. void
  7. mm_gfx_shutdown (void)
  8. {
  9.   keyboard_close ();
  10.   vga_setmode (TEXT);
  11. }
  12.