1GLXGETCURRENTDRAWABLE()                                GLXGETCURRENTDRAWABLE()
2
3
4

NAME

6       glXGetCurrentDrawable - return the current drawable
7
8

C SPECIFICATION

10       GLXDrawable glXGetCurrentDrawable( void )
11
12

DESCRIPTION

14       glXGetCurrentDrawable  returns  the  current  drawable, as specified by
15       glXMakeCurrent.  If there is no current drawable, None is returned.
16
17       glXGetCurrentDrawable returns client-side  information.   It  does  not
18       make a round trip to the server.
19

SEE ALSO

21       glXCreateGLXPixmap, glXMakeCurrent
22
23
24
25                                                       GLXGETCURRENTDRAWABLE()
Impressum