Searched refs:w_next (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A Dwin_grab.c381 new_clientp->w_next = orig_clientp;
425 new_clientp->w_next = NULL;
464 new_clientp->w_next = orig_clientp;
466 new_clientp->w_next = NULL;
553 clientp->w_next = NULL;
1004 prevclntp->w_next = clntp->w_next;
1007 winp->dga_clientplist_draw = clntp->w_next;
1009 winp->dga_clientplist = clntp->w_next;
1014 clntp = clntp->w_next;
[all...]
H A Ddga_internal.h78 struct dga_window *w_next; /* used to link all grabbed windows */ member in struct:dga_window

Completed in 1300 milliseconds