Searched refs:activeMode (Results 1 – 1 of 1) sorted by relevance
366 QuartzModeInfo activeMode; in _QuartzRandRUpdateFakeModes() local370 &activeMode)) { in _QuartzRandRUpdateFakeModes()376 memset(&activeMode, 0, sizeof(activeMode)); in _QuartzRandRUpdateFakeModes()377 activeMode.width = 800; in _QuartzRandRUpdateFakeModes()378 activeMode.height = 600; in _QuartzRandRUpdateFakeModes()379 activeMode.refresh = 60; in _QuartzRandRUpdateFakeModes()388 activeMode.width = pScreen->width; in _QuartzRandRUpdateFakeModes()389 activeMode.height = pScreen->height; in _QuartzRandRUpdateFakeModes()391 activeMode.height += aquaMenuBarHeight; in _QuartzRandRUpdateFakeModes()394 pQuartzScreen->fullscreenMode = activeMode; in _QuartzRandRUpdateFakeModes()[all …]