blender/intern/ghost
Kent Mein 45c360dfc4 -static void SleepTillEvent(Display *display, GHOST_TUns64 maxSleep) {
+static void SleepTillEvent(Display *display, GHOST_TInt64 maxSleep) {

maxSleep is checked against -1 so it needs to have a sign.
This could even fix some stability problems since -1 is passed in sometimes
in the code.

Kent
--
mein@cs.umn.edu
2002-12-19 20:08:12 +00:00
..
doc Initial revision 2002-10-12 11:37:38 +00:00
intern -static void SleepTillEvent(Display *display, GHOST_TUns64 maxSleep) { 2002-12-19 20:08:12 +00:00
make/msvc Corrected intern lib names so blendercreator.dsp can find them. 2002-12-14 12:31:17 +00:00
test Fixed the files so they compile... 2002-12-16 10:57:08 +00:00
GHOST_C-api.h Yes I did it again ;) 2002-11-25 09:53:07 +00:00
GHOST_IEvent.h Yes I did it again ;) 2002-11-25 09:53:07 +00:00
GHOST_IEventConsumer.h Yes I did it again ;) 2002-11-25 09:53:07 +00:00
GHOST_ISystem.h Yes I did it again ;) 2002-11-25 09:53:07 +00:00
GHOST_ITimerTask.h Yes I did it again ;) 2002-11-25 09:53:07 +00:00
GHOST_IWindow.h Yes I did it again ;) 2002-11-25 09:53:07 +00:00
GHOST_Rect.h Yes I did it again ;) 2002-11-25 09:53:07 +00:00
GHOST_Types.h Yes I did it again ;) 2002-11-25 09:53:07 +00:00
Makefile Added extra ranlib on libary files after being copied to the lib tree for OSX only. 2002-11-07 22:41:42 +00:00