Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!amdcad!ames!think!bloom-beacon!EXPO.LCS.MIT.EDU!jim From: jim@EXPO.LCS.MIT.EDU (Jim Fulton) Newsgroups: comp.windows.x Subject: Re: How do you screen save?? Message-ID: <8809121404.AA19393@EXPO.LCS.MIT.EDU> Date: 12 Sep 88 14:04:08 GMT References: <8809092314.aa15257@ivax.doc.ic.ac.uk> Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 13 > I can do all of the above except figure out when it is time to save. Though > the server keeps track of this I cannot find any way of getting it to tell me > when it is now time to screen save. There is no support in the core protocol for external screen savers. You would need a GrabScreenSaver extension that would redirect the SetScreenSaver and ForceScreenSaver requests and send you an event (or map a window that you've registered as the screen saver window) whenever the screen saver timer goes off. Jim