Searched refs:pLibRandR (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c1713 awt_##f = (f##Type)dlsym(pLibRandR, #f); \
1717 dlclose(pLibRandR); \
1727 void *pLibRandR = dlopen(VERSIONED_JNI_LIB_NAME("Xrandr", "2"), local
1729 if (pLibRandR == NULL) {
1730 pLibRandR = dlopen(JNI_LIB_NAME("Xrandr"), RTLD_LAZY | RTLD_LOCAL);
1732 if (pLibRandR == NULL) {
1743 dlclose(pLibRandR);
1757 dlclose(pLibRandR);
1768 dlclose(pLibRandR);

Completed in 56 milliseconds