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

/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c1234 XRRModeInfo *mi1 = * (XRRModeInfo **) p1; local
1237 if ((mi1->width == mi2->width) && (mi1->height == mi2->height)) {
1238 if (mode_refresh(mi1) && mode_refresh(mi2)) {
1239 if (mode_refresh(mi1) < mode_refresh(mi2))
1241 if (mode_refresh(mi1) > mode_refresh(mi2))
1247 if ((mi1->width == mi2->width) && (mi1->height < mi2->height))
1249 if ((mi1->width == mi2->width) && (mi1
[all...]

Completed in 270 milliseconds