Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c2615 WindowPtr currentRoot; in AttachDevice() local
2618 currentRoot = GetCurrentRootWindow(dev); in AttachDevice()
2620 currentRoot = screenInfo.screens[0]->root; in AttachDevice()
2623 screen = currentRoot->drawable.pScreen; in AttachDevice()
2626 InitializeSprite(dev, currentRoot); in AttachDevice()