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

/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c220 static XRRModeInfo *start_mode[MAX_OUTPUT]; variable
1347 get_largest_mode (con_output_t *c, XRRModeInfo *start_mode) { argument
1355 if (!found && (start_mode != mode_info))
1398 start_mode[i] = NULL;
1492 start_mode[j] = con_outputs[j].output->mode_info;
1597 if (start_mode[start -1] && valid_mode(&con_outputs[start -1],
1598 start_mode[start -1]))
1599 new_mode[start -1] = start_mode[start -1];
1631 if (start_mode[i] && valid_mode(&con_outputs[i], start_mode[
[all...]

Completed in 16 milliseconds