Searched defs:newWh (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXpriv.c419 XDPSPrivContext newWh; local
425 newWh = (XDPSPrivContext) calloc (sizeof (XDPSPrivContextRec), 1);
426 if (!newWh) DPSOutOfMemory();
427 *newWh = *wh;
430 newWh->cxid = XDPSLCreateContextFromID (wh->dpy, cid, &space);
432 newWh->ctxt = ctxt;
439 XDPSLGiveInput (wh->dpy, newWh->cxid, wh->newObjFormat, 1);
440 XDPSLGiveInput (wh->dpy, newWh->cxid, " setobjectformat\n", 17);
445 newWh->cxid = 0; /* Must not refer to a good context. */
446 newWh
[all...]
H A Ddpsclient.c2685 char *newWh)
2689 cc->wh = newWh;
2683 DPSSetWh( DPSContext ctxt, char *newWh) argument

Completed in 18 milliseconds