blender/intern
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
..
action Yes I did it again ;) 2002-11-25 09:53:07 +00:00
bmfont Created a Makefile and got it actually to compile :) 2002-12-16 12:02:24 +00:00
bsp And the rest! ;) --aphex 2002-12-12 21:16:46 +00:00
container And the rest! ;) --aphex 2002-12-12 21:16:46 +00:00
decimation And the rest! ;) --aphex 2002-12-12 21:16:46 +00:00
ghost -static void SleepTillEvent(Display *display, GHOST_TUns64 maxSleep) { 2002-12-19 20:08:12 +00:00
guardedalloc Corrected intern lib names so blendercreator.dsp can find them. 2002-12-14 12:31:17 +00:00
iksolver Fixed this warning: 2002-12-19 20:06:07 +00:00
img Yes I did it again ;) 2002-11-25 09:53:07 +00:00
keymaker Corrected intern lib names so blendercreator.dsp can find them. 2002-12-14 12:31:17 +00:00
make/msvc_6_0 Some more clean up in the intern MSVC project files. 2002-11-14 22:43:55 +00:00
memutil And the rest! ;) --aphex 2002-12-12 21:16:46 +00:00
moto Gilles's patch to get rid of the the same identifier warnings 2002-12-14 15:38:45 +00:00
python These freeze changes give working frozen Python code on Windows. 2002-12-01 22:58:29 +00:00
SoundSystem sgefants patch to remove the License Key stuff. 2002-12-06 19:48:37 +00:00
string Corrected intern lib names so blendercreator.dsp can find them. 2002-12-14 12:31:17 +00:00
BL-license.txt Initial revision 2002-10-12 11:37:38 +00:00
GPL-license.txt Initial revision 2002-10-12 11:37:38 +00:00
Makefile Updated it so intern/python/freeze is combined into intern's Makefile 2002-11-06 21:19:23 +00:00