src/java.desktop/unix/native/libawt/awt/initIDs.c
changeset 49440 396ea30afbd5
parent 47216 71c04702a3d5
equal deleted inserted replaced
49439:bf53d82a51e5 49440:396ea30afbd5
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    38 /*
    38 /*
    39  * This file contains stubs for JNI field and method id initializers
    39  * This file contains stubs for JNI field and method id initializers
    40  * which are used in the win32 awt.
    40  * which are used in the win32 awt.
    41  */
    41  */
    42 
    42 
    43 jfieldID colorValueID;
    43 JNIEXPORT jfieldID colorValueID;
    44 
    44 
    45 JNIEXPORT void JNICALL
    45 JNIEXPORT void JNICALL
    46 Java_java_awt_Color_initIDs
    46 Java_java_awt_Color_initIDs
    47   (JNIEnv *env, jclass clazz)
    47   (JNIEnv *env, jclass clazz)
    48 {
    48 {