52 #include <X11/keysym.h> /* standard X keysyms */ |
52 #include <X11/keysym.h> /* standard X keysyms */ |
53 #include <X11/DECkeysym.h> /* DEC vendor-specific */ |
53 #include <X11/DECkeysym.h> /* DEC vendor-specific */ |
54 #include <X11/Sunkeysym.h> /* Sun vendor-specific */ |
54 #include <X11/Sunkeysym.h> /* Sun vendor-specific */ |
55 #include <X11/ap_keysym.h> /* Apollo (HP) vendor-specific */ |
55 #include <X11/ap_keysym.h> /* Apollo (HP) vendor-specific */ |
56 /* |
56 /* |
57 * HPkeysym.h is used not only for the hp keysyms, but also to |
57 * #include <X11/HPkeysym.h> HP vendor-specific |
|
58 * I checked HPkeysym.h into the workspace because although |
|
59 * I think it will ship with X11R6.4.2 (and later) on Linux, |
|
60 * it doesn't seem to be in Solaris 9 Update 2. |
|
61 * |
|
62 * This is done not only for the hp keysyms, but also to |
58 * give us the osf keysyms that are also defined in HPkeysym.h. |
63 * give us the osf keysyms that are also defined in HPkeysym.h. |
59 * However, HPkeysym.h is missing a couple of osf keysyms, |
64 * However, HPkeysym.h is missing a couple of osf keysyms, |
60 * so I have #defined them below. |
65 * so I have #defined them below. |
61 */ |
66 */ |
62 #include <X11/HPkeysym.h> /* HP vendor-specific */ |
67 #include "HPkeysym.h" /* HP vendor-specific */ |
63 |
68 |
64 #include "java_awt_event_KeyEvent.h" |
69 #include "java_awt_event_KeyEvent.h" |
65 #include "java_awt_event_InputEvent.h" |
70 #include "java_awt_event_InputEvent.h" |
66 #include "java_awt_event_MouseEvent.h" |
71 #include "java_awt_event_MouseEvent.h" |
67 #include "java_awt_event_MouseWheelEvent.h" |
72 #include "java_awt_event_MouseWheelEvent.h" |