Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > 58a5f3d803fcd041752d5bc97926d66b > files > 113

libxcb-doc-1.7-2.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>XCB: shm.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">XCB&#160;<span id="projectnumber">1.7</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<h1>shm.h</h1>  </div>
</div>
<div class="contents">
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * This file generated automatically from shm.xml by c_client.py.</span>
<a name="l00003"></a>00003 <span class="comment"> * Edit at your peril.</span>
<a name="l00004"></a>00004 <span class="comment"> */</span>
<a name="l00005"></a>00005 
<a name="l00012"></a>00012 <span class="preprocessor">#ifndef __SHM_H</span>
<a name="l00013"></a>00013 <span class="preprocessor"></span><span class="preprocessor">#define __SHM_H</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span>
<a name="l00015"></a>00015 <span class="preprocessor">#include &quot;<a class="code" href="xcb_8h.html">xcb.h</a>&quot;</span>
<a name="l00016"></a>00016 <span class="preprocessor">#include &quot;xproto.h&quot;</span>
<a name="l00017"></a>00017 
<a name="l00018"></a>00018 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {
<a name="l00020"></a>00020 <span class="preprocessor">#endif</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span>
<a name="l00022"></a>00022 <span class="preprocessor">#define XCB_SHM_MAJOR_VERSION 1</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="preprocessor">#define XCB_SHM_MINOR_VERSION 1</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>  
<a name="l00025"></a>00025 <span class="keyword">extern</span> <a class="code" href="structxcb__extension__t.html">xcb_extension_t</a> xcb_shm_id;
<a name="l00026"></a>00026 
<a name="l00027"></a>00027 <span class="keyword">typedef</span> uint32_t xcb_shm_seg_t;
<a name="l00028"></a>00028 
<a name="l00032"></a><a class="code" href="structxcb__shm__seg__iterator__t.html">00032</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__shm__seg__iterator__t.html" title="xcb_shm_seg_iterator_t">xcb_shm_seg_iterator_t</a> {
<a name="l00033"></a><a class="code" href="structxcb__shm__seg__iterator__t.html#a20273f359a1dca67132e06a8d0e519d1">00033</a>     xcb_shm_seg_t *<a class="code" href="structxcb__shm__seg__iterator__t.html#a20273f359a1dca67132e06a8d0e519d1">data</a>; 
<a name="l00034"></a><a class="code" href="structxcb__shm__seg__iterator__t.html#ae9e97a34b63e1d8e940f2f9b3ae61b53">00034</a>     <span class="keywordtype">int</span>            <a class="code" href="structxcb__shm__seg__iterator__t.html#ae9e97a34b63e1d8e940f2f9b3ae61b53">rem</a>; 
<a name="l00035"></a><a class="code" href="structxcb__shm__seg__iterator__t.html#af555558a92d48925df4e3aa4d1e6821b">00035</a>     <span class="keywordtype">int</span>            <a class="code" href="structxcb__shm__seg__iterator__t.html#af555558a92d48925df4e3aa4d1e6821b">index</a>; 
<a name="l00036"></a>00036 } <a class="code" href="group__XCB__Shm__API.html#ga20fd7e0d8e4a9583e8683d7bedbd58fe" title="xcb_shm_seg_iterator_t">xcb_shm_seg_iterator_t</a>;
<a name="l00037"></a>00037 
<a name="l00039"></a><a class="code" href="group__XCB__Shm__API.html#ga277c2b6cf22d22cb17c71d97720ec3d6">00039</a> <span class="preprocessor">#define XCB_SHM_COMPLETION 0</span>
<a name="l00040"></a>00040 <span class="preprocessor"></span>
<a name="l00044"></a><a class="code" href="structxcb__shm__completion__event__t.html">00044</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__shm__completion__event__t.html" title="xcb_shm_completion_event_t">xcb_shm_completion_event_t</a> {
<a name="l00045"></a><a class="code" href="structxcb__shm__completion__event__t.html#acc65ddbbc8593d67ef9859e29fda6bef">00045</a>     uint8_t        <a class="code" href="structxcb__shm__completion__event__t.html#acc65ddbbc8593d67ef9859e29fda6bef">response_type</a>; 
<a name="l00046"></a><a class="code" href="structxcb__shm__completion__event__t.html#a4de8d4235b388ff3a573ae05cdfb2dc0">00046</a>     uint8_t        <a class="code" href="structxcb__shm__completion__event__t.html#a4de8d4235b388ff3a573ae05cdfb2dc0">pad0</a>; 
<a name="l00047"></a><a class="code" href="structxcb__shm__completion__event__t.html#a8cbaa9fa47e4601a1691ac122168aa0c">00047</a>     uint16_t       <a class="code" href="structxcb__shm__completion__event__t.html#a8cbaa9fa47e4601a1691ac122168aa0c">sequence</a>; 
<a name="l00048"></a><a class="code" href="structxcb__shm__completion__event__t.html#a285c0a3ab1fa2e667ef344a73625b240">00048</a>     xcb_drawable_t <a class="code" href="structxcb__shm__completion__event__t.html#a285c0a3ab1fa2e667ef344a73625b240">drawable</a>; 
<a name="l00049"></a><a class="code" href="structxcb__shm__completion__event__t.html#abcbff3f27475e220ad578c4ce7a7d81d">00049</a>     uint16_t       <a class="code" href="structxcb__shm__completion__event__t.html#abcbff3f27475e220ad578c4ce7a7d81d">minor_event</a>; 
<a name="l00050"></a><a class="code" href="structxcb__shm__completion__event__t.html#a5ed92b434f6fd768a4547bbae02c1d7f">00050</a>     uint8_t        <a class="code" href="structxcb__shm__completion__event__t.html#a5ed92b434f6fd768a4547bbae02c1d7f">major_event</a>; 
<a name="l00051"></a><a class="code" href="structxcb__shm__completion__event__t.html#a6236c032c7a4be047b60f44cdffbd5b5">00051</a>     uint8_t        <a class="code" href="structxcb__shm__completion__event__t.html#a6236c032c7a4be047b60f44cdffbd5b5">pad1</a>; 
<a name="l00052"></a><a class="code" href="structxcb__shm__completion__event__t.html#aca5f5886c57d0502cc409fd4704a0081">00052</a>     xcb_shm_seg_t  <a class="code" href="structxcb__shm__completion__event__t.html#aca5f5886c57d0502cc409fd4704a0081">shmseg</a>; 
<a name="l00053"></a><a class="code" href="structxcb__shm__completion__event__t.html#abca293fec17d6cf8db1e092a486c326e">00053</a>     uint32_t       <a class="code" href="structxcb__shm__completion__event__t.html#abca293fec17d6cf8db1e092a486c326e">offset</a>; 
<a name="l00054"></a>00054 } <a class="code" href="group__XCB__Shm__API.html#gad7e7dd14876dfadccec1cda9e4114808" title="xcb_shm_completion_event_t">xcb_shm_completion_event_t</a>;
<a name="l00055"></a>00055 
<a name="l00057"></a><a class="code" href="group__XCB__Shm__API.html#ga6ba9ab57de93b1810d9885fea3c94c29">00057</a> <span class="preprocessor">#define XCB_SHM_BAD_SEG 0</span>
<a name="l00058"></a>00058 <span class="preprocessor"></span>
<a name="l00059"></a>00059 <span class="keyword">typedef</span> <a class="code" href="structxcb__value__error__t.html" title="xcb_value_error_t">xcb_value_error_t</a> <a class="code" href="structxcb__value__error__t.html" title="xcb_value_error_t">xcb_shm_bad_seg_error_t</a>;
<a name="l00060"></a>00060 
<a name="l00064"></a><a class="code" href="structxcb__shm__query__version__cookie__t.html">00064</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__shm__query__version__cookie__t.html" title="xcb_shm_query_version_cookie_t">xcb_shm_query_version_cookie_t</a> {
<a name="l00065"></a><a class="code" href="structxcb__shm__query__version__cookie__t.html#ae90b406bc565bbc5825642076c692092">00065</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__shm__query__version__cookie__t.html#ae90b406bc565bbc5825642076c692092">sequence</a>; 
<a name="l00066"></a>00066 } <a class="code" href="group__XCB__Shm__API.html#ga967efac749b49b3924381a83a577f6e6" title="xcb_shm_query_version_cookie_t">xcb_shm_query_version_cookie_t</a>;
<a name="l00067"></a>00067 
<a name="l00069"></a><a class="code" href="group__XCB__Shm__API.html#ga82bff40f15876a1b64c29d70c465cb13">00069</a> <span class="preprocessor">#define XCB_SHM_QUERY_VERSION 0</span>
<a name="l00070"></a>00070 <span class="preprocessor"></span>
<a name="l00074"></a><a class="code" href="structxcb__shm__query__version__request__t.html">00074</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__shm__query__version__request__t.html" title="xcb_shm_query_version_request_t">xcb_shm_query_version_request_t</a> {
<a name="l00075"></a><a class="code" href="structxcb__shm__query__version__request__t.html#a7359ed6a2e2333f162d0afcaa8db4fab">00075</a>     uint8_t  <a class="code" href="structxcb__shm__query__version__request__t.html#a7359ed6a2e2333f162d0afcaa8db4fab">major_opcode</a>; 
<a name="l00076"></a><a class="code" href="structxcb__shm__query__version__request__t.html#a59dda49247d92c951f13475dc75af6bf">00076</a>     uint8_t  <a class="code" href="structxcb__shm__query__version__request__t.html#a59dda49247d92c951f13475dc75af6bf">minor_opcode</a>; 
<a name="l00077"></a><a class="code" href="structxcb__shm__query__version__request__t.html#af79de41a57bfd992fc8c1571ee0783b6">00077</a>     uint16_t <a class="code" href="structxcb__shm__query__version__request__t.html#af79de41a57bfd992fc8c1571ee0783b6">length</a>; 
<a name="l00078"></a>00078 } <a class="code" href="group__XCB__Shm__API.html#gaaf93d81e9d54f6f4fc5262924a4bf89e" title="xcb_shm_query_version_request_t">xcb_shm_query_version_request_t</a>;
<a name="l00079"></a>00079 
<a name="l00083"></a><a class="code" href="structxcb__shm__query__version__reply__t.html">00083</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__shm__query__version__reply__t.html" title="xcb_shm_query_version_reply_t">xcb_shm_query_version_reply_t</a> {
<a name="l00084"></a><a class="code" href="structxcb__shm__query__version__reply__t.html#af22bc9677dd97289a383cd7e7740fd82">00084</a>     uint8_t  <a class="code" href="structxcb__shm__query__version__reply__t.html#af22bc9677dd97289a383cd7e7740fd82">response_type</a>; 
<a name="l00085"></a><a class="code" href="structxcb__shm__query__version__reply__t.html#aa406170ca4f7c2b5626b758e755d2cf8">00085</a>     uint8_t  <a class="code" href="structxcb__shm__query__version__reply__t.html#aa406170ca4f7c2b5626b758e755d2cf8">shared_pixmaps</a>; 
<a name="l00086"></a><a class="code" href="structxcb__shm__query__version__reply__t.html#aec6c0b01a0b8f4c5bc45d6a472453d06">00086</a>     uint16_t <a class="code" href="structxcb__shm__query__version__reply__t.html#aec6c0b01a0b8f4c5bc45d6a472453d06">sequence</a>; 
<a name="l00087"></a><a class="code" href="structxcb__shm__query__version__reply__t.html#ad68da9a4cfc8751c4215d036236bcf85">00087</a>     uint32_t <a class="code" href="structxcb__shm__query__version__reply__t.html#ad68da9a4cfc8751c4215d036236bcf85">length</a>; 
<a name="l00088"></a><a class="code" href="structxcb__shm__query__version__reply__t.html#a4304e9d05225156fcc06149d61ceb661">00088</a>     uint16_t <a class="code" href="structxcb__shm__query__version__reply__t.html#a4304e9d05225156fcc06149d61ceb661">major_version</a>; 
<a name="l00089"></a><a class="code" href="structxcb__shm__query__version__reply__t.html#a42f5b977a5f6efce79bca249b54beb8a">00089</a>     uint16_t <a class="code" href="structxcb__shm__query__version__reply__t.html#a42f5b977a5f6efce79bca249b54beb8a">minor_version</a>; 
<a name="l00090"></a><a class="code" href="structxcb__shm__query__version__reply__t.html#adc3aeb4defe145f2d909aea7d51bc188">00090</a>     uint16_t <a class="code" href="structxcb__shm__query__version__reply__t.html#adc3aeb4defe145f2d909aea7d51bc188">uid</a>; 
<a name="l00091"></a><a class="code" href="structxcb__shm__query__version__reply__t.html#a2473f45b4a6e799a52b53f0e0a085d97">00091</a>     uint16_t <a class="code" href="structxcb__shm__query__version__reply__t.html#a2473f45b4a6e799a52b53f0e0a085d97">gid</a>; 
<a name="l00092"></a><a class="code" href="structxcb__shm__query__version__reply__t.html#a458bc1521b8602be6ec0e6b45101f675">00092</a>     uint8_t  <a class="code" href="structxcb__shm__query__version__reply__t.html#a458bc1521b8602be6ec0e6b45101f675">pixmap_format</a>; 
<a name="l00093"></a><a class="code" href="structxcb__shm__query__version__reply__t.html#a97bbbc873ab5985ead1094e0e55c0c10">00093</a>     uint8_t  <a class="code" href="structxcb__shm__query__version__reply__t.html#a97bbbc873ab5985ead1094e0e55c0c10">pad0</a>[15]; 
<a name="l00094"></a>00094 } <a class="code" href="group__XCB__Shm__API.html#ga72faabc08f2fe2bd1d9e4df24db3226b" title="xcb_shm_query_version_reply_t">xcb_shm_query_version_reply_t</a>;
<a name="l00095"></a>00095 
<a name="l00097"></a><a class="code" href="group__XCB__Shm__API.html#ga79952997d3ffacc8231f2225b709546e">00097</a> <span class="preprocessor">#define XCB_SHM_ATTACH 1</span>
<a name="l00098"></a>00098 <span class="preprocessor"></span>
<a name="l00102"></a><a class="code" href="structxcb__shm__attach__request__t.html">00102</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__shm__attach__request__t.html" title="xcb_shm_attach_request_t">xcb_shm_attach_request_t</a> {
<a name="l00103"></a><a class="code" href="structxcb__shm__attach__request__t.html#a1e2530297d8c0ef44c70f11e8ee7e5fb">00103</a>     uint8_t       <a class="code" href="structxcb__shm__attach__request__t.html#a1e2530297d8c0ef44c70f11e8ee7e5fb">major_opcode</a>; 
<a name="l00104"></a><a class="code" href="structxcb__shm__attach__request__t.html#a72cf9f5b3dcc2c474236a1145be8b603">00104</a>     uint8_t       <a class="code" href="structxcb__shm__attach__request__t.html#a72cf9f5b3dcc2c474236a1145be8b603">minor_opcode</a>; 
<a name="l00105"></a><a class="code" href="structxcb__shm__attach__request__t.html#a8a28a1ac889422b41f0e3a3b10234e79">00105</a>     uint16_t      <a class="code" href="structxcb__shm__attach__request__t.html#a8a28a1ac889422b41f0e3a3b10234e79">length</a>; 
<a name="l00106"></a><a class="code" href="structxcb__shm__attach__request__t.html#a080e3b48fca39f5e8b8e8f71f5cbbb6c">00106</a>     xcb_shm_seg_t <a class="code" href="structxcb__shm__attach__request__t.html#a080e3b48fca39f5e8b8e8f71f5cbbb6c">shmseg</a>; 
<a name="l00107"></a><a class="code" href="structxcb__shm__attach__request__t.html#a2eef6e7fb8f1ea0fb82770a1517beb2b">00107</a>     uint32_t      <a class="code" href="structxcb__shm__attach__request__t.html#a2eef6e7fb8f1ea0fb82770a1517beb2b">shmid</a>; 
<a name="l00108"></a><a class="code" href="structxcb__shm__attach__request__t.html#a1b54fe18d11b19651b1e63c2650dc6a9">00108</a>     uint8_t       <a class="code" href="structxcb__shm__attach__request__t.html#a1b54fe18d11b19651b1e63c2650dc6a9">read_only</a>; 
<a name="l00109"></a><a class="code" href="structxcb__shm__attach__request__t.html#a0dd0c475f072ddbb1db4056f535f8a67">00109</a>     uint8_t       <a class="code" href="structxcb__shm__attach__request__t.html#a0dd0c475f072ddbb1db4056f535f8a67">pad0</a>[3]; 
<a name="l00110"></a>00110 } <a class="code" href="group__XCB__Shm__API.html#ga128bf62f11117c6de6c0d20751c95b84" title="xcb_shm_attach_request_t">xcb_shm_attach_request_t</a>;
<a name="l00111"></a>00111 
<a name="l00113"></a><a class="code" href="group__XCB__Shm__API.html#gafe391a8b221eb8c93c0f76ec1c178ecb">00113</a> <span class="preprocessor">#define XCB_SHM_DETACH 2</span>
<a name="l00114"></a>00114 <span class="preprocessor"></span>
<a name="l00118"></a><a class="code" href="structxcb__shm__detach__request__t.html">00118</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__shm__detach__request__t.html" title="xcb_shm_detach_request_t">xcb_shm_detach_request_t</a> {
<a name="l00119"></a><a class="code" href="structxcb__shm__detach__request__t.html#ac7b3a7e86e710c1fbd5d9374662ad8f4">00119</a>     uint8_t       <a class="code" href="structxcb__shm__detach__request__t.html#ac7b3a7e86e710c1fbd5d9374662ad8f4">major_opcode</a>; 
<a name="l00120"></a><a class="code" href="structxcb__shm__detach__request__t.html#af818f9254af759aaca86e16f193dde7e">00120</a>     uint8_t       <a class="code" href="structxcb__shm__detach__request__t.html#af818f9254af759aaca86e16f193dde7e">minor_opcode</a>; 
<a name="l00121"></a><a class="code" href="structxcb__shm__detach__request__t.html#a14a0d43b051fd9dea3ec1eaa28ecc06c">00121</a>     uint16_t      <a class="code" href="structxcb__shm__detach__request__t.html#a14a0d43b051fd9dea3ec1eaa28ecc06c">length</a>; 
<a name="l00122"></a><a class="code" href="structxcb__shm__detach__request__t.html#a045d416bd8eec3826699248643513db7">00122</a>     xcb_shm_seg_t <a class="code" href="structxcb__shm__detach__request__t.html#a045d416bd8eec3826699248643513db7">shmseg</a>; 
<a name="l00123"></a>00123 } <a class="code" href="group__XCB__Shm__API.html#ga45bdefba660bab7d259fc693f09e6796" title="xcb_shm_detach_request_t">xcb_shm_detach_request_t</a>;
<a name="l00124"></a>00124 
<a name="l00126"></a><a class="code" href="group__XCB__Shm__API.html#ga72c8c51b29ad1f5e1c6abfddab260fed">00126</a> <span class="preprocessor">#define XCB_SHM_PUT_IMAGE 3</span>
<a name="l00127"></a>00127 <span class="preprocessor"></span>
<a name="l00131"></a><a class="code" href="structxcb__shm__put__image__request__t.html">00131</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__shm__put__image__request__t.html" title="xcb_shm_put_image_request_t">xcb_shm_put_image_request_t</a> {
<a name="l00132"></a><a class="code" href="structxcb__shm__put__image__request__t.html#a55b658c1ee3241c541249bfd98e9a2a2">00132</a>     uint8_t        <a class="code" href="structxcb__shm__put__image__request__t.html#a55b658c1ee3241c541249bfd98e9a2a2">major_opcode</a>; 
<a name="l00133"></a><a class="code" href="structxcb__shm__put__image__request__t.html#a7196b0984f774dc530b15f85e7471499">00133</a>     uint8_t        <a class="code" href="structxcb__shm__put__image__request__t.html#a7196b0984f774dc530b15f85e7471499">minor_opcode</a>; 
<a name="l00134"></a><a class="code" href="structxcb__shm__put__image__request__t.html#a0f5c10cf9723c887a14a548ff6c3eca7">00134</a>     uint16_t       <a class="code" href="structxcb__shm__put__image__request__t.html#a0f5c10cf9723c887a14a548ff6c3eca7">length</a>; 
<a name="l00135"></a><a class="code" href="structxcb__shm__put__image__request__t.html#a80fe4a41581eba4c18929f165fa2f3bb">00135</a>     xcb_drawable_t <a class="code" href="structxcb__shm__put__image__request__t.html#a80fe4a41581eba4c18929f165fa2f3bb">drawable</a>; 
<a name="l00136"></a><a class="code" href="structxcb__shm__put__image__request__t.html#a5554ae141c3f31753c41cae1da47d0c0">00136</a>     xcb_gcontext_t <a class="code" href="structxcb__shm__put__image__request__t.html#a5554ae141c3f31753c41cae1da47d0c0">gc</a>; 
<a name="l00137"></a><a class="code" href="structxcb__shm__put__image__request__t.html#a4e796cec610ff1aa377fb305dbbcbdf6">00137</a>     uint16_t       <a class="code" href="structxcb__shm__put__image__request__t.html#a4e796cec610ff1aa377fb305dbbcbdf6">total_width</a>; 
<a name="l00138"></a><a class="code" href="structxcb__shm__put__image__request__t.html#a1fcaf04c0499c450d64bd1fb203a7941">00138</a>     uint16_t       <a class="code" href="structxcb__shm__put__image__request__t.html#a1fcaf04c0499c450d64bd1fb203a7941">total_height</a>; 
<a name="l00139"></a><a class="code" href="structxcb__shm__put__image__request__t.html#af7d729f2510e98db581cdd2e9ed820a9">00139</a>     uint16_t       <a class="code" href="structxcb__shm__put__image__request__t.html#af7d729f2510e98db581cdd2e9ed820a9">src_x</a>; 
<a name="l00140"></a><a class="code" href="structxcb__shm__put__image__request__t.html#afa40ea1ce35e4fdd9d49aa9000293b11">00140</a>     uint16_t       <a class="code" href="structxcb__shm__put__image__request__t.html#afa40ea1ce35e4fdd9d49aa9000293b11">src_y</a>; 
<a name="l00141"></a><a class="code" href="structxcb__shm__put__image__request__t.html#a334d45c752aa06d0532d46c234b00865">00141</a>     uint16_t       <a class="code" href="structxcb__shm__put__image__request__t.html#a334d45c752aa06d0532d46c234b00865">src_width</a>; 
<a name="l00142"></a><a class="code" href="structxcb__shm__put__image__request__t.html#ad488d80f90ce33401dd3ee2e60112e09">00142</a>     uint16_t       <a class="code" href="structxcb__shm__put__image__request__t.html#ad488d80f90ce33401dd3ee2e60112e09">src_height</a>; 
<a name="l00143"></a><a class="code" href="structxcb__shm__put__image__request__t.html#a58549f3e86cbf29b597feb5522bc6313">00143</a>     int16_t        <a class="code" href="structxcb__shm__put__image__request__t.html#a58549f3e86cbf29b597feb5522bc6313">dst_x</a>; 
<a name="l00144"></a><a class="code" href="structxcb__shm__put__image__request__t.html#ab1bfb445ef4017af1c9d626be5cf6296">00144</a>     int16_t        <a class="code" href="structxcb__shm__put__image__request__t.html#ab1bfb445ef4017af1c9d626be5cf6296">dst_y</a>; 
<a name="l00145"></a><a class="code" href="structxcb__shm__put__image__request__t.html#a3f59dd9b7d670ace0a7415ad77362396">00145</a>     uint8_t        <a class="code" href="structxcb__shm__put__image__request__t.html#a3f59dd9b7d670ace0a7415ad77362396">depth</a>; 
<a name="l00146"></a><a class="code" href="structxcb__shm__put__image__request__t.html#a16c2f07240f44dad356284db798db2f8">00146</a>     uint8_t        <a class="code" href="structxcb__shm__put__image__request__t.html#a16c2f07240f44dad356284db798db2f8">format</a>; 
<a name="l00147"></a><a class="code" href="structxcb__shm__put__image__request__t.html#ad82067fcc5aa7a05052bd2e49cfad67e">00147</a>     uint8_t        <a class="code" href="structxcb__shm__put__image__request__t.html#ad82067fcc5aa7a05052bd2e49cfad67e">send_event</a>; 
<a name="l00148"></a><a class="code" href="structxcb__shm__put__image__request__t.html#a61701216b23ed1dcfe08e8884268c00b">00148</a>     uint8_t        <a class="code" href="structxcb__shm__put__image__request__t.html#a61701216b23ed1dcfe08e8884268c00b">pad0</a>; 
<a name="l00149"></a><a class="code" href="structxcb__shm__put__image__request__t.html#a0d3e54c1610925359a56e3fd46ef130c">00149</a>     xcb_shm_seg_t  <a class="code" href="structxcb__shm__put__image__request__t.html#a0d3e54c1610925359a56e3fd46ef130c">shmseg</a>; 
<a name="l00150"></a><a class="code" href="structxcb__shm__put__image__request__t.html#a48dd12a599a2703a8cb169bc4bc07c97">00150</a>     uint32_t       <a class="code" href="structxcb__shm__put__image__request__t.html#a48dd12a599a2703a8cb169bc4bc07c97">offset</a>; 
<a name="l00151"></a>00151 } <a class="code" href="group__XCB__Shm__API.html#ga6bda38a82133eb25a27836ffeeaa40ea" title="xcb_shm_put_image_request_t">xcb_shm_put_image_request_t</a>;
<a name="l00152"></a>00152 
<a name="l00156"></a><a class="code" href="structxcb__shm__get__image__cookie__t.html">00156</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__shm__get__image__cookie__t.html" title="xcb_shm_get_image_cookie_t">xcb_shm_get_image_cookie_t</a> {
<a name="l00157"></a><a class="code" href="structxcb__shm__get__image__cookie__t.html#af4612c6888287e572daa5c87ba8630fb">00157</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__shm__get__image__cookie__t.html#af4612c6888287e572daa5c87ba8630fb">sequence</a>; 
<a name="l00158"></a>00158 } <a class="code" href="group__XCB__Shm__API.html#ga176955bf8521b834bf52574130f74341" title="xcb_shm_get_image_cookie_t">xcb_shm_get_image_cookie_t</a>;
<a name="l00159"></a>00159 
<a name="l00161"></a><a class="code" href="group__XCB__Shm__API.html#gaf8f13cdfc8b02709dd920f30a4468fe7">00161</a> <span class="preprocessor">#define XCB_SHM_GET_IMAGE 4</span>
<a name="l00162"></a>00162 <span class="preprocessor"></span>
<a name="l00166"></a><a class="code" href="structxcb__shm__get__image__request__t.html">00166</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__shm__get__image__request__t.html" title="xcb_shm_get_image_request_t">xcb_shm_get_image_request_t</a> {
<a name="l00167"></a><a class="code" href="structxcb__shm__get__image__request__t.html#aa0494739f3bebae1e5b6b12c26353432">00167</a>     uint8_t        <a class="code" href="structxcb__shm__get__image__request__t.html#aa0494739f3bebae1e5b6b12c26353432">major_opcode</a>; 
<a name="l00168"></a><a class="code" href="structxcb__shm__get__image__request__t.html#aeccda5043de8a064b74035d0ad3498c7">00168</a>     uint8_t        <a class="code" href="structxcb__shm__get__image__request__t.html#aeccda5043de8a064b74035d0ad3498c7">minor_opcode</a>; 
<a name="l00169"></a><a class="code" href="structxcb__shm__get__image__request__t.html#a8f856145596224815431ef1f0e8b7d2a">00169</a>     uint16_t       <a class="code" href="structxcb__shm__get__image__request__t.html#a8f856145596224815431ef1f0e8b7d2a">length</a>; 
<a name="l00170"></a><a class="code" href="structxcb__shm__get__image__request__t.html#a8522e4c01aef57cad8419098372a63cc">00170</a>     xcb_drawable_t <a class="code" href="structxcb__shm__get__image__request__t.html#a8522e4c01aef57cad8419098372a63cc">drawable</a>; 
<a name="l00171"></a><a class="code" href="structxcb__shm__get__image__request__t.html#ad813a04a745a4977eaf357fbec1a689a">00171</a>     int16_t        <a class="code" href="structxcb__shm__get__image__request__t.html#ad813a04a745a4977eaf357fbec1a689a">x</a>; 
<a name="l00172"></a><a class="code" href="structxcb__shm__get__image__request__t.html#ae0d73c73b1a456eede421060a7377ba0">00172</a>     int16_t        <a class="code" href="structxcb__shm__get__image__request__t.html#ae0d73c73b1a456eede421060a7377ba0">y</a>; 
<a name="l00173"></a><a class="code" href="structxcb__shm__get__image__request__t.html#ad83ace2749107d5a2c9fd8ccb28577d7">00173</a>     uint16_t       <a class="code" href="structxcb__shm__get__image__request__t.html#ad83ace2749107d5a2c9fd8ccb28577d7">width</a>; 
<a name="l00174"></a><a class="code" href="structxcb__shm__get__image__request__t.html#a938b713d8caa5e0bed55f22c7f23feee">00174</a>     uint16_t       <a class="code" href="structxcb__shm__get__image__request__t.html#a938b713d8caa5e0bed55f22c7f23feee">height</a>; 
<a name="l00175"></a><a class="code" href="structxcb__shm__get__image__request__t.html#af2f47a449e16100276212e304c99ef14">00175</a>     uint32_t       <a class="code" href="structxcb__shm__get__image__request__t.html#af2f47a449e16100276212e304c99ef14">plane_mask</a>; 
<a name="l00176"></a><a class="code" href="structxcb__shm__get__image__request__t.html#a6ffe552162710514145fa9817c9afd4a">00176</a>     uint8_t        <a class="code" href="structxcb__shm__get__image__request__t.html#a6ffe552162710514145fa9817c9afd4a">format</a>; 
<a name="l00177"></a><a class="code" href="structxcb__shm__get__image__request__t.html#a02bcba78c36b1cd9572d9c67e6729530">00177</a>     uint8_t        <a class="code" href="structxcb__shm__get__image__request__t.html#a02bcba78c36b1cd9572d9c67e6729530">pad0</a>[3]; 
<a name="l00178"></a><a class="code" href="structxcb__shm__get__image__request__t.html#a7366d0b182670f560b638650cc3f569f">00178</a>     xcb_shm_seg_t  <a class="code" href="structxcb__shm__get__image__request__t.html#a7366d0b182670f560b638650cc3f569f">shmseg</a>; 
<a name="l00179"></a><a class="code" href="structxcb__shm__get__image__request__t.html#a3cdb68e69374cf2e8706c40b1f43df56">00179</a>     uint32_t       <a class="code" href="structxcb__shm__get__image__request__t.html#a3cdb68e69374cf2e8706c40b1f43df56">offset</a>; 
<a name="l00180"></a>00180 } <a class="code" href="group__XCB__Shm__API.html#gad1d84a2ad2370ee2f9adf265753f9b58" title="xcb_shm_get_image_request_t">xcb_shm_get_image_request_t</a>;
<a name="l00181"></a>00181 
<a name="l00185"></a><a class="code" href="structxcb__shm__get__image__reply__t.html">00185</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__shm__get__image__reply__t.html" title="xcb_shm_get_image_reply_t">xcb_shm_get_image_reply_t</a> {
<a name="l00186"></a><a class="code" href="structxcb__shm__get__image__reply__t.html#ad43b50b33e9b6b19b4e431465b29b8e6">00186</a>     uint8_t        <a class="code" href="structxcb__shm__get__image__reply__t.html#ad43b50b33e9b6b19b4e431465b29b8e6">response_type</a>; 
<a name="l00187"></a><a class="code" href="structxcb__shm__get__image__reply__t.html#ad4b16258db79fa9beffd53cc4cb2689a">00187</a>     uint8_t        <a class="code" href="structxcb__shm__get__image__reply__t.html#ad4b16258db79fa9beffd53cc4cb2689a">depth</a>; 
<a name="l00188"></a><a class="code" href="structxcb__shm__get__image__reply__t.html#ace5011870805ae15ba6b69aa51c4b5f0">00188</a>     uint16_t       <a class="code" href="structxcb__shm__get__image__reply__t.html#ace5011870805ae15ba6b69aa51c4b5f0">sequence</a>; 
<a name="l00189"></a><a class="code" href="structxcb__shm__get__image__reply__t.html#af7e91a56f67a70b99a229f0851bc6632">00189</a>     uint32_t       <a class="code" href="structxcb__shm__get__image__reply__t.html#af7e91a56f67a70b99a229f0851bc6632">length</a>; 
<a name="l00190"></a><a class="code" href="structxcb__shm__get__image__reply__t.html#a636f776d2cc13684f2b3bad209165a28">00190</a>     xcb_visualid_t <a class="code" href="structxcb__shm__get__image__reply__t.html#a636f776d2cc13684f2b3bad209165a28">visual</a>; 
<a name="l00191"></a><a class="code" href="structxcb__shm__get__image__reply__t.html#ac5b5cef1cf6f75de556c7ae5f0416f7f">00191</a>     uint32_t       <a class="code" href="structxcb__shm__get__image__reply__t.html#ac5b5cef1cf6f75de556c7ae5f0416f7f">size</a>; 
<a name="l00192"></a>00192 } <a class="code" href="group__XCB__Shm__API.html#ga36d46fa9738d0db280cc88895225847b" title="xcb_shm_get_image_reply_t">xcb_shm_get_image_reply_t</a>;
<a name="l00193"></a>00193 
<a name="l00195"></a><a class="code" href="group__XCB__Shm__API.html#gaed1ab21f88ad19b2639313220f93d89e">00195</a> <span class="preprocessor">#define XCB_SHM_CREATE_PIXMAP 5</span>
<a name="l00196"></a>00196 <span class="preprocessor"></span>
<a name="l00200"></a><a class="code" href="structxcb__shm__create__pixmap__request__t.html">00200</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__shm__create__pixmap__request__t.html" title="xcb_shm_create_pixmap_request_t">xcb_shm_create_pixmap_request_t</a> {
<a name="l00201"></a><a class="code" href="structxcb__shm__create__pixmap__request__t.html#a9d4b03aa0ed7e6891776f3ed4af574bc">00201</a>     uint8_t        <a class="code" href="structxcb__shm__create__pixmap__request__t.html#a9d4b03aa0ed7e6891776f3ed4af574bc">major_opcode</a>; 
<a name="l00202"></a><a class="code" href="structxcb__shm__create__pixmap__request__t.html#a9f58e64f5767471c11cc68c3d9f329ce">00202</a>     uint8_t        <a class="code" href="structxcb__shm__create__pixmap__request__t.html#a9f58e64f5767471c11cc68c3d9f329ce">minor_opcode</a>; 
<a name="l00203"></a><a class="code" href="structxcb__shm__create__pixmap__request__t.html#aeb843619ef3d0b0a092007c8907ed28f">00203</a>     uint16_t       <a class="code" href="structxcb__shm__create__pixmap__request__t.html#aeb843619ef3d0b0a092007c8907ed28f">length</a>; 
<a name="l00204"></a><a class="code" href="structxcb__shm__create__pixmap__request__t.html#add3151a424985a6718eb11239b9da5f4">00204</a>     xcb_pixmap_t   <a class="code" href="structxcb__shm__create__pixmap__request__t.html#add3151a424985a6718eb11239b9da5f4">pid</a>; 
<a name="l00205"></a><a class="code" href="structxcb__shm__create__pixmap__request__t.html#ad9f35b6e3a70558580745d6ec4cce638">00205</a>     xcb_drawable_t <a class="code" href="structxcb__shm__create__pixmap__request__t.html#ad9f35b6e3a70558580745d6ec4cce638">drawable</a>; 
<a name="l00206"></a><a class="code" href="structxcb__shm__create__pixmap__request__t.html#a545497fdd0f4e4eb248d048ba9b9a99f">00206</a>     uint16_t       <a class="code" href="structxcb__shm__create__pixmap__request__t.html#a545497fdd0f4e4eb248d048ba9b9a99f">width</a>; 
<a name="l00207"></a><a class="code" href="structxcb__shm__create__pixmap__request__t.html#a2a31b54b2fb9afd2d6d9c910a36054d1">00207</a>     uint16_t       <a class="code" href="structxcb__shm__create__pixmap__request__t.html#a2a31b54b2fb9afd2d6d9c910a36054d1">height</a>; 
<a name="l00208"></a><a class="code" href="structxcb__shm__create__pixmap__request__t.html#abd33015637aad35ba864dc209a5c967f">00208</a>     uint8_t        <a class="code" href="structxcb__shm__create__pixmap__request__t.html#abd33015637aad35ba864dc209a5c967f">depth</a>; 
<a name="l00209"></a><a class="code" href="structxcb__shm__create__pixmap__request__t.html#a7ff2b3a72b758b8c6af2e1aee49e28c1">00209</a>     uint8_t        <a class="code" href="structxcb__shm__create__pixmap__request__t.html#a7ff2b3a72b758b8c6af2e1aee49e28c1">pad0</a>[3]; 
<a name="l00210"></a><a class="code" href="structxcb__shm__create__pixmap__request__t.html#acfd93761c12f4255a6f6f34349dfe936">00210</a>     xcb_shm_seg_t  <a class="code" href="structxcb__shm__create__pixmap__request__t.html#acfd93761c12f4255a6f6f34349dfe936">shmseg</a>; 
<a name="l00211"></a><a class="code" href="structxcb__shm__create__pixmap__request__t.html#a109057e699d089f4233480659d36e8de">00211</a>     uint32_t       <a class="code" href="structxcb__shm__create__pixmap__request__t.html#a109057e699d089f4233480659d36e8de">offset</a>; 
<a name="l00212"></a>00212 } <a class="code" href="group__XCB__Shm__API.html#ga181240af82990c3d31252fd19e5046d4" title="xcb_shm_create_pixmap_request_t">xcb_shm_create_pixmap_request_t</a>;
<a name="l00213"></a>00213 
<a name="l00223"></a>00223 <span class="comment">/*****************************************************************************</span>
<a name="l00224"></a>00224 <span class="comment"> **</span>
<a name="l00225"></a>00225 <span class="comment"> ** void xcb_shm_seg_next</span>
<a name="l00226"></a>00226 <span class="comment"> ** </span>
<a name="l00227"></a>00227 <span class="comment"> ** @param xcb_shm_seg_iterator_t *i</span>
<a name="l00228"></a>00228 <span class="comment"> ** @returns void</span>
<a name="l00229"></a>00229 <span class="comment"> **</span>
<a name="l00230"></a>00230 <span class="comment"> *****************************************************************************/</span>
<a name="l00231"></a>00231  
<a name="l00232"></a>00232 <span class="keywordtype">void</span>
<a name="l00233"></a>00233 <a class="code" href="group__XCB__Shm__API.html#gae603d92eff31d8ce17919e205585a84a">xcb_shm_seg_next</a> (<a class="code" href="structxcb__shm__seg__iterator__t.html" title="xcb_shm_seg_iterator_t">xcb_shm_seg_iterator_t</a> *i  );
<a name="l00234"></a>00234 
<a name="l00245"></a>00245 <span class="comment">/*****************************************************************************</span>
<a name="l00246"></a>00246 <span class="comment"> **</span>
<a name="l00247"></a>00247 <span class="comment"> ** xcb_generic_iterator_t xcb_shm_seg_end</span>
<a name="l00248"></a>00248 <span class="comment"> ** </span>
<a name="l00249"></a>00249 <span class="comment"> ** @param xcb_shm_seg_iterator_t i</span>
<a name="l00250"></a>00250 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l00251"></a>00251 <span class="comment"> **</span>
<a name="l00252"></a>00252 <span class="comment"> *****************************************************************************/</span>
<a name="l00253"></a>00253  
<a name="l00254"></a>00254 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l00255"></a>00255 <a class="code" href="group__XCB__Shm__API.html#ga104106165077458e00316b190c4b43ef">xcb_shm_seg_end</a> (<a class="code" href="structxcb__shm__seg__iterator__t.html" title="xcb_shm_seg_iterator_t">xcb_shm_seg_iterator_t</a> i  );
<a name="l00256"></a>00256 
<a name="l00266"></a>00266 <span class="comment">/*****************************************************************************</span>
<a name="l00267"></a>00267 <span class="comment"> **</span>
<a name="l00268"></a>00268 <span class="comment"> ** xcb_shm_query_version_cookie_t xcb_shm_query_version</span>
<a name="l00269"></a>00269 <span class="comment"> ** </span>
<a name="l00270"></a>00270 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00271"></a>00271 <span class="comment"> ** @returns xcb_shm_query_version_cookie_t</span>
<a name="l00272"></a>00272 <span class="comment"> **</span>
<a name="l00273"></a>00273 <span class="comment"> *****************************************************************************/</span>
<a name="l00274"></a>00274  
<a name="l00275"></a>00275 <a class="code" href="structxcb__shm__query__version__cookie__t.html" title="xcb_shm_query_version_cookie_t">xcb_shm_query_version_cookie_t</a>
<a name="l00276"></a>00276 <a class="code" href="group__XCB__Shm__API.html#ga2daf29c69233e5a99e4a1c9212eee55a">xcb_shm_query_version</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l00277"></a>00277 
<a name="l00290"></a>00290 <span class="comment">/*****************************************************************************</span>
<a name="l00291"></a>00291 <span class="comment"> **</span>
<a name="l00292"></a>00292 <span class="comment"> ** xcb_shm_query_version_cookie_t xcb_shm_query_version_unchecked</span>
<a name="l00293"></a>00293 <span class="comment"> ** </span>
<a name="l00294"></a>00294 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00295"></a>00295 <span class="comment"> ** @returns xcb_shm_query_version_cookie_t</span>
<a name="l00296"></a>00296 <span class="comment"> **</span>
<a name="l00297"></a>00297 <span class="comment"> *****************************************************************************/</span>
<a name="l00298"></a>00298  
<a name="l00299"></a>00299 <a class="code" href="structxcb__shm__query__version__cookie__t.html" title="xcb_shm_query_version_cookie_t">xcb_shm_query_version_cookie_t</a>
<a name="l00300"></a>00300 <a class="code" href="group__XCB__Shm__API.html#ga0cef5faeccab526635cdaf7be4bf78e9">xcb_shm_query_version_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l00301"></a>00301 
<a name="l00317"></a>00317 <span class="comment">/*****************************************************************************</span>
<a name="l00318"></a>00318 <span class="comment"> **</span>
<a name="l00319"></a>00319 <span class="comment"> ** xcb_shm_query_version_reply_t * xcb_shm_query_version_reply</span>
<a name="l00320"></a>00320 <span class="comment"> ** </span>
<a name="l00321"></a>00321 <span class="comment"> ** @param xcb_connection_t                *c</span>
<a name="l00322"></a>00322 <span class="comment"> ** @param xcb_shm_query_version_cookie_t   cookie</span>
<a name="l00323"></a>00323 <span class="comment"> ** @param xcb_generic_error_t            **e</span>
<a name="l00324"></a>00324 <span class="comment"> ** @returns xcb_shm_query_version_reply_t *</span>
<a name="l00325"></a>00325 <span class="comment"> **</span>
<a name="l00326"></a>00326 <span class="comment"> *****************************************************************************/</span>
<a name="l00327"></a>00327  
<a name="l00328"></a>00328 <a class="code" href="structxcb__shm__query__version__reply__t.html" title="xcb_shm_query_version_reply_t">xcb_shm_query_version_reply_t</a> *
<a name="l00329"></a>00329 <a class="code" href="group__XCB__Shm__API.html#ga2556f37041cd0ff8fafa10439a7ef8a4">xcb_shm_query_version_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                *c  ,
<a name="l00330"></a>00330                              <a class="code" href="structxcb__shm__query__version__cookie__t.html" title="xcb_shm_query_version_cookie_t">xcb_shm_query_version_cookie_t</a>   cookie  ,
<a name="l00331"></a>00331                              <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>            **e  );
<a name="l00332"></a>00332 
<a name="l00345"></a>00345 <span class="comment">/*****************************************************************************</span>
<a name="l00346"></a>00346 <span class="comment"> **</span>
<a name="l00347"></a>00347 <span class="comment"> ** xcb_void_cookie_t xcb_shm_attach_checked</span>
<a name="l00348"></a>00348 <span class="comment"> ** </span>
<a name="l00349"></a>00349 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00350"></a>00350 <span class="comment"> ** @param xcb_shm_seg_t     shmseg</span>
<a name="l00351"></a>00351 <span class="comment"> ** @param uint32_t          shmid</span>
<a name="l00352"></a>00352 <span class="comment"> ** @param uint8_t           read_only</span>
<a name="l00353"></a>00353 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l00354"></a>00354 <span class="comment"> **</span>
<a name="l00355"></a>00355 <span class="comment"> *****************************************************************************/</span>
<a name="l00356"></a>00356  
<a name="l00357"></a>00357 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00358"></a>00358 <a class="code" href="group__XCB__Shm__API.html#gafcb4fe21d49747bd0e29cca1e3ee28c4">xcb_shm_attach_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00359"></a>00359                         xcb_shm_seg_t     shmseg  ,
<a name="l00360"></a>00360                         uint32_t          shmid  ,
<a name="l00361"></a>00361                         uint8_t           read_only  );
<a name="l00362"></a>00362 
<a name="l00372"></a>00372 <span class="comment">/*****************************************************************************</span>
<a name="l00373"></a>00373 <span class="comment"> **</span>
<a name="l00374"></a>00374 <span class="comment"> ** xcb_void_cookie_t xcb_shm_attach</span>
<a name="l00375"></a>00375 <span class="comment"> ** </span>
<a name="l00376"></a>00376 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00377"></a>00377 <span class="comment"> ** @param xcb_shm_seg_t     shmseg</span>
<a name="l00378"></a>00378 <span class="comment"> ** @param uint32_t          shmid</span>
<a name="l00379"></a>00379 <span class="comment"> ** @param uint8_t           read_only</span>
<a name="l00380"></a>00380 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l00381"></a>00381 <span class="comment"> **</span>
<a name="l00382"></a>00382 <span class="comment"> *****************************************************************************/</span>
<a name="l00383"></a>00383  
<a name="l00384"></a>00384 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00385"></a>00385 <a class="code" href="group__XCB__Shm__API.html#ga128b839a6b5ab41a88ef754cc6bd2566">xcb_shm_attach</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00386"></a>00386                 xcb_shm_seg_t     shmseg  ,
<a name="l00387"></a>00387                 uint32_t          shmid  ,
<a name="l00388"></a>00388                 uint8_t           read_only  );
<a name="l00389"></a>00389 
<a name="l00402"></a>00402 <span class="comment">/*****************************************************************************</span>
<a name="l00403"></a>00403 <span class="comment"> **</span>
<a name="l00404"></a>00404 <span class="comment"> ** xcb_void_cookie_t xcb_shm_detach_checked</span>
<a name="l00405"></a>00405 <span class="comment"> ** </span>
<a name="l00406"></a>00406 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00407"></a>00407 <span class="comment"> ** @param xcb_shm_seg_t     shmseg</span>
<a name="l00408"></a>00408 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l00409"></a>00409 <span class="comment"> **</span>
<a name="l00410"></a>00410 <span class="comment"> *****************************************************************************/</span>
<a name="l00411"></a>00411  
<a name="l00412"></a>00412 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00413"></a>00413 <a class="code" href="group__XCB__Shm__API.html#ga729b52826c592a88f3591e4c65a9329b">xcb_shm_detach_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00414"></a>00414                         xcb_shm_seg_t     shmseg  );
<a name="l00415"></a>00415 
<a name="l00425"></a>00425 <span class="comment">/*****************************************************************************</span>
<a name="l00426"></a>00426 <span class="comment"> **</span>
<a name="l00427"></a>00427 <span class="comment"> ** xcb_void_cookie_t xcb_shm_detach</span>
<a name="l00428"></a>00428 <span class="comment"> ** </span>
<a name="l00429"></a>00429 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00430"></a>00430 <span class="comment"> ** @param xcb_shm_seg_t     shmseg</span>
<a name="l00431"></a>00431 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l00432"></a>00432 <span class="comment"> **</span>
<a name="l00433"></a>00433 <span class="comment"> *****************************************************************************/</span>
<a name="l00434"></a>00434  
<a name="l00435"></a>00435 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00436"></a>00436 <a class="code" href="group__XCB__Shm__API.html#ga81aae8f4232acf1c514661db881620db">xcb_shm_detach</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00437"></a>00437                 xcb_shm_seg_t     shmseg  );
<a name="l00438"></a>00438 
<a name="l00451"></a>00451 <span class="comment">/*****************************************************************************</span>
<a name="l00452"></a>00452 <span class="comment"> **</span>
<a name="l00453"></a>00453 <span class="comment"> ** xcb_void_cookie_t xcb_shm_put_image_checked</span>
<a name="l00454"></a>00454 <span class="comment"> ** </span>
<a name="l00455"></a>00455 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00456"></a>00456 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l00457"></a>00457 <span class="comment"> ** @param xcb_gcontext_t    gc</span>
<a name="l00458"></a>00458 <span class="comment"> ** @param uint16_t          total_width</span>
<a name="l00459"></a>00459 <span class="comment"> ** @param uint16_t          total_height</span>
<a name="l00460"></a>00460 <span class="comment"> ** @param uint16_t          src_x</span>
<a name="l00461"></a>00461 <span class="comment"> ** @param uint16_t          src_y</span>
<a name="l00462"></a>00462 <span class="comment"> ** @param uint16_t          src_width</span>
<a name="l00463"></a>00463 <span class="comment"> ** @param uint16_t          src_height</span>
<a name="l00464"></a>00464 <span class="comment"> ** @param int16_t           dst_x</span>
<a name="l00465"></a>00465 <span class="comment"> ** @param int16_t           dst_y</span>
<a name="l00466"></a>00466 <span class="comment"> ** @param uint8_t           depth</span>
<a name="l00467"></a>00467 <span class="comment"> ** @param uint8_t           format</span>
<a name="l00468"></a>00468 <span class="comment"> ** @param uint8_t           send_event</span>
<a name="l00469"></a>00469 <span class="comment"> ** @param xcb_shm_seg_t     shmseg</span>
<a name="l00470"></a>00470 <span class="comment"> ** @param uint32_t          offset</span>
<a name="l00471"></a>00471 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l00472"></a>00472 <span class="comment"> **</span>
<a name="l00473"></a>00473 <span class="comment"> *****************************************************************************/</span>
<a name="l00474"></a>00474  
<a name="l00475"></a>00475 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00476"></a>00476 <a class="code" href="group__XCB__Shm__API.html#gaaea5f5540e94a3452c28f951356383b9">xcb_shm_put_image_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00477"></a>00477                            xcb_drawable_t    drawable  ,
<a name="l00478"></a>00478                            xcb_gcontext_t    gc  ,
<a name="l00479"></a>00479                            uint16_t          total_width  ,
<a name="l00480"></a>00480                            uint16_t          total_height  ,
<a name="l00481"></a>00481                            uint16_t          src_x  ,
<a name="l00482"></a>00482                            uint16_t          src_y  ,
<a name="l00483"></a>00483                            uint16_t          src_width  ,
<a name="l00484"></a>00484                            uint16_t          src_height  ,
<a name="l00485"></a>00485                            int16_t           dst_x  ,
<a name="l00486"></a>00486                            int16_t           dst_y  ,
<a name="l00487"></a>00487                            uint8_t           depth  ,
<a name="l00488"></a>00488                            uint8_t           format  ,
<a name="l00489"></a>00489                            uint8_t           send_event  ,
<a name="l00490"></a>00490                            xcb_shm_seg_t     shmseg  ,
<a name="l00491"></a>00491                            uint32_t          offset  );
<a name="l00492"></a>00492 
<a name="l00502"></a>00502 <span class="comment">/*****************************************************************************</span>
<a name="l00503"></a>00503 <span class="comment"> **</span>
<a name="l00504"></a>00504 <span class="comment"> ** xcb_void_cookie_t xcb_shm_put_image</span>
<a name="l00505"></a>00505 <span class="comment"> ** </span>
<a name="l00506"></a>00506 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00507"></a>00507 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l00508"></a>00508 <span class="comment"> ** @param xcb_gcontext_t    gc</span>
<a name="l00509"></a>00509 <span class="comment"> ** @param uint16_t          total_width</span>
<a name="l00510"></a>00510 <span class="comment"> ** @param uint16_t          total_height</span>
<a name="l00511"></a>00511 <span class="comment"> ** @param uint16_t          src_x</span>
<a name="l00512"></a>00512 <span class="comment"> ** @param uint16_t          src_y</span>
<a name="l00513"></a>00513 <span class="comment"> ** @param uint16_t          src_width</span>
<a name="l00514"></a>00514 <span class="comment"> ** @param uint16_t          src_height</span>
<a name="l00515"></a>00515 <span class="comment"> ** @param int16_t           dst_x</span>
<a name="l00516"></a>00516 <span class="comment"> ** @param int16_t           dst_y</span>
<a name="l00517"></a>00517 <span class="comment"> ** @param uint8_t           depth</span>
<a name="l00518"></a>00518 <span class="comment"> ** @param uint8_t           format</span>
<a name="l00519"></a>00519 <span class="comment"> ** @param uint8_t           send_event</span>
<a name="l00520"></a>00520 <span class="comment"> ** @param xcb_shm_seg_t     shmseg</span>
<a name="l00521"></a>00521 <span class="comment"> ** @param uint32_t          offset</span>
<a name="l00522"></a>00522 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l00523"></a>00523 <span class="comment"> **</span>
<a name="l00524"></a>00524 <span class="comment"> *****************************************************************************/</span>
<a name="l00525"></a>00525  
<a name="l00526"></a>00526 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00527"></a>00527 <a class="code" href="group__XCB__Shm__API.html#gada941798857952077c58fbeb8983ccf6">xcb_shm_put_image</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00528"></a>00528                    xcb_drawable_t    drawable  ,
<a name="l00529"></a>00529                    xcb_gcontext_t    gc  ,
<a name="l00530"></a>00530                    uint16_t          total_width  ,
<a name="l00531"></a>00531                    uint16_t          total_height  ,
<a name="l00532"></a>00532                    uint16_t          src_x  ,
<a name="l00533"></a>00533                    uint16_t          src_y  ,
<a name="l00534"></a>00534                    uint16_t          src_width  ,
<a name="l00535"></a>00535                    uint16_t          src_height  ,
<a name="l00536"></a>00536                    int16_t           dst_x  ,
<a name="l00537"></a>00537                    int16_t           dst_y  ,
<a name="l00538"></a>00538                    uint8_t           depth  ,
<a name="l00539"></a>00539                    uint8_t           format  ,
<a name="l00540"></a>00540                    uint8_t           send_event  ,
<a name="l00541"></a>00541                    xcb_shm_seg_t     shmseg  ,
<a name="l00542"></a>00542                    uint32_t          offset  );
<a name="l00543"></a>00543 
<a name="l00553"></a>00553 <span class="comment">/*****************************************************************************</span>
<a name="l00554"></a>00554 <span class="comment"> **</span>
<a name="l00555"></a>00555 <span class="comment"> ** xcb_shm_get_image_cookie_t xcb_shm_get_image</span>
<a name="l00556"></a>00556 <span class="comment"> ** </span>
<a name="l00557"></a>00557 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00558"></a>00558 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l00559"></a>00559 <span class="comment"> ** @param int16_t           x</span>
<a name="l00560"></a>00560 <span class="comment"> ** @param int16_t           y</span>
<a name="l00561"></a>00561 <span class="comment"> ** @param uint16_t          width</span>
<a name="l00562"></a>00562 <span class="comment"> ** @param uint16_t          height</span>
<a name="l00563"></a>00563 <span class="comment"> ** @param uint32_t          plane_mask</span>
<a name="l00564"></a>00564 <span class="comment"> ** @param uint8_t           format</span>
<a name="l00565"></a>00565 <span class="comment"> ** @param xcb_shm_seg_t     shmseg</span>
<a name="l00566"></a>00566 <span class="comment"> ** @param uint32_t          offset</span>
<a name="l00567"></a>00567 <span class="comment"> ** @returns xcb_shm_get_image_cookie_t</span>
<a name="l00568"></a>00568 <span class="comment"> **</span>
<a name="l00569"></a>00569 <span class="comment"> *****************************************************************************/</span>
<a name="l00570"></a>00570  
<a name="l00571"></a>00571 <a class="code" href="structxcb__shm__get__image__cookie__t.html" title="xcb_shm_get_image_cookie_t">xcb_shm_get_image_cookie_t</a>
<a name="l00572"></a>00572 <a class="code" href="group__XCB__Shm__API.html#gacebde393503fded96778babdf9618ea0">xcb_shm_get_image</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00573"></a>00573                    xcb_drawable_t    drawable  ,
<a name="l00574"></a>00574                    int16_t           x  ,
<a name="l00575"></a>00575                    int16_t           y  ,
<a name="l00576"></a>00576                    uint16_t          width  ,
<a name="l00577"></a>00577                    uint16_t          height  ,
<a name="l00578"></a>00578                    uint32_t          plane_mask  ,
<a name="l00579"></a>00579                    uint8_t           format  ,
<a name="l00580"></a>00580                    xcb_shm_seg_t     shmseg  ,
<a name="l00581"></a>00581                    uint32_t          offset  );
<a name="l00582"></a>00582 
<a name="l00595"></a>00595 <span class="comment">/*****************************************************************************</span>
<a name="l00596"></a>00596 <span class="comment"> **</span>
<a name="l00597"></a>00597 <span class="comment"> ** xcb_shm_get_image_cookie_t xcb_shm_get_image_unchecked</span>
<a name="l00598"></a>00598 <span class="comment"> ** </span>
<a name="l00599"></a>00599 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00600"></a>00600 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l00601"></a>00601 <span class="comment"> ** @param int16_t           x</span>
<a name="l00602"></a>00602 <span class="comment"> ** @param int16_t           y</span>
<a name="l00603"></a>00603 <span class="comment"> ** @param uint16_t          width</span>
<a name="l00604"></a>00604 <span class="comment"> ** @param uint16_t          height</span>
<a name="l00605"></a>00605 <span class="comment"> ** @param uint32_t          plane_mask</span>
<a name="l00606"></a>00606 <span class="comment"> ** @param uint8_t           format</span>
<a name="l00607"></a>00607 <span class="comment"> ** @param xcb_shm_seg_t     shmseg</span>
<a name="l00608"></a>00608 <span class="comment"> ** @param uint32_t          offset</span>
<a name="l00609"></a>00609 <span class="comment"> ** @returns xcb_shm_get_image_cookie_t</span>
<a name="l00610"></a>00610 <span class="comment"> **</span>
<a name="l00611"></a>00611 <span class="comment"> *****************************************************************************/</span>
<a name="l00612"></a>00612  
<a name="l00613"></a>00613 <a class="code" href="structxcb__shm__get__image__cookie__t.html" title="xcb_shm_get_image_cookie_t">xcb_shm_get_image_cookie_t</a>
<a name="l00614"></a>00614 <a class="code" href="group__XCB__Shm__API.html#ga01fe72600c1485db3c7bb1fca8d2dc8a">xcb_shm_get_image_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00615"></a>00615                              xcb_drawable_t    drawable  ,
<a name="l00616"></a>00616                              int16_t           x  ,
<a name="l00617"></a>00617                              int16_t           y  ,
<a name="l00618"></a>00618                              uint16_t          width  ,
<a name="l00619"></a>00619                              uint16_t          height  ,
<a name="l00620"></a>00620                              uint32_t          plane_mask  ,
<a name="l00621"></a>00621                              uint8_t           format  ,
<a name="l00622"></a>00622                              xcb_shm_seg_t     shmseg  ,
<a name="l00623"></a>00623                              uint32_t          offset  );
<a name="l00624"></a>00624 
<a name="l00640"></a>00640 <span class="comment">/*****************************************************************************</span>
<a name="l00641"></a>00641 <span class="comment"> **</span>
<a name="l00642"></a>00642 <span class="comment"> ** xcb_shm_get_image_reply_t * xcb_shm_get_image_reply</span>
<a name="l00643"></a>00643 <span class="comment"> ** </span>
<a name="l00644"></a>00644 <span class="comment"> ** @param xcb_connection_t            *c</span>
<a name="l00645"></a>00645 <span class="comment"> ** @param xcb_shm_get_image_cookie_t   cookie</span>
<a name="l00646"></a>00646 <span class="comment"> ** @param xcb_generic_error_t        **e</span>
<a name="l00647"></a>00647 <span class="comment"> ** @returns xcb_shm_get_image_reply_t *</span>
<a name="l00648"></a>00648 <span class="comment"> **</span>
<a name="l00649"></a>00649 <span class="comment"> *****************************************************************************/</span>
<a name="l00650"></a>00650  
<a name="l00651"></a>00651 <a class="code" href="structxcb__shm__get__image__reply__t.html" title="xcb_shm_get_image_reply_t">xcb_shm_get_image_reply_t</a> *
<a name="l00652"></a>00652 <a class="code" href="group__XCB__Shm__API.html#ga4e7178b423b29099cc248c7808e652da">xcb_shm_get_image_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>            *c  ,
<a name="l00653"></a>00653                          <a class="code" href="structxcb__shm__get__image__cookie__t.html" title="xcb_shm_get_image_cookie_t">xcb_shm_get_image_cookie_t</a>   cookie  ,
<a name="l00654"></a>00654                          <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>        **e  );
<a name="l00655"></a>00655 
<a name="l00668"></a>00668 <span class="comment">/*****************************************************************************</span>
<a name="l00669"></a>00669 <span class="comment"> **</span>
<a name="l00670"></a>00670 <span class="comment"> ** xcb_void_cookie_t xcb_shm_create_pixmap_checked</span>
<a name="l00671"></a>00671 <span class="comment"> ** </span>
<a name="l00672"></a>00672 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00673"></a>00673 <span class="comment"> ** @param xcb_pixmap_t      pid</span>
<a name="l00674"></a>00674 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l00675"></a>00675 <span class="comment"> ** @param uint16_t          width</span>
<a name="l00676"></a>00676 <span class="comment"> ** @param uint16_t          height</span>
<a name="l00677"></a>00677 <span class="comment"> ** @param uint8_t           depth</span>
<a name="l00678"></a>00678 <span class="comment"> ** @param xcb_shm_seg_t     shmseg</span>
<a name="l00679"></a>00679 <span class="comment"> ** @param uint32_t          offset</span>
<a name="l00680"></a>00680 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l00681"></a>00681 <span class="comment"> **</span>
<a name="l00682"></a>00682 <span class="comment"> *****************************************************************************/</span>
<a name="l00683"></a>00683  
<a name="l00684"></a>00684 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00685"></a>00685 <a class="code" href="group__XCB__Shm__API.html#ga8f76730271107246d18555d2396ed23a">xcb_shm_create_pixmap_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00686"></a>00686                                xcb_pixmap_t      pid  ,
<a name="l00687"></a>00687                                xcb_drawable_t    drawable  ,
<a name="l00688"></a>00688                                uint16_t          width  ,
<a name="l00689"></a>00689                                uint16_t          height  ,
<a name="l00690"></a>00690                                uint8_t           depth  ,
<a name="l00691"></a>00691                                xcb_shm_seg_t     shmseg  ,
<a name="l00692"></a>00692                                uint32_t          offset  );
<a name="l00693"></a>00693 
<a name="l00703"></a>00703 <span class="comment">/*****************************************************************************</span>
<a name="l00704"></a>00704 <span class="comment"> **</span>
<a name="l00705"></a>00705 <span class="comment"> ** xcb_void_cookie_t xcb_shm_create_pixmap</span>
<a name="l00706"></a>00706 <span class="comment"> ** </span>
<a name="l00707"></a>00707 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00708"></a>00708 <span class="comment"> ** @param xcb_pixmap_t      pid</span>
<a name="l00709"></a>00709 <span class="comment"> ** @param xcb_drawable_t    drawable</span>
<a name="l00710"></a>00710 <span class="comment"> ** @param uint16_t          width</span>
<a name="l00711"></a>00711 <span class="comment"> ** @param uint16_t          height</span>
<a name="l00712"></a>00712 <span class="comment"> ** @param uint8_t           depth</span>
<a name="l00713"></a>00713 <span class="comment"> ** @param xcb_shm_seg_t     shmseg</span>
<a name="l00714"></a>00714 <span class="comment"> ** @param uint32_t          offset</span>
<a name="l00715"></a>00715 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l00716"></a>00716 <span class="comment"> **</span>
<a name="l00717"></a>00717 <span class="comment"> *****************************************************************************/</span>
<a name="l00718"></a>00718  
<a name="l00719"></a>00719 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00720"></a>00720 <a class="code" href="group__XCB__Shm__API.html#ga2c3c96121d4bb3f47ce6c4027756d181">xcb_shm_create_pixmap</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00721"></a>00721                        xcb_pixmap_t      pid  ,
<a name="l00722"></a>00722                        xcb_drawable_t    drawable  ,
<a name="l00723"></a>00723                        uint16_t          width  ,
<a name="l00724"></a>00724                        uint16_t          height  ,
<a name="l00725"></a>00725                        uint8_t           depth  ,
<a name="l00726"></a>00726                        xcb_shm_seg_t     shmseg  ,
<a name="l00727"></a>00727                        uint32_t          offset  );
<a name="l00728"></a>00728 
<a name="l00729"></a>00729 
<a name="l00730"></a>00730 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00731"></a>00731 <span class="preprocessor"></span>}
<a name="l00732"></a>00732 <span class="preprocessor">#endif</span>
<a name="l00733"></a>00733 <span class="preprocessor"></span>
<a name="l00734"></a>00734 <span class="preprocessor">#endif</span>
<a name="l00735"></a>00735 <span class="preprocessor"></span>
</pre></div></div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Fri Apr 29 2011 15:45:45 for XCB by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>