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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddevices.c2522 WindowPtr currentRoot; local in function:AttachDevice
2525 currentRoot = GetCurrentRootWindow(dev);
2527 currentRoot = screenInfo.screens[0]->root;
2530 screen = currentRoot->drawable.pScreen;
2533 InitializeSprite(dev, currentRoot);
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddevices.c2693 WindowPtr currentRoot; local in function:AttachDevice
2696 currentRoot = GetCurrentRootWindow(dev);
2698 currentRoot = screenInfo.screens[0]->root;
2701 screen = currentRoot->drawable.pScreen;
2704 InitializeSprite(dev, currentRoot);

Completed in 9 milliseconds