Skip to content

Commit

Permalink
8292314: Cleanup legacy address handling
Browse files Browse the repository at this point in the history
Reviewed-by: prr
  • Loading branch information
TheShermanTanker authored and prrace committed Aug 25, 2022
1 parent 5d799d8 commit 95a33fe
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
Expand Down

1 comment on commit 95a33fe

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.