| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
Date: Sat, 20 Oct 90 07:33:29 -0400
From: Ken Raeburn <Raeburn@MIT.Edu>
To: bugs@ATHENA.MIT.EDU
The code I originally sent will not restore the display properly at
certain times. This version appears to work correctly.
static Bool
apa16SaveScreen (pScreen, on)
ScreenPtr pScreen;
int on;
{
if (on != SCREEN_SAVER_ON)
VIDEO_ON ();
else
VIDEO_OFF ();
return TRUE;
}
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |