Skip to content

Commit

Permalink
First try, remove memory address entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShermanTanker committed Aug 13, 2022
1 parent 8353a33 commit e528093
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

0 comments on commit e528093

Please sign in to comment.