~sbeattie/ubuntu/lucid/vnc4/lp556147

« back to all changes in this revision

Viewing changes to unix/xc/doc/man/GL/glx/xgetcontextidext.3gl

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'\"! eqn | mmdoc
 
2
'\"macro stdmacro
 
3
.ds Vn Version 1.2
 
4
.ds Dt 6 March 1997
 
5
.ds Re Release 1.2.0
 
6
.ds Dp Feb 16 02:56
 
7
.ds Dm  Feb 10 17:2
 
8
.ds Xs 25633 3 xgetcontextidext.gl
 
9
.TH GLXGETCONTEXTIDEXT
 
10
.SH NAME
 
11
glXGetContextIDEXT
 
12
\- get the XID for a context.
 
13
 
 
14
.SH C SPECIFICATION
 
15
GLXContextID \f3glXGetContextIDEXT\fP(
 
16
const GLXContext \fIctx\fP )
 
17
.nf
 
18
.fi
 
19
 
 
20
.EQ
 
21
delim $$
 
22
.EN
 
23
.SH PARAMETERS
 
24
.TP \w'\f2ctx\fP\ \ 'u 
 
25
\f2ctx\fP
 
26
Specifies a GLX rendering context.
 
27
 
 
28
.SH DESCRIPTION
 
29
\f3glXGetContextIDEXT\fP returns the XID associated with a GLXContext.
 
30
.P
 
31
No round trip is forced to the server; unlike most X calls that
 
32
return a value, \f3glXGetContextIDEXT\fP does not flush any pending events.
 
33
.P
 
34
\f3glXGetContextIDEXT\fP is part of the \f3EXT_import_context\fP extension,
 
35
not part of the core GLX command set. If \f3GLX_EXT_import_context\fP
 
36
is included in the string returned by \f3glXQueryExtensionsString\fP,
 
37
when called with argument \f3GLX_EXTENSIONS\fP,
 
38
extension \f3EXT_import_context\fP is supported.
 
39
 
 
40
.SH ERRORS
 
41
\f3GLXBadContext\fP is generated if \f2ctx\fP does not
 
42
refer to a valid context.
 
43
 
 
44
.SH SEE ALSO
 
45
\f3glXCreateContext\fP,
 
46
\f3glXQueryVersion\fP,
 
47
\f3glXQueryExtensionsString\fP