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

/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DXDPSlib.h197 extern Display * XDPSLGetShunt(Display *dpy_in);
199 extern void XDPSLSetShunt(Display *dpy_in, Display *dpy_out);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DXDPS.c1415 XDPSLGetShunt(Display *dpy_in) argument
1417 return(ShuntMap[DPY_NUMBER(dpy_in)]);
1421 XDPSLSetShunt(Display *dpy_in, Display *dpy_out) argument
1423 ShuntMap[DPY_NUMBER(dpy_in)] = dpy_out;

Completed in 34 milliseconds