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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolprotocol.c1011 DrawablePtr pDrawtmp; local
1045 pDrawtmp = &(pWin->parent->drawable);
1046 if (((WindowPtr) pDrawtmp)->realized)
1050 tmpx = x - pDrawtmp->x;
1051 tmpy = y - pDrawtmp->y;
1055 width <= pDrawtmp->width &&
1056 height <= pDrawtmp->height)
1058 pDraw = pDrawtmp;

Completed in 13 milliseconds