rename upstream-man-pages to upstream-doc
[clinton/guile-figl.git] / upstream-doc / man2 / glXGetCurrentDisplay.xml
diff --git a/upstream-doc/man2/glXGetCurrentDisplay.xml b/upstream-doc/man2/glXGetCurrentDisplay.xml
new file mode 100644 (file)
index 0000000..e284d11
--- /dev/null
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"
+              "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">
+<refentry id="glXGetCurrentDisplay">
+    <refmeta>
+        <refmetainfo>
+            <copyright>
+                <year>1991-2006</year>
+                <holder>Silicon Graphics, Inc.</holder>
+            </copyright>
+        </refmetainfo>
+        <refentrytitle>glXGetCurrentDisplay</refentrytitle>
+        <manvolnum>3G</manvolnum>
+    </refmeta>
+    <refnamediv>
+        <refname>glXGetCurrentDisplay</refname>
+        <refpurpose>get display for current context</refpurpose>
+    </refnamediv>
+    <refsynopsisdiv><title>C Specification</title>
+        <funcsynopsis>
+            <funcprototype>
+                <funcdef>Display * <function>glXGetCurrentDisplay</function></funcdef>
+            </funcprototype>
+        </funcsynopsis>
+    </refsynopsisdiv>
+    <!-- eqn: ignoring delim $$ -->
+    <refsect1 id="description"><title>Description</title>
+        <para>
+            <function>glXGetCurrentDisplay</function> returns the display for the current context. If no 
+            context is current, <constant>NULL</constant> is returned. 
+        </para>
+        <para>
+            <function>glXGetCurrentDisplay</function> returns client-side information. It does not make a round-trip 
+            to the server, and therefore does not flush any pending events.
+        </para>
+    </refsect1>
+    <refsect1 id="notes"><title>Notes</title>
+        <para>
+            <function>glXGetCurrentDisplay</function> is only supported if the GLX version is 1.2 or greater.
+        </para>
+    </refsect1>
+    <refsect1 id="seealso"><title>See Also</title>
+        <para>
+            <citerefentry><refentrytitle>glXGetCurrentContext</refentrytitle></citerefentry>,
+            <citerefentry><refentrytitle>glXGetCurrentDrawable</refentrytitle></citerefentry>,
+            <citerefentry><refentrytitle>glXQueryVersion</refentrytitle></citerefentry>,
+            <citerefentry><refentrytitle>glXQueryExtensionsString</refentrytitle></citerefentry>
+        </para>
+    </refsect1>
+    <refsect1 id="Copyright"><title>Copyright</title>
+        <para>
+            Copyright <trademark class="copyright"></trademark> 1991-2006
+            Silicon Graphics, Inc. This document is licensed under the SGI
+            Free Software B License. For details, see
+            <ulink url="http://oss.sgi.com/projects/FreeB/">http://oss.sgi.com/projects/FreeB/</ulink>.
+        </para>
+    </refsect1>
+</refentry>