1GLXGETCURRENTDISPLAY(3G) OpenGL Manual GLXGETCURRENTDISPLAY(3G)
2
3
4
6 glXGetCurrentDisplay - get display for current context
7
9 Display * glXGetCurrentDisplay(
10
12 glXGetCurrentDisplay returns the display for the current context. If no
13 context is current, NULL is returned.
14
15 glXGetCurrentDisplay returns client-side information. It does not make
16 a round-trip to the server, and therefore does not flush any pending
17 events.
18
20 glXGetCurrentDisplay is only supported if the GLX version is 1.2 or
21 greater.
22
24 glXGetCurrentContext(), glXGetCurrentDrawable(), glXQueryVersion(),
25 glXQueryExtensionsString()
26
28 Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
29 under the SGI Free Software B License. For details, see
30 http://oss.sgi.com/projects/FreeB/.
31
33 opengl.org
34
35
36
37opengl.org 06/10/2014 GLXGETCURRENTDISPLAY(3G)