1GLXGETCURRENTDISPLAY()                                  GLXGETCURRENTDISPLAY()
2
3
4

NAME

6       glXGetCurrentDisplay - get display for current context
7
8

C SPECIFICATION

10       Display * glXGetCurrentDisplay( void )
11
12       delim $$
13

DESCRIPTION

15       glXGetCurrentDisplay returns the display for the current context. If no
16       context is current, NULL is returned.
17
18       glXGetCurrentDisplay returns client-side information. It does not  make
19       a  round  trip  to the server, and therefore does not flush any pending
20       events.
21

NOTES

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

SEE ALSO

27       glXQueryVersion, glXQueryExtensionsString
28
29
30
31
32                                                        GLXGETCURRENTDISPLAY()
Impressum