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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_res.c278 * Set footnote[0] to TRUE iff a video mode is displayed that is not
281 * Display any applicable footnote references (e.g. [1], [2], ...).
294 int footnote[]) /* Returned flags, else unchanged */
321 * For the indicated video streams (-dev), display any footnote numbers
341 footnote[0] = TRUE; /* Mode not fully supported */
350 footnote[note_num] = TRUE;
354 footnote[note_num + 1] = TRUE;
381 * (-res ?). For each video mode and for each video stream, footnote
402 int footnote[FBC_MAX_NOTES+1]; /* TRUE => Display note */ local
412 footnote[
289 fbc_list_video_mode( fbc_dev_t *device, const char *mode_name, int support_level, fbc_edid_res_t edid_res_info[], int footnote[]) argument
[all...]

Completed in 10 milliseconds