diff options
Diffstat (limited to 'xorg-server/hw/dmx/doc/html/struct__DMXEventMap.html')
-rw-r--r-- | xorg-server/hw/dmx/doc/html/struct__DMXEventMap.html | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/xorg-server/hw/dmx/doc/html/struct__DMXEventMap.html b/xorg-server/hw/dmx/doc/html/struct__DMXEventMap.html deleted file mode 100644 index ea95b9c0b..000000000 --- a/xorg-server/hw/dmx/doc/html/struct__DMXEventMap.html +++ /dev/null @@ -1,84 +0,0 @@ -<!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 class="current"><a href="annotated.html"><span>Data Structures</span></a></li> - <li><a href="files.html"><span>Files</span></a></li> - </ul> - </div> - <div class="tabs"> - <ul> - <li><a href="annotated.html"><span>Data Structures</span></a></li> - <li><a href="classes.html"><span>Data Structure Index</span></a></li> - <li><a href="functions.html"><span>Data Fields</span></a></li> - </ul> - </div> -</div> -<div class="contents"> -<h1>_DMXEventMap Struct Reference</h1><!-- doxytag: class="_DMXEventMap" --> -<p><code>#include <<a class="el" href="dmxinputinit_8h_source.html">dmxinputinit.h</a>></code></p> -<table border="0" cellpadding="0" cellspacing="0"> -<tr><td colspan="2"><h2>Data Fields</h2></td></tr> -<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__DMXEventMap.html#aafea1b880cf1b362c7e600b4285c08c3">remote</a></td></tr> -<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__DMXEventMap.html#a6f3626351411d6a9555a16969761ec17">server</a></td></tr> -</table> -<hr/><a name="_details"></a><h2>Detailed Description</h2> -<p>Stores a mapping between the device id on the remote X server and the id on the DMX server </p> -<hr/><h2>Field Documentation</h2> -<a class="anchor" id="aafea1b880cf1b362c7e600b4285c08c3"></a><!-- doxytag: member="_DMXEventMap::remote" ref="aafea1b880cf1b362c7e600b4285c08c3" args="" --> -<div class="memitem"> -<div class="memproto"> - <table class="memname"> - <tr> - <td class="memname">int <a class="el" href="struct__DMXEventMap.html#aafea1b880cf1b362c7e600b4285c08c3">_DMXEventMap::remote</a></td> - </tr> - </table> -</div> -<div class="memdoc"> -<p>Event number on remote X server </p> - -<p>Referenced by <a class="el" href="dmxmap_8c_source.html#l00091">dmxMapClear()</a>, <a class="el" href="dmxmap_8c_source.html#l00062">dmxMapInsert()</a>, and <a class="el" href="dmxmap_8c_source.html#l00104">dmxMapLookup()</a>.</p> - -</div> -</div> -<a class="anchor" id="a6f3626351411d6a9555a16969761ec17"></a><!-- doxytag: member="_DMXEventMap::server" ref="a6f3626351411d6a9555a16969761ec17" args="" --> -<div class="memitem"> -<div class="memproto"> - <table class="memname"> - <tr> - <td class="memname">int <a class="el" href="struct__DMXEventMap.html#a6f3626351411d6a9555a16969761ec17">_DMXEventMap::server</a></td> - </tr> - </table> -</div> -<div class="memdoc"> -<p>Event number (unbiased) on DMX server </p> - -<p>Referenced by <a class="el" href="dmxmap_8c_source.html#l00062">dmxMapInsert()</a>, and <a class="el" href="dmxmap_8c_source.html#l00104">dmxMapLookup()</a>.</p> - -</div> -</div> -<hr/>The documentation for this struct was generated from the following file:<ul> -<li><a class="el" href="dmxinputinit_8h_source.html">dmxinputinit.h</a></li> -</ul> -</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> |