#include <stddisclaimer.h>
#include <stdlicense.h>
#ifdef PUBLIC_DOMAIN
#undef PUBLIC_DOMAIN
#endif

Source code information for NUMB screensaver, by Mike Ruete
All source code is the sole property of Mike Ruete, and
is Copyright 1998.  You may NOT use the code for any
purpose without my permission.  This source code is NOT
in the public domain.

This code was developed using Microsoft Visual C++ 4.2.
I accept no responsibility for any results of your use of this
code.  Use at your own risk.


That aside, this code is still pretty sloppy and unelegant.  I also
had to do some hackish stuff to exact expected behavior.  Notice
in particular the "mouseskip" in the window function.  This is
a count of the things that are known causes of mouse actions, and
thus the program should ignore that many actions.  This is so
the program doesn't close itself as soon as it opens.

The code would be much easier to read if I cleaned up error checking.
I have a lot of rendundant ways of dumping out of the code, resulting
in a lot of ChangeDisplaySettings() calls.

If you have any questions or comments about the code, feel free to email
me:

ruetem@lafcol.lafayette.edu

If you learn something from my code, that makes writing it all the more
worthwhile.

-Mike Ruete / Gripp

