Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

glXGetCurrentDisplay(3gl)


GLXGETCURRENTDISPLAY

GLXGETCURRENTDISPLAY

NAME
C SPECIFICATION
DESCRIPTION
NOTES
SEE ALSO

NAME

glXGetCurrentDisplay − get display for current context

C SPECIFICATION

Display * glXGetCurrentDisplay( void )

Image /web_man_pages/man_unzipped/en/centos/5/5.61.png

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



glXGetCurrentDisplay(3gl)