Home | History | Annotate | Download | only in shadowfb

Lines Matching defs:EnterVT

68   Bool				(*EnterVT)(int, int);
177 pPriv->EnterVT = pScrn->EnterVT;
184 pScrn->EnterVT = ShadowEnterVT;
212 pScrn->EnterVT = pPriv->EnterVT;
213 ret = (*pPriv->EnterVT)(index, flags);
214 pPriv->EnterVT = pScrn->EnterVT;
215 pScrn->EnterVT = ShadowEnterVT;
253 pScrn->EnterVT = pPriv->EnterVT;