Searched refs:pwin (Results 1 – 5 of 5) sorted by relevance
49 struct _Window *pwin; in winMultiWindowGetClassHint() local59 pwin = (struct _Window *) pWin; in winMultiWindowGetClassHint()61 if (pwin->optional) in winMultiWindowGetClassHint()62 prop = (struct _Property *) pwin->optional->userProps; in winMultiWindowGetClassHint()119 struct _Window *pwin; in winMultiWindowGetWMHints() local127 pwin = (struct _Window *) pWin; in winMultiWindowGetWMHints()129 if (pwin->optional) in winMultiWindowGetWMHints()130 prop = (struct _Property *) pwin->optional->userProps; in winMultiWindowGetWMHints()151 struct _Window *pwin; in winMultiWindowGetWindowRole() local158 pwin = (struct _Window *) pWin; in winMultiWindowGetWindowRole()[all …]
282 struct _Window *pwin; in IsMouseActive() local295 pwin = (struct _Window *) pWin; in IsMouseActive()297 if (pwin->optional) in IsMouseActive()298 prop = (struct _Property *) pwin->optional->userProps; in IsMouseActive()
88 extern _X_EXPORT int TellLostMap(WindowPtr pwin,91 extern _X_EXPORT int TellGainedMap(WindowPtr pwin,
454 TellNoMap(WindowPtr pwin, Colormap * pmid) in TellNoMap() argument456 if (wColormap(pwin) == *pmid) { in TellNoMap()459 .u.colormap.window = pwin->drawable.id, in TellNoMap()466 if (noPanoramiXExtension || !pwin->drawable.pScreen->myNum) in TellNoMap()468 DeliverEvents(pwin, &xE, 1, (WindowPtr) NULL); in TellNoMap()469 if (pwin->optional) { in TellNoMap()470 pwin->optional->colormap = None; in TellNoMap()471 CheckWindowOptionalNeed(pwin); in TellNoMap()480 TellLostMap(WindowPtr pwin, void *value) in TellLostMap() argument485 if (!noPanoramiXExtension && pwin->drawable.pScreen->myNum) in TellLostMap()[all …]
95394 Merge remote-tracking branch 'airlied/pwin-cleanup'