When switching to game mode under X11, no ConfigureNotify event will
authorSven Panne <sven.panne@aedion.de>
Tue, 24 May 2005 15:56:04 +0000 (15:56 +0000)
committerSven Panne <sven.panne@aedion.de>
Tue, 24 May 2005 15:56:04 +0000 (15:56 +0000)
commitc91e543783ddfd7c68a2120e7e4451b5c01a26aa
treea489154665b4270c6c5ff78423fadebc171eba4d
parent6d929e2b0033200611e4d0d0372c010df5ce35a7
When switching to game mode under X11, no ConfigureNotify event will
happen and consequently no reshape callback will ever be called via
the normal mechanism. To fix this, note that the game mode window
needs to be resized and handle this before redraw.

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