Searched refs:winRandRScreenSetSize (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinrandr.c151 winRandRScreenSetSize(ScreenPtr pScreen, function in typeref:typename:Bool
158 winDebug("winRandRScreenSetSize ()\n");
166 ("winRandRScreenSetSize - resize not supported in fullscreen mode\n");
180 ("winRandRScreenSetSize - resize not supported in rootless modes\n");
196 ErrorF("winRandRScreenSetSize new client area w: %d h: %d\n", width,
209 ErrorF("winRandRScreenSetSize new window area w: %d h: %d\n",
241 pRRScrPriv->rrScreenSetSize = winRandRScreenSetSize;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinrandr.c222 winRandRScreenSetSize (ScreenPtr pScreen, function in typeref:typename:Bool
233 winDebug ("winRandRScreenSetSize ()\n");
241 ErrorF ("winRandRScreenSetSize - resize not supported in fullscreen mode\n");
260 ErrorF ("winRandRScreenSetSize - resize not supported in rootless modes\n");
276 ErrorF ("winRandRScreenSetSize new client area w: %d h: %d\n", width, height);
288 ErrorF ("winRandRScreenSetSize new window area w: %ld h: %ld\n", rcClient.right-rcClient.left, rcClient.bottom-rcClient.top);
318 pRRScrPriv->rrScreenSetSize = winRandRScreenSetSize;

Completed in 2 milliseconds