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

/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c206 XRRModeInfo **smodes; member in struct:_con_output
1285 if (!c0 ||!c1 || !c0->smodes || !c1->smodes)
1291 if ((c0->smodes[i]->width == c1->smodes[j]->width) &&
1292 (c0->smodes[i]->height == c1->smodes[j]->height)) {
1295 w = mode_width (c0->smodes[i], output->rotation);
1296 h = mode_height (c0->smodes[i], output->rotation);
1312 if (c0->smodes[
[all...]

Completed in 13 milliseconds