timers internally now use 64bit unsigned int, if available
authorDiederick Niehorster <dcnieho@gmail.com>
Sun, 11 Mar 2012 13:03:14 +0000 (13:03 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Sun, 11 Mar 2012 13:03:14 +0000 (13:03 +0000)
commit1ede9f68f98e29ddd07bd466310967e716bfac92
treed35b065d365c53c4aed453844129a23f49db80d9
parent10c607f811d3733b613dba152c268729e79dcf03
timers internally now use 64bit unsigned int, if available
External timer info (glutGet) unchanged.
Some work to do to improve Windows timers beyond what it is now...

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1110 7f0cb862-5218-0410-a997-914c9d46530a
CMakeLists.txt
config.h.in
include/GL/freeglut_std.h
src/Common/freeglut_internal.h
src/Common/freeglut_main.c
src/Common/freeglut_state.c
src/mswin/freeglut_main_mswin.c
src/x11/freeglut_main_x11.c