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

/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessCommon.c137 unsigned long RootlessWID(WindowPtr pWindow) { function in typeref:typename:unsigned long
194 winRec->pixmap->drawable.bitsPerPixel, RootlessWID(pWindow));
202 winRec->pixmap->drawable.bitsPerPixel, RootlessWID(pWindow));
206 RL_DEBUG_MSG("Skipped call to xprStartDrawing (wid: %lu) because winRec->is_drawing says we already did.\n", RootlessWID(pWindow));
219 RL_DEBUG_MSG("curPixmap is %p %p for wid=%lu\n", curPixmap, curPixmap ? curPixmap->devPrivate.ptr : NULL, RootlessWID(pWindow));
220 RL_DEBUG_MSG("oldPixmap is %p %p for wid=%lu\n", oldPixmap, oldPixmap ? oldPixmap->devPrivate.ptr : NULL, RootlessWID(pWindow));

Completed in 2 milliseconds