Home
last modified time | relevance | path

Searched refs:pclientMatteTopShadows (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/open-motif/motif-2.3.8/clients/mwm/
H A DWmCDecor.c303 if (pcd->pclientMatteTopShadows) { in BaseWinExposureProc()
307 pcd->pclientMatteTopShadows->prect, in BaseWinExposureProc()
308 pcd->pclientMatteTopShadows->used); in BaseWinExposureProc()
587 if (pcd->pclientMatteTopShadows) in GenerateFrameDisplayLists()
588 pcd->pclientMatteTopShadows->used = 0; in GenerateFrameDisplayLists()
972 BevelRectangle (pcd->pclientMatteTopShadows, in GenerateFrameDisplayLists()
984 pcd->pclientMatteTopShadows, in GenerateFrameDisplayLists()
1528 (pcd->pclientMatteTopShadows == NULL) && in AllocateFrameDisplayLists()
1529 ((pcd->pclientMatteTopShadows = in AllocateFrameDisplayLists()
H A DWmManage.c1546 if (pCD->pclientMatteTopShadows) { in FreeClientFrame()
1547 FreeRList (pCD->pclientMatteTopShadows); in FreeClientFrame()
1548 pCD->pclientMatteTopShadows = NULL; in FreeClientFrame()
H A DWmGlobal.h1856 RList *pclientMatteTopShadows; /* matte top shadows */ member
H A DWmWinInfo.c219 pCD->pclientMatteTopShadows = NULL; in GetClientInfo()