aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/dmx/doc/html/dmxclient_8h_source.html
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/dmx/doc/html/dmxclient_8h_source.html')
-rw-r--r--xorg-server/hw/dmx/doc/html/dmxclient_8h_source.html172
1 files changed, 172 insertions, 0 deletions
diff --git a/xorg-server/hw/dmx/doc/html/dmxclient_8h_source.html b/xorg-server/hw/dmx/doc/html/dmxclient_8h_source.html
new file mode 100644
index 000000000..1f976b74a
--- /dev/null
+++ b/xorg-server/hw/dmx/doc/html/dmxclient_8h_source.html
@@ -0,0 +1,172 @@
+<!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&nbsp;Page</span></a></li>
+ <li><a href="annotated.html"><span>Data&nbsp;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&nbsp;List</span></a></li>
+ <li><a href="globals.html"><span>Globals</span></a></li>
+ </ul>
+ </div>
+<h1>dmxclient.h</h1><a href="dmxclient_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"> * Copyright (c) 1995 X Consortium</span>
+<a name="l00003"></a>00003 <span class="comment"> * Copyright 2004 Red Hat Inc., Durham, North Carolina.</span>
+<a name="l00004"></a>00004 <span class="comment"> *</span>
+<a name="l00005"></a>00005 <span class="comment"> * All Rights Reserved.</span>
+<a name="l00006"></a>00006 <span class="comment"> *</span>
+<a name="l00007"></a>00007 <span class="comment"> * Permission is hereby granted, free of charge, to any person obtaining</span>
+<a name="l00008"></a>00008 <span class="comment"> * a copy of this software and associated documentation files (the</span>
+<a name="l00009"></a>00009 <span class="comment"> * &quot;Software&quot;), to deal in the Software without restriction, including</span>
+<a name="l00010"></a>00010 <span class="comment"> * without limitation on the rights to use, copy, modify, merge,</span>
+<a name="l00011"></a>00011 <span class="comment"> * publish, distribute, sublicense, and/or sell copies of the Software,</span>
+<a name="l00012"></a>00012 <span class="comment"> * and to permit persons to whom the Software is furnished to do so,</span>
+<a name="l00013"></a>00013 <span class="comment"> * subject to the following conditions:</span>
+<a name="l00014"></a>00014 <span class="comment"> *</span>
+<a name="l00015"></a>00015 <span class="comment"> * The above copyright notice and this permission notice shall be</span>
+<a name="l00016"></a>00016 <span class="comment"> * included in all copies or substantial portions of the Software.</span>
+<a name="l00017"></a>00017 <span class="comment"> *</span>
+<a name="l00018"></a>00018 <span class="comment"> * THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,</span>
+<a name="l00019"></a>00019 <span class="comment"> * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF</span>
+<a name="l00020"></a>00020 <span class="comment"> * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND</span>
+<a name="l00021"></a>00021 <span class="comment"> * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT, THE X CONSORTIUM,</span>
+<a name="l00022"></a>00022 <span class="comment"> * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span>
+<a name="l00023"></a>00023 <span class="comment"> * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,</span>
+<a name="l00024"></a>00024 <span class="comment"> * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR</span>
+<a name="l00025"></a>00025 <span class="comment"> * OTHER DEALINGS IN THE SOFTWARE.</span>
+<a name="l00026"></a>00026 <span class="comment"> *</span>
+<a name="l00027"></a>00027 <span class="comment"> * Except as contained in this notice, the name of the X Consortium</span>
+<a name="l00028"></a>00028 <span class="comment"> * shall not be used in advertising or otherwise to promote the sale,</span>
+<a name="l00029"></a>00029 <span class="comment"> * use or other dealings in this Software without prior written</span>
+<a name="l00030"></a>00030 <span class="comment"> * authorization from the X Consortium.</span>
+<a name="l00031"></a>00031 <span class="comment"> */</span>
+<a name="l00032"></a>00032
+<a name="l00033"></a>00033 <span class="comment">/*</span>
+<a name="l00034"></a>00034 <span class="comment"> * Derived from hw/xnest/Xnest.h by Rickard E. (Rik) Faith &lt;faith@redhat.com&gt;</span>
+<a name="l00035"></a>00035 <span class="comment"> */</span>
+<a name="l00036"></a>00036
+<a name="l00041"></a>00041 <span class="preprocessor">#ifndef _DMXCLIENT_H_</span>
+<a name="l00042"></a>00042 <span class="preprocessor"></span><span class="preprocessor">#define _DMXCLIENT_H_</span>
+<a name="l00043"></a>00043 <span class="preprocessor"></span>
+<a name="l00044"></a><a class="code" href="dmxclient_8h.html#a17dcc767f86e6823829de8f847a5d2d4">00044</a> <span class="preprocessor">#define GC XlibGC</span>
+<a name="l00045"></a>00045 <span class="preprocessor"></span>
+<a name="l00046"></a>00046 <span class="preprocessor">#ifdef _XSERVER64</span>
+<a name="l00047"></a>00047 <span class="preprocessor"></span><span class="preprocessor">#define DMX64</span>
+<a name="l00048"></a>00048 <span class="preprocessor"></span><span class="preprocessor">#undef _XSERVER64</span>
+<a name="l00049"></a>00049 <span class="preprocessor"></span><span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> XID64;
+<a name="l00050"></a>00050 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> Mask64;
+<a name="l00051"></a>00051 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> Atom64;
+<a name="l00052"></a>00052 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> VisualID64;
+<a name="l00053"></a>00053 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> Time64;
+<a name="l00054"></a>00054 <span class="preprocessor">#define XID XID64</span>
+<a name="l00055"></a>00055 <span class="preprocessor"></span><span class="preprocessor">#define Mask Mask64</span>
+<a name="l00056"></a>00056 <span class="preprocessor"></span><span class="preprocessor">#define Atom Atom64</span>
+<a name="l00057"></a>00057 <span class="preprocessor"></span><span class="preprocessor">#define VisualID VisualID64</span>
+<a name="l00058"></a>00058 <span class="preprocessor"></span><span class="preprocessor">#define Time Time64</span>
+<a name="l00059"></a>00059 <span class="preprocessor"></span><span class="keyword">typedef</span> XID Window64;
+<a name="l00060"></a>00060 <span class="keyword">typedef</span> XID Drawable64;
+<a name="l00061"></a>00061 <span class="keyword">typedef</span> XID Font64;
+<a name="l00062"></a>00062 <span class="keyword">typedef</span> XID Pixmap64;
+<a name="l00063"></a>00063 <span class="keyword">typedef</span> XID Cursor64;
+<a name="l00064"></a>00064 <span class="keyword">typedef</span> XID Colormap64;
+<a name="l00065"></a>00065 <span class="keyword">typedef</span> XID GContext64;
+<a name="l00066"></a>00066 <span class="keyword">typedef</span> XID KeySym64;
+<a name="l00067"></a>00067 <span class="preprocessor">#define Window Window64</span>
+<a name="l00068"></a>00068 <span class="preprocessor"></span><span class="preprocessor">#define Drawable Drawable64</span>
+<a name="l00069"></a>00069 <span class="preprocessor"></span><span class="preprocessor">#define Font Font64</span>
+<a name="l00070"></a>00070 <span class="preprocessor"></span><span class="preprocessor">#define Pixmap Pixmap64</span>
+<a name="l00071"></a>00071 <span class="preprocessor"></span><span class="preprocessor">#define Cursor Cursor64</span>
+<a name="l00072"></a>00072 <span class="preprocessor"></span><span class="preprocessor">#define Colormap Colormap64</span>
+<a name="l00073"></a>00073 <span class="preprocessor"></span><span class="preprocessor">#define GContext GContext64</span>
+<a name="l00074"></a>00074 <span class="preprocessor"></span><span class="preprocessor">#define KeySym KeySym64</span>
+<a name="l00075"></a>00075 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
+<a name="l00076"></a>00076 <span class="preprocessor"></span>
+<a name="l00077"></a>00077 <span class="preprocessor">#include &lt;X11/Xlib.h&gt;</span>
+<a name="l00078"></a>00078 <span class="preprocessor">#include &lt;X11/Xlibint.h&gt;</span> <span class="comment">/* For _XExtension */</span>
+<a name="l00079"></a>00079 <span class="preprocessor">#include &lt;X11/X.h&gt;</span> <span class="comment">/* from glxserver.h */</span>
+<a name="l00080"></a>00080 <span class="preprocessor">#include &lt;X11/Xmd.h&gt;</span> <span class="comment">/* from glxserver.h */</span>
+<a name="l00081"></a>00081 <span class="preprocessor">#include &lt;X11/Xproto.h&gt;</span>
+<a name="l00082"></a>00082 <span class="preprocessor">#include &lt;X11/Xutil.h&gt;</span>
+<a name="l00083"></a>00083 <span class="preprocessor">#include &lt;X11/Xatom.h&gt;</span>
+<a name="l00084"></a>00084 <span class="preprocessor">#include &lt;X11/cursorfont.h&gt;</span>
+<a name="l00085"></a>00085 <span class="preprocessor">#include &lt;X11/Xmu/SysUtil.h&gt;</span> <span class="comment">/* For XmuSnprintf */</span>
+<a name="l00086"></a>00086
+<a name="l00087"></a>00087 <span class="preprocessor">#include &lt;X11/extensions/shape.h&gt;</span>
+<a name="l00088"></a>00088
+<a name="l00089"></a>00089 <span class="preprocessor">#ifdef RENDER</span>
+<a name="l00090"></a>00090 <span class="preprocessor"></span><span class="preprocessor">#include &lt;X11/extensions/Xrender.h&gt;</span>
+<a name="l00091"></a>00091 <span class="preprocessor">#undef PictFormatType</span>
+<a name="l00092"></a>00092 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
+<a name="l00093"></a>00093 <span class="preprocessor"></span>
+<a name="l00094"></a>00094 <span class="preprocessor">#include &lt;X11/extensions/XKB.h&gt;</span>
+<a name="l00095"></a>00095 <span class="preprocessor">#include &quot;xkbstr.h&quot;</span>
+<a name="l00096"></a>00096
+<a name="l00097"></a>00097 <span class="preprocessor">#include &lt;X11/extensions/XI.h&gt;</span>
+<a name="l00098"></a>00098
+<a name="l00099"></a>00099 <span class="comment">/* Always include these, since we query them even if we don&apos;t export XINPUT. */</span>
+<a name="l00100"></a>00100 <span class="preprocessor">#include &lt;X11/extensions/XInput.h&gt;</span> <span class="comment">/* For XDevice */</span>
+<a name="l00101"></a>00101 <span class="preprocessor">#include &lt;X11/extensions/Xext.h&gt;</span>
+<a name="l00102"></a>00102
+<a name="l00103"></a>00103 <span class="preprocessor">#undef GC</span>
+<a name="l00104"></a>00104 <span class="preprocessor"></span>
+<a name="l00105"></a>00105 <span class="preprocessor">#ifdef DMX64</span>
+<a name="l00106"></a>00106 <span class="preprocessor"></span><span class="preprocessor">#define _XSERVER64</span>
+<a name="l00107"></a>00107 <span class="preprocessor"></span><span class="preprocessor">#undef XID</span>
+<a name="l00108"></a>00108 <span class="preprocessor"></span><span class="preprocessor">#undef Mask</span>
+<a name="l00109"></a>00109 <span class="preprocessor"></span><span class="preprocessor">#undef Atom</span>
+<a name="l00110"></a>00110 <span class="preprocessor"></span><span class="preprocessor">#undef VisualID</span>
+<a name="l00111"></a>00111 <span class="preprocessor"></span><span class="preprocessor">#undef Time</span>
+<a name="l00112"></a>00112 <span class="preprocessor"></span><span class="preprocessor">#undef Window</span>
+<a name="l00113"></a>00113 <span class="preprocessor"></span><span class="preprocessor">#undef Drawable</span>
+<a name="l00114"></a>00114 <span class="preprocessor"></span><span class="preprocessor">#undef Font</span>
+<a name="l00115"></a>00115 <span class="preprocessor"></span><span class="preprocessor">#undef Pixmap</span>
+<a name="l00116"></a>00116 <span class="preprocessor"></span><span class="preprocessor">#undef Cursor</span>
+<a name="l00117"></a>00117 <span class="preprocessor"></span><span class="preprocessor">#undef Colormap</span>
+<a name="l00118"></a>00118 <span class="preprocessor"></span><span class="preprocessor">#undef GContext</span>
+<a name="l00119"></a>00119 <span class="preprocessor"></span><span class="preprocessor">#undef KeySym</span>
+<a name="l00120"></a>00120 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
+<a name="l00121"></a>00121 <span class="preprocessor"></span>
+<a name="l00122"></a>00122 <span class="comment">/* These are in exglobals.h, but that conflicts with xkbsrv.h */</span>
+<a name="l00123"></a>00123 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="dmxclient_8h.html#ac1fa54a853b3edb8cbf6378dfaa962a6">ProximityIn</a>;
+<a name="l00124"></a>00124 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="dmxclient_8h.html#a606f455d31c949b7f57a51a0e0b5f351">ProximityOut</a>;
+<a name="l00125"></a>00125 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="dmxclient_8h.html#a7008cfdcc3748585492b12a9658278b9">DeviceValuator</a>;
+<a name="l00126"></a>00126 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="dmxclient_8h.html#a989f862a42e735c00e8c23a239920772">DeviceMotionNotify</a>;
+<a name="l00127"></a>00127 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="dmxclient_8h.html#a83d9bb79d3ddadf36469794bf2563482">DeviceFocusIn</a>;
+<a name="l00128"></a>00128 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="dmxclient_8h.html#a5da5340a54a4f158c507ee002c4b3824">DeviceFocusOut</a>;
+<a name="l00129"></a>00129 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="dmxclient_8h.html#a7212800e5b127f95425fb860bb2dcbdf">DeviceStateNotify</a>;
+<a name="l00130"></a>00130 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="dmxclient_8h.html#a232c73ad30bfc3116842076bd6fc1151">DeviceMappingNotify</a>;
+<a name="l00131"></a>00131 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="dmxclient_8h.html#a9cdf1d1f5958572f162e6c5d5c19d4a4">ChangeDeviceNotify</a>;
+<a name="l00132"></a>00132
+<a name="l00133"></a>00133 <span class="comment">/* Some protocol gets included last, after undefines. */</span>
+<a name="l00134"></a>00134 <span class="preprocessor">#include &lt;X11/XKBlib.h&gt;</span>
+<a name="l00135"></a>00135 <span class="preprocessor">#include &lt;X11/extensions/XKBproto.h&gt;</span>
+<a name="l00136"></a>00136 <span class="preprocessor">#include &quot;xkbstr.h&quot;</span>
+<a name="l00137"></a>00137 <span class="preprocessor">#undef XPointer</span>
+<a name="l00138"></a>00138 <span class="preprocessor"></span><span class="preprocessor">#include &lt;X11/extensions/XIproto.h&gt;</span>
+<a name="l00139"></a>00139
+<a name="l00140"></a>00140 <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>