Small bug-fix that's been on my mind:
authorRichard Rauch <rkr@olib.org>
Mon, 13 Oct 2003 22:54:10 +0000 (22:54 +0000)
committerRichard Rauch <rkr@olib.org>
Mon, 13 Oct 2003 22:54:10 +0000 (22:54 +0000)
commite76e86e9f670555f1ba9623b1ee6ff8f1c88c56f
tree8ea4c54cfb65e1bda3156e5427985b4fd37e3628
parentf5a6203a479c182d2a2fad69186acb1430c53886
Small bug-fix that's been on my mind:

Modified the two Fractals* demos so that they only clear (for the random
one) or redraw (for the non-random one) if there is need to do so.  (E.g.,
pressing the space bar should not clear and redraw the random fractal since
no parameters are altered.)

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@231 7f0cb862-5218-0410-a997-914c9d46530a
progs/demos/Fractals/fractals.c
progs/demos/Fractals_random/fractals_random.c