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.7.4 --> 10 <div id="navrow1" class="tabs"> 11 <ul class="tablist"> 12 <li><a href="index.html"><span>Main Page</span></a></li> 13 <li><a href="annotated.html"><span>Data Structures</span></a></li> 14 <li class="current"><a href="files.html"><span>Files</span></a></li> 15 </ul> 16 </div> 17 <div id="navrow2" class="tabs2"> 18 <ul class="tablist"> 19 <li><a href="files.html"><span>File List</span></a></li> 20 <li><a href="globals.html"><span>Globals</span></a></li> 21 </ul> 22 </div> 23</div> 24<div id="side-nav" class="ui-resizable side-nav-resizable"> 25 <div id="nav-tree"> 26 <div id="nav-tree-contents"> 27 </div> 28 </div> 29 <div id="splitbar" style="-moz-user-select:none;" 30 class="ui-resizable-handle"> 31 </div> 32</div> 33<script type="text/javascript"> 34 initNavTree('dmxshadow_8c.html',''); 35</script> 36<div id="doc-content"> 37<div class="header"> 38 <div class="summary"> 39<a href="#func-members">Functions</a> </div> 40 <div class="headertitle"> 41<div class="title">dmxshadow.c File Reference</div> </div> 42</div> 43<div class="contents"> 44<div class="textblock"><code>#include "<a class="el" href="dmx_8h_source.html">dmx.h</a>"</code><br/> 45<code>#include "<a class="el" href="dmxsync_8h_source.html">dmxsync.h</a>"</code><br/> 46<code>#include "<a class="el" href="dmxshadow_8h_source.html">dmxshadow.h</a>"</code><br/> 47</div><table class="memberdecls"> 48<tr><td colspan="2"><h2><a name="func-members"></a> 49Functions</h2></td></tr> 50<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="dmxshadow_8c.html#af2e3c9fd493e63137db512ab54bf1327">dmxShadowUpdateProc</a> (ScreenPtr pScreen, shadowBufPtr pBuf)</td></tr> 51</table> 52<hr/><a name="details" id="details"></a><h2>Detailed Description</h2> 53<div class="textblock"><p>This file provides support for the shadow frame buffer. </p> 54</div><hr/><h2>Function Documentation</h2> 55<a class="anchor" id="af2e3c9fd493e63137db512ab54bf1327"></a><!-- doxytag: member="dmxshadow.c::dmxShadowUpdateProc" ref="af2e3c9fd493e63137db512ab54bf1327" args="(ScreenPtr pScreen, shadowBufPtr pBuf)" --> 56<div class="memitem"> 57<div class="memproto"> 58 <table class="memname"> 59 <tr> 60 <td class="memname">void dmxShadowUpdateProc </td> 61 <td>(</td> 62 <td class="paramtype">ScreenPtr </td> 63 <td class="paramname"><em>pScreen</em>, </td> 64 </tr> 65 <tr> 66 <td class="paramkey"></td> 67 <td></td> 68 <td class="paramtype">shadowBufPtr </td> 69 <td class="paramname"><em>pBuf</em> </td> 70 </tr> 71 <tr> 72 <td></td> 73 <td>)</td> 74 <td></td><td></td> 75 </tr> 76 </table> 77</div> 78<div class="memdoc"> 79<p>Update the screen from the shadow frame buffer. </p> 80 81<p>References <a class="el" href="struct__DMXScreenInfo.html#a756ade62a55a52f163a42db6de54c244">_DMXScreenInfo::beDisplay</a>, <a class="el" href="dmx_8h.html#a3e242a6818df05e547a4776919e3827f">dmxScreens</a>, <a class="el" href="dmxsync_8c.html#ab848762f4d2e30d31b87d3e8e10c5967">dmxSync()</a>, <a class="el" href="struct__DMXScreenInfo.html#a78c03cd265e1c64b0d4028f0b27f99c4">_DMXScreenInfo::scrnWin</a>, <a class="el" href="struct__DMXScreenInfo.html#ae21672a36b84f8268c5e29d82fa07667">_DMXScreenInfo::shadowFBImage</a>, and <a class="el" href="struct__DMXScreenInfo.html#a48314583a4bbbfaa66719330bdf4a91a">_DMXScreenInfo::shadowGC</a>.</p> 82 83<p>Referenced by <a class="el" href="dmxscrinit_8h.html#a673d8a2c038f8ed0da5f910a72a5c4c2">dmxScreenInit()</a>.</p> 84 85</div> 86</div> 87</div> 88</div> 89 <div id="nav-path" class="navpath"> 90 <ul> 91 <li class="navelem"><a class="el" href="dmxshadow_8c.html">dmxshadow.c</a> </li> 92 <hr> 93 <address> 94 <small> 95 Generated June 29, 2004 for <a 96 href="http://dmx.sourceforge.net">Distributed Multihead X</a> by 97 <a href="http://www.doxygen.org/index.html">doxygen</a> 98 1.3.4. 99 </small> 100 </addres> 101 </hr> 102 </body> 103</html> 104