Lines Matching refs:modeInfo
68 req->modeInfo.id = 0;
69 req->modeInfo.width = mode_info->width;
70 req->modeInfo.height = mode_info->height;
71 req->modeInfo.dotClock = mode_info->dotClock;
72 req->modeInfo.hSyncStart = mode_info->hSyncStart;
73 req->modeInfo.hSyncEnd = mode_info->hSyncEnd;
74 req->modeInfo.hTotal = mode_info->hTotal;
75 req->modeInfo.hSkew = mode_info->hSkew;
76 req->modeInfo.vSyncStart = mode_info->vSyncStart;
77 req->modeInfo.vSyncEnd = mode_info->vSyncEnd;
78 req->modeInfo.vTotal = mode_info->vTotal;
79 req->modeInfo.nameLength = mode_info->nameLength;
80 req->modeInfo.modeFlags = mode_info->modeFlags;
146 XRRFreeModeInfo (XRRModeInfo *modeInfo)
148 Xfree (modeInfo);