HomeSort by: relevance | last modified time | path
    Searched defs:dixLookupWindow (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xf86-video-vmware/dist/src/
vmwarexinerama.c 62 dixLookupWindow(WindowPtr *pWin, XID id, ClientPtr client, Mask access)
142 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
197 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
254 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
  /xsrc/external/mit/xorg-server/dist/dix/
dixutils.c 185 * dixLookupWindow and dixLookupDrawable:
220 dixLookupWindow(WindowPtr *pWin, XID id, ClientPtr client, Mask access)
226 but is not a Window. Users of dixLookupWindow expect a BadWindow
230 /* Similarly, users of dixLookupWindow don't want BadDrawable. */
  /xsrc/external/mit/xorg-server.old/dist/dix/
dixutils.c 189 * dixLookupWindow and dixLookupDrawable:
223 dixLookupWindow(WindowPtr *pWin, XID id, ClientPtr client, Mask access)
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_driver.c 111 dixLookupWindow(WindowPtr *pWin, XID id, ClientPtr client, Mask access)
2183 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
2211 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
2239 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);

Completed in 24 milliseconds