glxreceive.c

Retrieves data from a GLX stream

Author

Marcel Sondaar

License

Public Domain

Summary
glxreceive.cRetrieves data from a GLX stream
Functions
_glx_retrieveenqueues a command for transmission to the server

Functions

_glx_retrieve

GLubyte * _glx_retrieve(GLsizei *length)

enqueues a command for transmission to the server

in

lengthpointer to an integer to hold the length of the returned packet

out

pointer to a buffer containing the data.  This buffer should be released with free()

GLubyte * _glx_retrieve(GLsizei *length)
enqueues a command for transmission to the server