We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d799d8 commit 95a33feCopy full SHA for 95a33fe
src/java.desktop/windows/native/libsplashscreen/splashscreen_sys.c
@@ -442,7 +442,7 @@ SplashInitPlatform(Splash * splash)
442
splash->isLayered = FALSE;
443
hdc = GetDC(NULL);
444
paletteMode = (GetDeviceCaps(hdc, RASTERCAPS) & RC_PALETTE) != 0;
445
- if (UpdateLayeredWindow && !paletteMode) {
+ if (!paletteMode) {
446
splash->isLayered = TRUE;
447
}
448
splash->byteAlignment = 4;
0 commit comments