1GLXGETCURRENTDRAWABLE() GLXGETCURRENTDRAWABLE()
23
4
NAME
6glXGetCurrentDrawable - return the current drawable
78
C SPECIFICATION
10GLXDrawable glXGetCurrentDrawable( void )
1112
DESCRIPTION
14glXGetCurrentDrawable returns the current drawable, as specified by
15glXMakeCurrent. If there is no current drawable, None is returned.
1617
glXGetCurrentDrawable returns client-side information. It does not
18make a round trip to the server.
19
SEE ALSO
21glXCreateGLXPixmap, glXMakeCurrent
2223
24
25
GLXGETCURRENTDRAWABLE()