Home
last modified time | relevance | path

Searched refs:pWinChild (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprAppleWM.c86 xprAttachTransient(WindowPtr pWinChild, WindowPtr pWinParent) in xprAttachTransient() argument
91 child_wid = x_cvt_vptr_to_uint(RootlessFrameForWindow(pWinChild, TRUE)); in xprAttachTransient()
107 RootlessStopDrawing(pWinChild, FALSE); in xprAttachTransient()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DapplewmExt.h53 typedef int (*AttachTransientProc)(WindowPtr pWinChild, WindowPtr pWinParent);
H A Dapplewm.c483 WindowPtr pWinChild, pWinParent; in ProcAppleWMAttachTransient() local
493 dixLookupWindow(&pWinChild, stuff->child, client, DixReadAccess)) in ProcAppleWMAttachTransient()
505 err = appleWMProcs->AttachTransient(pWinChild, pWinParent); in ProcAppleWMAttachTransient()