HomeSort by: relevance | last modified time | path
    Searched defs:mode_shown (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/xrandr/dist/
xrandr.c 3956 Bool *mode_shown = calloc (output_info->nmode, sizeof (Bool)); local
3957 if (!mode_shown) fatal ("out of memory\n");
3962 if (mode_shown[j]) continue;
3975 if (mode_shown[k]) continue;
3979 mode_shown[k] = True;
3993 free (mode_shown);

Completed in 7 milliseconds