Edit

IABSD.fr/xenocara/doc/gl-docs/GL/glx/xgetcurrentcontext.3gl

Branch :

  • Show log

    Commit

  • Author : schwarze
    Date : 2010-10-24 10:14:44
    Hash : 054aba9f
    Message : fix a bunch of .TH syntax errors ok matthieu@

  • doc/gl-docs/GL/glx/xgetcurrentcontext.3gl
  • '\"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 49308 2 xgetcurrentcontext.gl
    .TH GLXGETCURRENTCONTEXT 3
    .SH NAME
    glXGetCurrentContext
    \- return the current context
    
    .SH C SPECIFICATION
    GLXContext \f3glXGetCurrentContext\fP( void )
    .nf
    .fi
    
    
    .SH DESCRIPTION
    \f3glXGetCurrentContext\fP returns the current context,
    as specified by \f3glXMakeCurrent\fP.
    If there is no current context,
    \f3NULL\fP is returned.
    
    \f3glXGetCurrentContext\fP returns client-side information.
    It does not make a round trip to the server.
    
    .SH SEE ALSO
    \f3glXCreateContext\fP,
    \f3glXMakeCurrent\fP