Home | History | Annotate | Download | only in modes

Lines Matching refs:BlockHandler

229     pScreen->BlockHandler = xf86_config->BlockHandler;
233 (*pScreen->BlockHandler) (pScreen, pTimeout);
237 xf86_config->BlockHandler = pScreen->BlockHandler;
238 pScreen->BlockHandler = xf86RotateBlockHandler;
240 xf86_config->BlockHandler = NULL;
429 if (!xf86_config->BlockHandler) {
430 xf86_config->BlockHandler = pScreen->BlockHandler;
431 pScreen->BlockHandler = xf86RotateBlockHandler;