Lines Matching refs:pDisp
75 Display* pDisp = pSalDisp->GetDisplay(); in CreateObject() local
80 XGetWindowAttributes( pDisp, aObjectParent, &aParentAttr ); in CreateObject()
90 XVisualInfo* pInfos = XGetVisualInfo( pDisp, VisualIDMask, &aTemplate, &nVisuals ); in CreateObject()
107 XCreateSimpleWindow( pDisp, in CreateObject()
117 XCreateSimpleWindow( pDisp, in CreateObject()
136 pDisp, in CreateObject()
142 XCreateWindow( pDisp, in CreateObject()
149 XSync( pDisp, False ); in CreateObject()
158 XReparentWindow( pDisp, pObject->maSecondary, pObject->maPrimary, 0, 0 ); in CreateObject()
163 XMapWindow( pDisp, pObject->maSecondary ); in CreateObject()
164 XMapWindow( pDisp, pObject->maPrimary ); in CreateObject()
167 pObjData->pDisplay = pDisp; in CreateObject()
176 XSync(pDisp, False); in CreateObject()