Lines Matching refs:iconmgr

8  * $XConsortium: iconmgr.c,v 1.48 91/09/10 15:27:07 dave Exp $
32 #include "iconmgr.h"
95 // elements in the list, which is all the iconmgr's in the workspace.
97 // end), which is a link to the head of the iconmgr list for the
100 for(IconMgr *q = Scr->iconmgr; q != NULL; q = q->nextv) {
149 /* Setup various WM properties on the iconmgr's window */
228 Scr->workSpaceMgr.workSpaceList->iconmgr = Scr->iconmgr;
237 * over the Scr->iconmgr list at the end though, so it's possible we
243 for(IconMgr *q = Scr->iconmgr; q != NULL; q = q->nextv) {
293 if(Scr->iconmgr == NULL) {
294 Scr->iconmgr = p;
295 Scr->iconmgr->lasti = p;
298 Scr->iconmgr->lasti->next = p;
299 p->prev = Scr->iconmgr->lasti;
300 Scr->iconmgr->lasti = p;
328 ws->iconmgr = Scr->iconmgr;
331 imfirst = ws->iconmgr;
335 /* Copy in the first iconmgr */
336 ws->iconmgr = malloc(sizeof(IconMgr));
337 *ws->iconmgr = *imfirst;
343 imfirst->nextv = ws->iconmgr;
344 ws->iconmgr->nextv = NULL;
350 previ = ws->iconmgr;
370 for(ip = ws->iconmgr; ip != NULL; ip = ip->next) {
377 * Scr->iconmgr so the ip->nextv rewrites are correct above; we
380 imfirst = ws->iconmgr;
419 ip = Current->iconmgr;
551 ip = Current->iconmgr;
634 #define IPOFSP(sp) (dir == F_NEXTICONMGR ? sp->iconmgr : sp->iconmgr->lasti)
638 ip = Current->iconmgr;
726 ip = Scr->workSpaceMgr.workSpaceList->iconmgr;
729 ip = Scr->iconmgr;
750 tmp->iconmgr = ip;
870 if(! visible(tmp->iconmgr->twm_win)) {
874 if(visible(tmp->iconmgr->twm_win)) {
995 ip = tmp->iconmgr;
1039 Active->iconmgr->active = active;
1091 ip = Active->iconmgr;