jdk/src/java.desktop/unix/native/libawt_xawt/awt/awt_Event.h
changeset 32117 800aef58b950
parent 26751 70bac69b37c9
equal deleted inserted replaced
32116:444f22a0ad84 32117:800aef58b950
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2001, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2015, 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
    26  *** THIS IMPLEMENTS ONLY THE OBSOLETE java.awt.Event CLASS! SEE
    26  *** THIS IMPLEMENTS ONLY THE OBSOLETE java.awt.Event CLASS! SEE
    27  *** awt_AWTEvent.[ch] FOR THE NEWER EVENT CLASSES.
    27  *** awt_AWTEvent.[ch] FOR THE NEWER EVENT CLASSES.
    28  ***
    28  ***
    29  ***/
    29  ***/
    30 #ifndef _AWT_EVENT_H_
    30 #ifndef _AWT_EVENT_H_
    31 #define _AWT_EVENT_H
    31 #define _AWT_EVENT_H_
    32 
    32 
    33 #include "jni_util.h"
    33 #include "jni_util.h"
    34 
    34 
    35 struct EventIDs {
    35 struct EventIDs {
    36   jfieldID data;
    36   jfieldID data;