Guys, an easy (trivial!) solution would be to just make the screensaver
always clear some huge area, not just the eare which it /thinks/ is
vissible.

I guess something like...
- rectfill(screen, 0, 0, screen_w, screen_h, 0);
+ rectfill(screen, 0, 0, 99999, 99999, 0);

or better:  min(screen_w,99999)  so we are year 2020 compatible here ;)

-- 
Security hole in screensaver! Exposes screen/desktop image even if screen is 
LOCKED. nvidia, intel gfx; Old bug.
https://bugs.launchpad.net/bugs/394691
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to