implemented WM_DISPLAYCHANGE message handler per patch in very old bug report (121216...
authorDiederick Niehorster <dcnieho@gmail.com>
Fri, 5 Apr 2013 09:13:48 +0000 (09:13 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Fri, 5 Apr 2013 09:13:48 +0000 (09:13 +0000)
commitbda964327e9939b534cef499bbdb06f1af76d190
treeeb61a5ca71313f780d0d51cd43c27e6cfd1da92f
parent834d0adf0d52b2a39ef92e82e1d94ce8ff95aa51
implemented WM_DISPLAYCHANGE message handler per patch in very old bug report (1212167). This for us only helps make sure that glutGet(GLUT_SCREEN_WIDTH) and glutGet(GLUT_SCREEN_HEIGHT) return the correct values, and help make sure menu placement is clipped against the correct window extents. Thanks Dan!

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