Home
last modified time | relevance | path

Searched refs:pWsList (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/open-motif/motif-2.3.8/clients/mwm/
H A DWmManage.c525 pCD->pWsList[i].iconFrameWin, True, in ManageWindow()
559 pCD->pWsList[0].iconFrameWin; in ManageWindow()
658 if (!pCD->pWsList[i].pIconBox && pCD->pWsList[i].iconFrameWin) in ManageWindow()
677 if (!pCD->pWsList[i].pIconBox && pCD->pWsList[i].iconFrameWin) in ManageWindow()
689 pCD->pWsList[i].iconFrameWin, in ManageWindow()
1036 pWsc = &(pCD->pWsList[j]); in WithdrawWindow()
1115 pCD->pWsList[0].iconFrameWin); in WithdrawWindow()
1154 pCD->pWsList[0].iconX, pCD->pWsList[0].iconY); in WithdrawWindow()
1311 if ((pCD)->pWsList) in WithdrawWindow()
1313 XtFree ((char *) (pCD->pWsList)); in WithdrawWindow()
[all …]
H A DWmXSMP.c502 if ((pWS = GetWorkspaceData(pSD, pCD->pWsList[i].wsID)) in getClientWorkspaces()
573 return (int)(pCD1->pWsList[pCD1->currentWsc].wsID - in clientWorkspaceCompare()
574 pCD2->pWsList[pCD2->currentWsc].wsID); in clientWorkspaceCompare()
974 fprintf(fp, intArg, pCD->pWsList[i].iconX); in saveXSMPClient()
980 fprintf(fp, intArg, pCD->pWsList[i].iconY); in saveXSMPClient()
1099 fprintf(fp, intArg, pCD->pWsList[i].iconX); in saveProxyClient()
1102 fprintf(fp, intArg, pCD->pWsList[i].iconY); in saveProxyClient()
1354 pCD->pWsList[i].iconX = atoi(resourcePtr); in LoadClientIconPositions()
1363 pCD->pWsList[i].iconY = atoi(resourcePtr); in LoadClientIconPositions()
1388 pCD->pWsList[i].iconX = atoi(resourcePtr); in LoadClientIconPositions()
[all …]
H A DWmWinInfo.c203 pCD->pWsList = NULL; in GetClientInfo()
590 if ((pCD->pWsList = (WsClientData *) in GetWmClientInfo()
599 pCD->pWsList[i].wsID = NULL; in GetWmClientInfo()
600 pCD->pWsList[i].iconPlace = NO_ICON_PLACE; in GetWmClientInfo()
601 pCD->pWsList[i].iconX = 0; in GetWmClientInfo()
602 pCD->pWsList[i].iconY = 0; in GetWmClientInfo()
604 pCD->pWsList[i].pIconBox = NULL; in GetWmClientInfo()
1308 pWsc = &(pCD->pWsList[iws]); in ProcessWmHints()
1332 pWsc = &(pCD->pWsList[iws]); in ProcessWmHints()
1377 pWsc = &(pCD->pWsList[iws]); in ProcessWmHints()
[all …]
H A DWmProperty.c1282 Atom *pWsList; in SetWorkspaceListProperty() local
1285 pWsList = (Atom *) in SetWorkspaceListProperty()
1291 pWsList[count] = pws->id; in SetWorkspaceListProperty()
1298 32, PropModeReplace, (unsigned char *)pWsList, in SetWorkspaceListProperty()
1301 XtFree ((char *) pWsList); in SetWorkspaceListProperty()
H A DWmGlobal.h1508 #define ICON_PLACE(pcd) ((pcd)->pWsList[(pcd)->currentWsc].iconPlace)
1509 #define ICON_X(pcd) ((pcd)->pWsList[(pcd)->currentWsc].iconX)
1510 #define ICON_Y(pcd) ((pcd)->pWsList[(pcd)->currentWsc].iconY)
1511 #define P_ICON_BOX(pcd) ((pcd)->pWsList[(pcd)->currentWsc].pIconBox)
1512 #define ICON_FRAME_WIN(pcd) ((pcd)->pWsList[(pcd)->currentWsc].iconFrameWin)
1897 struct _WsClientData *pWsList; /* list of workspace-client data */ member
H A DWmWinState.c515 iplace = pCD->pWsList[wsI].iconPlace; in SetupWindowStateWithEventMask()
519 pCD->pWsList[wsI].wsID); in SetupWindowStateWithEventMask()
1510 pCD->pWsList[tmpWsc].wsID); in ShowAllIconsForMinimizedClient()
H A DWmFunction.c1332 ROOT_FOR_CLIENT(pCD), pCD->pWsList->iconX, in ReBorderClient()
1333 pCD->pWsList->iconY); in ReBorderClient()
3606 ROOT_FOR_CLIENT(pCD), pCD->pWsList->iconX, in DeFrameClient()
3607 pCD->pWsList->iconY); in DeFrameClient()
H A DWmWinList.c187 pWsib = &pSD->lastClient->pCD->pWsList[0];