< prev index next >

src/java.desktop/share/native/libsplashscreen/splashscreen_impl.h

Print this page

        

*** 34,44 **** SplashLoadMemory(void *pdata, int size); /* requires preloading the file */ JNIEXPORT int SplashLoadFile(const char *filename); // FIXME: range checking for SplashLoadMemory ! JNIEXPORT void SplashInit(void); JNIEXPORT void SplashClose(void); --- 34,44 ---- SplashLoadMemory(void *pdata, int size); /* requires preloading the file */ JNIEXPORT int SplashLoadFile(const char *filename); // FIXME: range checking for SplashLoadMemory ! JNIEXPORT int SplashInit(void); JNIEXPORT void SplashClose(void);
*** 123,133 **** /*************** Platform-specific ******************/ /* To be implemented in the platform-specific native code. */ ! void SplashInitPlatform(Splash * splash); void SplashCreateThread(Splash * splash); void SplashCleanupPlatform(Splash * splash); void SplashDonePlatform(Splash * splash); unsigned SplashTime(); --- 123,133 ---- /*************** Platform-specific ******************/ /* To be implemented in the platform-specific native code. */ ! int SplashInitPlatform(Splash * splash); void SplashCreateThread(Splash * splash); void SplashCleanupPlatform(Splash * splash); void SplashDonePlatform(Splash * splash); unsigned SplashTime();
< prev index next >