summaryrefslogtreecommitdiff
path: root/doc/gl-docs/GL/glx/xgetcurrentdrawable.3gl
blob: f263e2a44821922da940fa6142e43d945ca79a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
'\"macro stdmacro
.ds Vn Version 1.2
.ds Dt 6 March 1997
.ds Re Release 1.2.0
.ds Dp Feb 16 02:56
.ds Dm  Feb 10 17:2
.ds Xs 49921 2 xgetcurrentdrawable.gl
.TH GLXGETCURRENTDRAWABLE
.SH NAME
glXGetCurrentDrawable
\- return the current drawable

.SH C SPECIFICATION
GLXDrawable \f3glXGetCurrentDrawable\fP( void )
.nf
.fi

.SH DESCRIPTION
\f3glXGetCurrentDrawable\fP returns the current drawable,
as specified by \f3glXMakeCurrent\fP.
If there is no current drawable,
\f3None\fP is returned.
.P
\f3glXGetCurrentDrawable\fP returns client-side information.
It does not make a round trip to the server.
.SH SEE ALSO
\f3glXCreateGLXPixmap\fP,
\f3glXMakeCurrent\fP