6844750: Solaris build failed after 6799099
authordav
Mon, 25 May 2009 18:22:23 +0400
changeset 2811 8828b8313cab
parent 2810 fa49c6a06baf
child 2812 d36428208db8
child 2950 5056d8edd83a
6844750: Solaris build failed after 6799099 Reviewed-by: yan
jdk/src/solaris/native/sun/xawt/XToolkit.c
--- a/jdk/src/solaris/native/sun/xawt/XToolkit.c	Fri May 22 16:09:45 2009 +0400
+++ b/jdk/src/solaris/native/sun/xawt/XToolkit.c	Mon May 25 18:22:23 2009 +0400
@@ -950,6 +950,7 @@
         devices = XListInputDevices(awt_display, &numDevices);
         for (devIdx = 0; devIdx < numDevices; devIdx++) {
             aDevice = &(devices[devIdx]);
+#ifdef IsXExtensionPointer
             if (aDevice->use == IsXExtensionPointer) {
                 for (clsIdx = 0; clsIdx < aDevice->num_classes; clsIdx++) {
                     if (aDevice->inputclassinfo[clsIdx].class == ButtonClass) {
@@ -961,6 +962,7 @@
                 }
                 break;
             }
+#endif
             if (local_num_buttons <= 0 ) {
                 if (aDevice->use == IsXPointer) {
                     for (clsIdx = 0; clsIdx < aDevice->num_classes; clsIdx++) {