Converted Time counter to a uniform unsigned long it value.
authorJoe Krahn <jkrahn@nc.rr.com>
Sun, 24 Sep 2006 21:28:38 +0000 (21:28 +0000)
committerJoe Krahn <jkrahn@nc.rr.com>
Sun, 24 Sep 2006 21:28:38 +0000 (21:28 +0000)
commit71968c367fd725119878eb2d2225171a647002e8
treee5cb9ffcf4746caa3eb3f3e10451763cafbd9a17
parent2b306903f06d3ff70c2e6b7bcd7386d2e56ffbdf
Converted Time counter to a uniform unsigned long it value.
The initialized flag was redundant with the main Initialized flag,
and conversion of timeval to milliseconds in POSIX makes the code
cleaner. Timeval has a longer range, but the time value is already
limited by the GLUT API.

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