< prev index next >

src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c

Print this page
rev 59106 : imported patch client

*** 407,422 **** if (xrenderLibHandle == NULL) { xrenderLibHandle = dlopen("libXrender.so", RTLD_LAZY | RTLD_GLOBAL); } ! #if defined(__solaris__) ! if (xrenderLibHandle == NULL) { ! xrenderLibHandle = dlopen("/usr/lib/libXrender.so.1", ! RTLD_LAZY | RTLD_GLOBAL); ! } ! #elif defined(_AIX) if (xrenderLibHandle == NULL) { xrenderLibHandle = dlopen("libXrender.a(libXrender.so.0)", RTLD_MEMBER | RTLD_LAZY | RTLD_GLOBAL); } #endif --- 407,417 ---- if (xrenderLibHandle == NULL) { xrenderLibHandle = dlopen("libXrender.so", RTLD_LAZY | RTLD_GLOBAL); } ! #if defined(_AIX) if (xrenderLibHandle == NULL) { xrenderLibHandle = dlopen("libXrender.a(libXrender.so.0)", RTLD_MEMBER | RTLD_LAZY | RTLD_GLOBAL); } #endif
< prev index next >