Lines Matching defs:modeInfo
65 xRRModeInfo modeInfo;
69 memset(&modeInfo, '\0', sizeof(modeInfo));
72 modeInfo.width = pScreen->width;
73 modeInfo.height = pScreen->height;
74 modeInfo.hTotal = pScreen->width;
75 modeInfo.vTotal = pScreen->height;
76 modeInfo.dotClock = 0;
77 modeInfo.nameLength = strlen(name);
78 mode = RRModeGet(&modeInfo, name);
83 mode = RRModeGet(&modeInfo, name);