Home
last modified time | relevance | path

Searched refs:reqMode (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DquartzRandR.c341 QuartzModeInfo reqMode; in QuartzRandRSetConfig() local
343 reqMode.width = pSize->width; in QuartzRandRSetConfig()
344 reqMode.height = pSize->height; in QuartzRandRSetConfig()
345 reqMode.refresh = rate; in QuartzRandRSetConfig()
348 if (QuartzRandRModesEqual(&reqMode, &pQuartzScreen->currentMode)) in QuartzRandRSetConfig()
352 &reqMode)) { in QuartzRandRSetConfig()
357 (int)reqMode.width, (int)reqMode.height, in QuartzRandRSetConfig()
358 (int)reqMode.refresh); in QuartzRandRSetConfig()