Added a new state variable "Initalized".
authorChristopher John Purnell <cjp@lost.org.uk>
Sat, 15 Nov 2003 16:24:33 +0000 (16:24 +0000)
committerChristopher John Purnell <cjp@lost.org.uk>
Sat, 15 Nov 2003 16:24:33 +0000 (16:24 +0000)
commitdf33277ecd0e20914a9cb3aa5bfc17e0023b3334
treef5e75f86176c13e699285908fc7908216c6feece
parente3acaaba9a521a397aac8fb433e1f790563fc5c8
Added a new state variable "Initalized".
Replaced referenced to Time.Set with this new variable where appropriate.
fgElapsedTime() now set the start time if Time.Set is false.
Moved glutGet(GLUT_ELAPSED_TIME) handling to before the assert.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@348 7f0cb862-5218-0410-a997-914c9d46530a
src/freeglut_init.c
src/freeglut_internal.h
src/freeglut_main.c
src/freeglut_state.c
src/freeglut_structure.c
src/freeglut_window.c