Manual Reference Pages  - GLXGETCURRENTDISPLAY ()

NAME

glXGetCurrentDisplay - get display for current context

CONTENTS

C Specification
Description
Notes
See Also

C SPECIFICATION

Display * glXGetCurrentDisplay( void )

DESCRIPTION

glXGetCurrentDisplay 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.

NOTES

glXGetCurrentDisplay is only supported if the GLX version is 1.2 or greater.

SEE ALSO

glXQueryVersion, glXQueryExtensionsString

Jump to page    or go to Top of page |  Section  |  Main Index.


GLXGETCURRENTDISPLAY ()
Generated by manServer 1.07 from /usr/X11R6/man/man3/glXGetCurrentDisplay.3x.gz using man macros with eqn support.