Fixed SF bug #1204256: Off-by-one error in X11 mode switching.
authorSven Panne <sven.panne@aedion.de>
Thu, 19 May 2005 06:54:27 +0000 (06:54 +0000)
committerSven Panne <sven.panne@aedion.de>
Thu, 19 May 2005 06:54:27 +0000 (06:54 +0000)
commite683949b2be7b5df3f1f0d51a3e468befc27362d
tree8723dd6a4db55f846b6e593edcef1ecca6779d39
parentfbf7fe41bd7dd1714c85ba6e70b4147dfb544670
Fixed SF bug #1204256: Off-by-one error in X11 mode switching.
The code which changes the X11 video mode has an off-by-one error,
resulting in a wrong mode or segfault. I've refactored the code
slighty to make it hopefully clearer what's going on and corrected
some #ifdefs on the way. Now at least the "One" demo works for me.

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