some cleanup: on window creation, don't have to zero variables that
authorDiederick Niehorster <dcnieho@gmail.com>
Fri, 1 Mar 2013 17:22:34 +0000 (17:22 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Fri, 1 Mar 2013 17:22:34 +0000 (17:22 +0000)
commit0ad162e4550450e4c5e0d930e564e88d1a197575
tree67a481c8515766b44f29f0bd93ced71076501b8d
parentf0ba4e97608a444ae0a94e2408ed1a647ee38672
some cleanup: on window creation, don't have to zero variables that
already set to zero by calloc
in windowproc, don't have handlers that only forward the message to
defwindowproc

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