jdk/src/solaris/native/sun/awt/awt_util.c
changeset 21939 5169fd314636
parent 17679 a81555868357
child 24130 db72fc72f87b
equal deleted inserted replaced
21938:3a235a461503 21939:5169fd314636
    38 #include <jni_util.h>
    38 #include <jni_util.h>
    39 #include <sys/time.h>
    39 #include <sys/time.h>
    40 
    40 
    41 
    41 
    42 #include "java_awt_event_MouseWheelEvent.h"
    42 #include "java_awt_event_MouseWheelEvent.h"
       
    43 
       
    44 /*
       
    45  * Called by "ToolkitErrorHandler" function in "XlibWrapper.c" file.
       
    46  */
       
    47 XErrorHandler current_native_xerror_handler = NULL;
    43 
    48 
    44 extern jint getModifiers(uint32_t state, jint button, jint keyCode);
    49 extern jint getModifiers(uint32_t state, jint button, jint keyCode);
    45 extern jint getButton(uint32_t button);
    50 extern jint getButton(uint32_t button);
    46 
    51 
    47 static Atom OLDecorDelAtom = 0;
    52 static Atom OLDecorDelAtom = 0;