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

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dwin_grab.c381 new_clientp->w_next = orig_clientp;
424 new_clientp->w_next = NULL;
463 new_clientp->w_next = orig_clientp;
465 new_clientp->w_next = NULL;
548 clientp->w_next = NULL;
999 prevclntp->w_next = clntp->w_next;
1002 winp->dga_clientplist_draw = clntp->w_next;
1004 winp->dga_clientplist = clntp->w_next;
1009 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 32 milliseconds