John's fix for the minimize/close/maximize controls no longer working.
authorRichard Rauch <rkr@olib.org>
Mon, 10 Nov 2003 18:19:53 +0000 (18:19 +0000)
committerRichard Rauch <rkr@olib.org>
Mon, 10 Nov 2003 18:19:53 +0000 (18:19 +0000)
commit71f0bb28f82cf739594f4e74fdf128fed11acf6a
tree7714474b8f9eb65ad512c8efd6a2b09078a7e269
parent3476c46481a0bf8a2f2e25a453619e894118992b
John's fix for the minimize/close/maximize controls no longer working.
WIN32 expected us to pass the message on up the chain (or do something
else with it), rather than just throwing away the event, for a certain
class of events.  (See the diffs for more details.)

The code is also slightly reformatted from what was previously in the
repository.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@334 7f0cb862-5218-0410-a997-914c9d46530a
src/freeglut_main.c