mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-25 15:20:11 +00:00
8292314: Cleanup legacy address handling
Reviewed-by: prr
This commit is contained in:
parent
5d799d80e6
commit
95a33fe150
@ -442,7 +442,7 @@ SplashInitPlatform(Splash * splash)
|
||||
splash->isLayered = FALSE;
|
||||
hdc = GetDC(NULL);
|
||||
paletteMode = (GetDeviceCaps(hdc, RASTERCAPS) & RC_PALETTE) != 0;
|
||||
if (UpdateLayeredWindow && !paletteMode) {
|
||||
if (!paletteMode) {
|
||||
splash->isLayered = TRUE;
|
||||
}
|
||||
splash->byteAlignment = 4;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user