RMenum rmxPipeSetDisplay (RMpipe *toModify, Display *display)
RMpipe *toModify - a handle to an RMpipe that will be modified by this routine (modified). Display *display - a handle to an opened X display (input).librm library source file: rmx.c
Display * rmxPipeGetDisplay (const RMpipe *toQuery)
const RMpipe *toQuery - a handle to an RMpipe object that will be queried (input).librm library source file: rmx.c
RMenum rmxPipeSetColormap (RMpipe *toModify, const Colormap newCmap)
RMpipe *toModify - a handle to an RMpipe (modified). Colormap newCmap - an X colormap handle.librm library source file: rmx.c
Colormap rmxPipeGetColormap (const RMpipe *toQuery)
const RMpipe *toQuery - a handle to an RMpipe (input).librm library source file: rmx.c
Colormap rmxGetSharableColormap (Display *d, XVisualInfo *v)
Display *d - a handle to an opened X Display (input). XVisualInfo *v - a handle to a valid XVisualInfo structure (input).librm library source file: rmx.c
RMenum rmxPipeSetVisual(RMpipe *toModify, XVisualInfo *visual)
RMpipe *toModify - a handle to an RMpipe object (modified). XVisualInfo *visual - a handle to an XVisualInfo structure (input).librm library source file: rmx.c
XVisualInfo * rmxPipeGetVisual (const RMpipe *toQuery)
const RMpipe *toQuery - a handle to an RMpipe (input).librm library source file: rmx.c
RMenum rmPipeSetContext (RMpipe *toModify, GLXContext context)
RMpipe *toModify - a handle to an RMpipe object (modified). GLXContext context - a handle to a valid GLXContext (an OpenGL rendering context) (input).librm library source file: rmx.c
GLXContext rmPipeGetContext (const RMpipe *toQuery)
RMpipe *toQuery - a handle to an RMpipe object (input).librm library source file: rmx.c
RMenum rmPipeSetWindow (RMpipe *toUse, Window theWindow, int windowWidth, int windowHeight)
RMpipe *toUse - a handle to an RMpipe object (input, but not const). Window w - a valid X window handle (input). int windowWidth, int windowHeight - integer values specifying the pixel width & height of the window "w".librm library source file: rmx.c
int rmPipeSetOffscreenWindow (RMpipe *toUse, GLXPixmap glxp, int windowWidth, int windowHeight)
RMpipe *toUse - a handle to an RMpipe object (input, but not const). GLXPixmap - a valid GLXPixmap handle (input). int windowWidth, int windowHeight - integer values specifying the pixel width & height of the window "w".librm library source file: rmx.c
Window rmPipeGetWindow (const RMpipe *toQuery)
const RMpipe *toQuery - a handle to an RMpipe object (input).librm library source file: rmx.c
RMenum rmPipeSwapBuffersX11 (RMpipe *p)
RMpipe *p - a handle to an RMpipe (input).librm library source file: rmx.c
RMenum rmxPipeCreateContext (RMpipe *toModify)
RMpipe *toModify - a handle to an RMpipe (input).librm library source file: rmx.c