src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c
changeset 51935 5b500c6d19d3
parent 51934 111af7a30c74
child 55171 9ee0b8733ee4
--- a/src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c	Tue Sep 25 14:38:35 2018 -0700
+++ b/src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c	Tue Sep 25 14:44:36 2018 -0700
@@ -54,17 +54,12 @@
 #include <X11/Sunkeysym.h>  /* Sun vendor-specific */
 #include <X11/ap_keysym.h>  /* Apollo (HP) vendor-specific */
 /*
- * #include <X11/HPkeysym.h>    HP vendor-specific
- * I checked HPkeysym.h into the workspace because although
- * I think it will ship with X11R6.4.2 (and later) on Linux,
- * it doesn't seem to be in Solaris 9 Update 2.
- *
- * This is done not only for the hp keysyms, but also to
+ * HPKeysym.h is used not only for the hp keysyms, but also to
  * give us the osf keysyms that are also defined in HPkeysym.h.
  * However, HPkeysym.h is missing a couple of osf keysyms,
  * so I have #defined them below.
  */
-#include "HPkeysym.h"   /* HP vendor-specific */
+#include <X11/HPkeysym.h>   /* HP vendor-specific */
 
 #include "java_awt_event_KeyEvent.h"
 #include "java_awt_event_InputEvent.h"