John correctly observed that the initialization {OldHeight} and
authorRichard Rauch <rkr@olib.org>
Thu, 11 Dec 2003 00:08:49 +0000 (00:08 +0000)
committerRichard Rauch <rkr@olib.org>
Thu, 11 Dec 2003 00:08:49 +0000 (00:08 +0000)
commitbb5b134be6cd4c781a8551a0c7ac9d00695720a7
treec1e035063f5686cbd10b021b8b2a4a2f0b3e389e
parent935d65c3d5a7c332d7dcba970b9f432a622f316c
John correctly observed that the initialization {OldHeight} and
{OldWidth} in the window structure should be done for both windows
and sub-windows, and the easiest way to do this is in the
freeglut_structure.c:fgCreateWindow() code.  So, transplant one line.

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