< prev index next >

src/java.desktop/share/native/libawt/awt/image/gif/gifdecoder.c

Print this page
rev 54291 : 8217735: awt_image_GifImageDecoder_parseImage() interlace param has the wrong type

*** 1,7 **** /* ! * Copyright (c) 1995, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 115,125 **** JNIEXPORT jboolean JNICALL Java_sun_awt_image_GifImageDecoder_parseImage(JNIEnv *env, jobject this, jint relx, jint rely, jint width, jint height, ! jint interlace, jint initCodeSize, jbyteArray blockh, jbyteArray raslineh, jobject cmh) { --- 115,125 ---- JNIEXPORT jboolean JNICALL Java_sun_awt_image_GifImageDecoder_parseImage(JNIEnv *env, jobject this, jint relx, jint rely, jint width, jint height, ! jboolean interlace, jint initCodeSize, jbyteArray blockh, jbyteArray raslineh, jobject cmh) {
< prev index next >