[4025] in testers
Re: more on xss
daemon@ATHENA.MIT.EDU (Dan Winship)
Tue May 18 22:05:55 1999
Message-Id: <199905190205.CAA912308@antharia.mit.edu>
To: Joseph Sokol-Margolis <seph@MIT.EDU>
Cc: testers@MIT.EDU
In-Reply-To: Your message of "Tue, 18 May 1999 18:24:58 EDT."
<199905182224.SAA09884@oliver.mit.edu>
Date: Tue, 18 May 1999 22:05:38 -0400
From: Dan Winship <danw@MIT.EDU>
> when a window pops up while the screensaver is running, it displays it
> for a moment, and then blanks what was the screen saver design beneath
> it. zephyr does this.
X doesn't allow you to stop zwgc from raising itself to the top. The
sipb xscreensaver has the same problem.
The redrawing problem is a bug in (some of) the hacks, not
xscreensaver itself, and can't be fixed without making them keep big
pixmaps around so they can recover their state when they get an Expose
event. (And we'd have to fix each of the individual hacks to do this.)
-- Dan