| tom January 18, 2001, 06:46 AM |
|
yeah, looks cool indeed.
however, there's a little bug. if the screensaver password
is activated, and you want to stop the screensaver, then the password
dialog pops up but is immediately overwritten by your screen saver.
i guess this is because you don't call ValidateRect() after rednering a frame in order to get a higher frame rate.
(i had the same problem once, but could only solve it by calling ValidateRect(), and then the frame rate goes down...)
|