~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to hw/dmx/doc/html/dmxcompat_8c.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<html>
 
3
  <head>
 
4
    <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
 
5
    <title>File Index</title>
 
6
    <link href="doxygen.css" rel="stylesheet" type="text/css">
 
7
  </head>
 
8
  <body>
 
9
<!-- Generated by Doxygen 1.3.4 -->
 
10
<div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 
11
<h1>dmxcompat.c File Reference</h1><code>#include "<a class="el" href="dmxconfig_8h-source.html">dmxconfig.h</a>"</code><br>
 
12
<code>#include "<a class="el" href="dmxparse_8h-source.html">dmxparse.h</a>"</code><br>
 
13
<code>#include "<a class="el" href="dmxcompat_8h-source.html">dmxcompat.h</a>"</code><br>
 
14
<code>#include "parser.h"</code><br>
 
15
<code>#include &lt;stdio.h&gt;</code><br>
 
16
<code>#include &lt;stdlib.h&gt;</code><br>
 
17
<code>#include &lt;string.h&gt;</code><br>
 
18
<code>#include &lt;ctype.h&gt;</code><br>
 
19
<table border=0 cellpadding=0 cellspacing=0>
 
20
<tr><td></td></tr>
 
21
<tr><td colspan=2><br><h2>Functions</h2></td></tr>
 
22
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="struct__DMXConfigEntry.html">DMXConfigEntryPtr</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="dmxcompat_8c.html#a4">dmxVDLRead</a> (const  char *filename)</td></tr>
 
23
 
 
24
</table>
 
25
<hr><a name="_details"></a><h2>Detailed Description</h2>
 
26
This file provides some compatibility support for reading VDL files that are used by xmovie (<a href="http://www.llnl.gov/icc/sdd/img/xmovie/xmovie.shtml">http://www.llnl.gov/icc/sdd/img/xmovie/xmovie.shtml</a>).<p>
 
27
This file is not used by the DMX server.<hr><h2>Function Documentation</h2>
 
28
<a class="anchor" name="a4" doxytag="dmxcompat.c::dmxVDLRead" ></a><p>
 
29
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
30
  <tr>
 
31
    <td class="mdRow">
 
32
      <table cellpadding="0" cellspacing="0" border="0">
 
33
        <tr>
 
34
          <td class="md" nowrap valign="top"> <a class="el" href="struct__DMXConfigEntry.html">DMXConfigEntryPtr</a> dmxVDLRead </td>
 
35
          <td class="md" valign="top">(&nbsp;</td>
 
36
          <td class="md" nowrap valign="top">const char *&nbsp;</td>
 
37
          <td class="mdname1" valign="top" nowrap> <em>filename</em>          </td>
 
38
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
 
39
          <td class="md" nowrap></td>
 
40
        </tr>
 
41
 
 
42
      </table>
 
43
    </td>
 
44
  </tr>
 
45
</table>
 
46
<table cellspacing=5 cellpadding=0 border=0>
 
47
  <tr>
 
48
    <td>
 
49
      &nbsp;
 
50
    </td>
 
51
    <td>
 
52
 
 
53
<p>
 
54
Read from the VDL format <em>filename</em> and return a newly allocated <em>DMXConfigEntryPtr</em>     </td>
 
55
  </tr>
 
56
</table>
 
57
    <hr>
 
58
    <address>
 
59
      <small>
 
60
        Generated June 29, 2004 for <a
 
61
        href="http://dmx.sourceforge.net">Distributed Multihead X</a> by
 
62
        <a href="http://www.doxygen.org/index.html">doxygen</a>
 
63
        1.3.4.
 
64
      </small>
 
65
    </addres>
 
66
    </hr>
 
67
  </body>
 
68
</html>