also add an InvalidateRect call before the BeginPaint in WM_PAINT
authorDiederick Niehorster <dcnieho@gmail.com>
Mon, 6 Aug 2012 15:05:10 +0000 (15:05 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Mon, 6 Aug 2012 15:05:10 +0000 (15:05 +0000)
commit6a9540715abb6477b2a55e0a54246bfea66dfb95
tree726492dbc9c6dc12d9c6621cbd8787c86c44a042
parent14a9bd8b0a7e13dfaffbe5e6c43f24d340fccf86
also add an InvalidateRect call before the BeginPaint in WM_PAINT
handler.this ensures the whole window is repainted, and hopefully fixes
some bug reports.

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