src/windows/native/sun/awt/splashscreen/splashscreen_sys.c

Print this page

        

*** 561,565 **** --- 561,573 ---- void SplashReconfigure(Splash * splash) { PostMessage(splash->hWnd, WM_SPLASHRECONFIGURE, 0, 0); } + + SPLASHEXPORT char* + SplashGetScaledImageName(const char* jarName, const char* fileName, + float *scaleFactor) + { + *scaleFactor = 1; + return NULL; + }