pickmode.c | 122 int aspect, refresh, hbest, vbest, abest, atemp, rbest, rtemp; local in function:sort_modes 145 vbest = 0; 149 vbest = modes[i].vdisplay; 152 modes[i].vdisplay > vbest) { 153 vbest = modes[i].vdisplay; 169 vbest = 0; 193 modes[i].vdisplay > vbest) { 194 vbest = modes[i].vdisplay;
|