~ubuntu-branches/ubuntu/oneiric/xorg-server/oneiric-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2011-07-05 16:22:23 UTC
  • mfrom: (1.1.44 upstream) (0.11.25 sid)
  • Revision ID: james.westby@ubuntu.com-20110705162223-r7wfqdkwl8zubdjb
Tags: 2:1.10.2.902-1ubuntu1
* Merge from Debian unstable. (LP: #441653)
  - Update 500_xi2.1.patch to apply.
  - Drop patch 218_randr-check-rotated-virtual-size-limits-correctly.diff,
    fixed upstream.
* Update the crtc confinement patch with one that should work, with
  further fixes from upstream. (LP: #389519)
* Dropped a bunch of old Breaks from xserver-xorg-core.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    <link href="doxygen.css" rel="stylesheet" type="text/css">
7
7
  </head>
8
8
  <body>
9
 
<!-- Generated by Doxygen 1.7.3 -->
 
9
<!-- Generated by Doxygen 1.7.4 -->
10
10
  <div id="navrow1" class="tabs">
11
11
    <ul class="tablist">
12
12
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
40
40
<a href="#func-members">Functions</a> &#124;
41
41
<a href="#var-members">Variables</a>  </div>
42
42
  <div class="headertitle">
43
 
<h1>dmxprint.c File Reference</h1>  </div>
 
43
<div class="title">dmxprint.c File Reference</div>  </div>
44
44
</div>
45
45
<div class="contents">
46
46
<div class="textblock"><code>#include &quot;<a class="el" href="dmxconfig_8h_source.html">dmxconfig.h</a>&quot;</code><br/>
86
86
<tr><td class="memItemLeft" align="right" valign="top">static struct <a class="el" href="structstack.html">stack</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dmxprint_8c.html#a85981501fbd26d90c517d5b98c76d6ec">stack</a></td></tr>
87
87
<tr><td class="memItemLeft" align="right" valign="top">static struct <a class="el" href="structstack.html">stack</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dmxprint_8c.html#a32dfc14ba99dbdf0241b5e2e42553fec">initialStack</a></td></tr>
88
88
</table>
89
 
<hr/><a name="_details"></a><h2>Detailed Description</h2>
 
89
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
90
90
<div class="textblock"><p>This file provides support routines and helper functions to be used to pretty-print DMX configurations.</p>
91
91
<p>Because the DMX configuration file parsing should be capable of being used in a stand-alone fashion (i.e., independent from the DMX server source tree), no dependencies on other DMX routines are made. </p>
92
92
</div><hr/><h2>Function Documentation</h2>