Minor change so that OpenGL ES 1.x can be used for BlackBerry
[freeglut] / src / blackberry / fg_main_blackberry.h
index d64a146..4ccbc3d 100644 (file)
@@ -31,7 +31,7 @@
 
 extern void fgPlatformProcessSingleEvent(void);
 extern uint64_t fgPlatformSystemTime(void);
-extern void fgPlatformSleepForEvents(long msec);
+extern void fgPlatformSleepForEvents(uint64_t msec);
 extern void fgPlatformMainLoopPreliminaryWork(void);
 
 #endif