[Bf-committers] CVS commit: blender/intern/ghost/intern GHOST_SystemX11.cpp

Unprivileged User bf-committers@blender.org
Thu, 19 Dec 2002 21:08:13 +0100 (CET)


nobody      2002/12/19 21:08:13 CET

  Modified files:
    blender/intern/ghost/intern GHOST_SystemX11.cpp 
  
  Log:
  -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
  
  Revision  Changes    Path
  1.4       +3 -3      blender/intern/ghost/intern/GHOST_SystemX11.cpp