diff options
Diffstat (limited to 'xorg-server/hw/dmx/doc/html/dmx__glxvisuals_8h_source.html')
-rw-r--r-- | xorg-server/hw/dmx/doc/html/dmx__glxvisuals_8h_source.html | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/xorg-server/hw/dmx/doc/html/dmx__glxvisuals_8h_source.html b/xorg-server/hw/dmx/doc/html/dmx__glxvisuals_8h_source.html new file mode 100644 index 000000000..cd0361f9b --- /dev/null +++ b/xorg-server/hw/dmx/doc/html/dmx__glxvisuals_8h_source.html @@ -0,0 +1,94 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> + <title>File Index</title> + <link href="doxygen.css" rel="stylesheet" type="text/css"> + </head> + <body> +<!-- Generated by Doxygen 1.6.1 --> +<div class="navigation" id="top"> + <div class="tabs"> + <ul> + <li><a href="main.html"><span>Main Page</span></a></li> + <li><a href="annotated.html"><span>Data Structures</span></a></li> + <li class="current"><a href="files.html"><span>Files</span></a></li> + </ul> + </div> + <div class="tabs"> + <ul> + <li><a href="files.html"><span>File List</span></a></li> + <li><a href="globals.html"><span>Globals</span></a></li> + </ul> + </div> +<h1>dmx_glxvisuals.h</h1><a href="dmx__glxvisuals_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span> +<a name="l00002"></a>00002 <span class="comment"> * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)</span> +<a name="l00003"></a>00003 <span class="comment"> * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.</span> +<a name="l00004"></a>00004 <span class="comment"> *</span> +<a name="l00005"></a>00005 <span class="comment"> * Permission is hereby granted, free of charge, to any person obtaining a</span> +<a name="l00006"></a>00006 <span class="comment"> * copy of this software and associated documentation files (the "Software"),</span> +<a name="l00007"></a>00007 <span class="comment"> * to deal in the Software without restriction, including without limitation</span> +<a name="l00008"></a>00008 <span class="comment"> * the rights to use, copy, modify, merge, publish, distribute, sublicense,</span> +<a name="l00009"></a>00009 <span class="comment"> * and/or sell copies of the Software, and to permit persons to whom the</span> +<a name="l00010"></a>00010 <span class="comment"> * Software is furnished to do so, subject to the following conditions:</span> +<a name="l00011"></a>00011 <span class="comment"> *</span> +<a name="l00012"></a>00012 <span class="comment"> * The above copyright notice including the dates of first publication and</span> +<a name="l00013"></a>00013 <span class="comment"> * either this permission notice or a reference to</span> +<a name="l00014"></a>00014 <span class="comment"> * http://oss.sgi.com/projects/FreeB/</span> +<a name="l00015"></a>00015 <span class="comment"> * shall be included in all copies or substantial portions of the Software.</span> +<a name="l00016"></a>00016 <span class="comment"> *</span> +<a name="l00017"></a>00017 <span class="comment"> * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS</span> +<a name="l00018"></a>00018 <span class="comment"> * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span> +<a name="l00019"></a>00019 <span class="comment"> * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL</span> +<a name="l00020"></a>00020 <span class="comment"> * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,</span> +<a name="l00021"></a>00021 <span class="comment"> * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF</span> +<a name="l00022"></a>00022 <span class="comment"> * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE</span> +<a name="l00023"></a>00023 <span class="comment"> * SOFTWARE.</span> +<a name="l00024"></a>00024 <span class="comment"> *</span> +<a name="l00025"></a>00025 <span class="comment"> * Except as contained in this notice, the name of Silicon Graphics, Inc.</span> +<a name="l00026"></a>00026 <span class="comment"> * shall not be used in advertising or otherwise to promote the sale, use or</span> +<a name="l00027"></a>00027 <span class="comment"> * other dealings in this Software without prior written authorization from</span> +<a name="l00028"></a>00028 <span class="comment"> * Silicon Graphics, Inc.</span> +<a name="l00029"></a>00029 <span class="comment"> */</span> +<a name="l00030"></a>00030 +<a name="l00031"></a>00031 <span class="preprocessor">#ifndef _GLXVISUALS_H</span> +<a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#define _GLXVISUALS_H</span> +<a name="l00033"></a>00033 <span class="preprocessor"></span> +<a name="l00034"></a>00034 <span class="preprocessor">#include <GL/glxint.h></span> +<a name="l00035"></a>00035 +<a name="l00037"></a><a class="code" href="structdmxGlxVisualPrivate.html">00037</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>{ +<a name="l00038"></a><a class="code" href="structdmxGlxVisualPrivate.html#a22b2f774126458d7577f14bc5bdc40fb">00038</a> <span class="keywordtype">int</span> x_visual_depth; +<a name="l00039"></a><a class="code" href="structdmxGlxVisualPrivate.html#a33df80a1990066d8f5a98977efde76de">00039</a> <span class="keywordtype">int</span> x_visual_class; +<a name="l00040"></a>00040 } <a class="code" href="structdmxGlxVisualPrivate.html">dmxGlxVisualPrivate</a>; +<a name="l00041"></a>00041 +<a name="l00042"></a>00042 __GLXvisualConfig *<a class="code" href="dmx__glxvisuals_8c.html#abe57e7081e90397658ffe52225891023">GetGLXVisualConfigs</a>(Display *dpy, +<a name="l00043"></a>00043 <span class="keywordtype">int</span> screen, +<a name="l00044"></a>00044 <span class="keywordtype">int</span> *nconfigs); +<a name="l00045"></a>00045 +<a name="l00046"></a>00046 __GLXFBConfig *<a class="code" href="dmx__glxvisuals_8c.html#a0ec26db964e7f051b0c53fa80f0ca64f">GetGLXFBConfigs</a>(Display *dpy, +<a name="l00047"></a>00047 <span class="keywordtype">int</span> glxMajorOpcode, +<a name="l00048"></a>00048 <span class="keywordtype">int</span> *nconfigs); +<a name="l00049"></a>00049 +<a name="l00050"></a>00050 __GLXvisualConfig *<a class="code" href="dmx__glxvisuals_8c.html#a8c817583455230eb81b38c9fcdf3d363">GetGLXVisualConfigsFromFBConfigs</a>(__GLXFBConfig *fbconfigs, +<a name="l00051"></a>00051 <span class="keywordtype">int</span> nfbconfigs, +<a name="l00052"></a>00052 XVisualInfo *visuals, +<a name="l00053"></a>00053 <span class="keywordtype">int</span> nvisuals, +<a name="l00054"></a>00054 __GLXvisualConfig +<a name="l00055"></a>00055 *glxConfigs, +<a name="l00056"></a>00056 <span class="keywordtype">int</span> nGlxConfigs, +<a name="l00057"></a>00057 <span class="keywordtype">int</span> *nconfigs); +<a name="l00058"></a>00058 +<a name="l00059"></a>00059 <span class="preprocessor">#endif</span> +</pre></div></div> + <hr> + <address> + <small> + Generated June 29, 2004 for <a + href="http://dmx.sourceforge.net">Distributed Multihead X</a> by + <a href="http://www.doxygen.org/index.html">doxygen</a> + 1.3.4. + </small> + </addres> + </hr> + </body> +</html> |