Searched defs:rr_min_ver (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c1725 int rr_maj_ver = 0, rr_min_ver = 0; local
1740 if (!(*awt_XRRQueryVersion)(awt_display, &rr_maj_ver, &rr_min_ver)) {
1753 if (!(rr_maj_ver > 1 || (rr_maj_ver == 1 && rr_min_ver >= 2))) {
1756 rr_maj_ver, rr_min_ver);

Completed in 34 milliseconds