#include #include extern struct Custom __far custom; struct GfxBase *GfxBase; void __saveds XSBBlankScreen(int signum) { GfxBase=OldOpenLibrary("graphics.library"); OFF_DISPLAY; Wait(signum); ON_DISPLAY; CloseLibrary(GfxBase); } char *XSBGetID(void) { return("XSB Standard Blanker\n\nJust blanks the screen by\nturning off bitplane DMA"); } struct XSBParam *XSBGetParams(void) { return(0); }