mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-21 02:48:02 +00:00
8023046: Enhance splashscreen support
Reviewed-by: anthony, pchelko, mschoene
This commit is contained in:
parent
2728b4c2ff
commit
dcab98765f
@ -435,9 +435,7 @@ DGifGetImageDesc(GifFileType * GifFile) {
|
||||
Private->PixelCount = (long)GifFile->Image.Width *
|
||||
(long)GifFile->Image.Height;
|
||||
|
||||
DGifSetupDecompress(GifFile); /* Reset decompress algorithm parameters. */
|
||||
|
||||
return GIF_OK;
|
||||
return DGifSetupDecompress(GifFile); /* Reset decompress algorithm parameters. */
|
||||
}
|
||||
|
||||
/******************************************************************************
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user