Searched defs:tmpwin (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolprotocol.c1074 WindowPtr tmpwin; local
1078 rc = dixLookupWindow(&tmpwin, pDraw->id, client, DixReadAccess);
1082 while (tmpwin)
1084 if (tmpwin->parent && WindowIsRoot(tmpwin->parent))
1086 pWin = tmpwin;
1089 tmpwin = tmpwin->parent;

Completed in 23 milliseconds