Query: glxgetcurrentdisplay
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLXGETCURRENTDISPLAY() GLXGETCURRENTDISPLAY()NAMEglXGetCurrentDisplay - get display for current contextC SPECIFICATIONDisplay * glXGetCurrentDisplay( void ) delim $$DESCRIPTIONglXGetCurrentDisplay returns the display for the current context. If no context is current, NULL is returned. glXGetCurrentDisplay returns client-side information. It does not make a round trip to the server, and therefore does not flush any pending events.NOTESglXGetCurrentDisplay is only supported if the GLX version is 1.2 or greater.SEE ALSOglXQueryVersion, glXQueryExtensionsString GLXGETCURRENTDISPLAY()