Changed Create/ConfigureNotify handling in UNIX_X11:
authorRichard Rauch <rkr@olib.org>
Tue, 2 Dec 2003 21:30:02 +0000 (21:30 +0000)
committerRichard Rauch <rkr@olib.org>
Tue, 2 Dec 2003 21:30:02 +0000 (21:30 +0000)
commit852fcae6ab70ae3766672cf204150bc7c6edc5c8
tree27a2b3626f9a115aec6d8b6310a9ce2cb5bf60d5
parent5efc7f1ec295474817dd1ed99c04180f8f19c8d9
Changed Create/ConfigureNotify handling in UNIX_X11:

 * Just need to call GETWINDOW() once.  Ooops.  Heh.
 * Update {window->State} with the new size of the window.
 * If the window-size has NOT changed, then do NOT call the Reshape event.

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