Sophie

Sophie

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

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: xinerama.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>xinerama.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 xinerama.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 __XINERAMA_H</span>
<a name="l00013"></a>00013 <span class="preprocessor"></span><span class="preprocessor">#define __XINERAMA_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_XINERAMA_MAJOR_VERSION 1</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="preprocessor">#define XCB_XINERAMA_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_xinerama_id;
<a name="l00026"></a>00026 
<a name="l00030"></a><a class="code" href="structxcb__xinerama__screen__info__t.html">00030</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__screen__info__t.html" title="xcb_xinerama_screen_info_t">xcb_xinerama_screen_info_t</a> {
<a name="l00031"></a><a class="code" href="structxcb__xinerama__screen__info__t.html#aecdb860e8af21445de3c90c5142275d8">00031</a>     int16_t  <a class="code" href="structxcb__xinerama__screen__info__t.html#aecdb860e8af21445de3c90c5142275d8">x_org</a>; 
<a name="l00032"></a><a class="code" href="structxcb__xinerama__screen__info__t.html#a6dca35c7244e6b0b74bc2fae4acfcdea">00032</a>     int16_t  <a class="code" href="structxcb__xinerama__screen__info__t.html#a6dca35c7244e6b0b74bc2fae4acfcdea">y_org</a>; 
<a name="l00033"></a><a class="code" href="structxcb__xinerama__screen__info__t.html#a2c427470e2de859c21a64f1244978aa4">00033</a>     uint16_t <a class="code" href="structxcb__xinerama__screen__info__t.html#a2c427470e2de859c21a64f1244978aa4">width</a>; 
<a name="l00034"></a><a class="code" href="structxcb__xinerama__screen__info__t.html#a7cc44ddd39484c729bfdfdde7877f1b0">00034</a>     uint16_t <a class="code" href="structxcb__xinerama__screen__info__t.html#a7cc44ddd39484c729bfdfdde7877f1b0">height</a>; 
<a name="l00035"></a>00035 } <a class="code" href="group__XCB__Xinerama__API.html#gabed05221cecea1f8d215a7a2717bdebe" title="xcb_xinerama_screen_info_t">xcb_xinerama_screen_info_t</a>;
<a name="l00036"></a>00036 
<a name="l00040"></a><a class="code" href="structxcb__xinerama__screen__info__iterator__t.html">00040</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__screen__info__iterator__t.html" title="xcb_xinerama_screen_info_iterator_t">xcb_xinerama_screen_info_iterator_t</a> {
<a name="l00041"></a><a class="code" href="structxcb__xinerama__screen__info__iterator__t.html#ac077fe50b0e9a7ad479d0a4b5d451012">00041</a>     <a class="code" href="structxcb__xinerama__screen__info__t.html" title="xcb_xinerama_screen_info_t">xcb_xinerama_screen_info_t</a> *<a class="code" href="structxcb__xinerama__screen__info__iterator__t.html#ac077fe50b0e9a7ad479d0a4b5d451012">data</a>; 
<a name="l00042"></a><a class="code" href="structxcb__xinerama__screen__info__iterator__t.html#a8884bef687bff201171525bfd34c7c6c">00042</a>     <span class="keywordtype">int</span>                         <a class="code" href="structxcb__xinerama__screen__info__iterator__t.html#a8884bef687bff201171525bfd34c7c6c">rem</a>; 
<a name="l00043"></a><a class="code" href="structxcb__xinerama__screen__info__iterator__t.html#add85a5ca5cfdbacd9d1a8b1b94299752">00043</a>     <span class="keywordtype">int</span>                         <a class="code" href="structxcb__xinerama__screen__info__iterator__t.html#add85a5ca5cfdbacd9d1a8b1b94299752">index</a>; 
<a name="l00044"></a>00044 } <a class="code" href="group__XCB__Xinerama__API.html#ga5a4206bf032b26be2121f056fb9ac728" title="xcb_xinerama_screen_info_iterator_t">xcb_xinerama_screen_info_iterator_t</a>;
<a name="l00045"></a>00045 
<a name="l00049"></a><a class="code" href="structxcb__xinerama__query__version__cookie__t.html">00049</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__query__version__cookie__t.html" title="xcb_xinerama_query_version_cookie_t">xcb_xinerama_query_version_cookie_t</a> {
<a name="l00050"></a><a class="code" href="structxcb__xinerama__query__version__cookie__t.html#a0306324a036ea947e2b6ce549db18dc6">00050</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xinerama__query__version__cookie__t.html#a0306324a036ea947e2b6ce549db18dc6">sequence</a>; 
<a name="l00051"></a>00051 } <a class="code" href="group__XCB__Xinerama__API.html#ga6f4587f722e16ecda9ff738b1c9967f5" title="xcb_xinerama_query_version_cookie_t">xcb_xinerama_query_version_cookie_t</a>;
<a name="l00052"></a>00052 
<a name="l00054"></a><a class="code" href="group__XCB__Xinerama__API.html#ga32dc42e2d4dfe5955f3884b1e015c3c5">00054</a> <span class="preprocessor">#define XCB_XINERAMA_QUERY_VERSION 0</span>
<a name="l00055"></a>00055 <span class="preprocessor"></span>
<a name="l00059"></a><a class="code" href="structxcb__xinerama__query__version__request__t.html">00059</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__query__version__request__t.html" title="xcb_xinerama_query_version_request_t">xcb_xinerama_query_version_request_t</a> {
<a name="l00060"></a><a class="code" href="structxcb__xinerama__query__version__request__t.html#ad5ed27ff2bf1152872b185dfdc58e854">00060</a>     uint8_t  <a class="code" href="structxcb__xinerama__query__version__request__t.html#ad5ed27ff2bf1152872b185dfdc58e854">major_opcode</a>; 
<a name="l00061"></a><a class="code" href="structxcb__xinerama__query__version__request__t.html#a21af333a9f3d2510bdb4dd1c18c9ed14">00061</a>     uint8_t  <a class="code" href="structxcb__xinerama__query__version__request__t.html#a21af333a9f3d2510bdb4dd1c18c9ed14">minor_opcode</a>; 
<a name="l00062"></a><a class="code" href="structxcb__xinerama__query__version__request__t.html#a984f8b95aa458bd99fbfedec916c55f3">00062</a>     uint16_t <a class="code" href="structxcb__xinerama__query__version__request__t.html#a984f8b95aa458bd99fbfedec916c55f3">length</a>; 
<a name="l00063"></a><a class="code" href="structxcb__xinerama__query__version__request__t.html#a18e38dcf29b9a58ca5fc7635a2873cda">00063</a>     uint8_t  <a class="code" href="structxcb__xinerama__query__version__request__t.html#a18e38dcf29b9a58ca5fc7635a2873cda">major</a>; 
<a name="l00064"></a><a class="code" href="structxcb__xinerama__query__version__request__t.html#ad80b6ba3c9ed496d6939e260ac64ef6d">00064</a>     uint8_t  <a class="code" href="structxcb__xinerama__query__version__request__t.html#ad80b6ba3c9ed496d6939e260ac64ef6d">minor</a>; 
<a name="l00065"></a>00065 } <a class="code" href="group__XCB__Xinerama__API.html#ga01ee4b3c3e0bdf1955871fc0df9384da" title="xcb_xinerama_query_version_request_t">xcb_xinerama_query_version_request_t</a>;
<a name="l00066"></a>00066 
<a name="l00070"></a><a class="code" href="structxcb__xinerama__query__version__reply__t.html">00070</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__query__version__reply__t.html" title="xcb_xinerama_query_version_reply_t">xcb_xinerama_query_version_reply_t</a> {
<a name="l00071"></a><a class="code" href="structxcb__xinerama__query__version__reply__t.html#af44068bb1fe0a9bcb36112497d010752">00071</a>     uint8_t  <a class="code" href="structxcb__xinerama__query__version__reply__t.html#af44068bb1fe0a9bcb36112497d010752">response_type</a>; 
<a name="l00072"></a><a class="code" href="structxcb__xinerama__query__version__reply__t.html#a6424f7a3e0ec3a40a3a40b5afc4dfe07">00072</a>     uint8_t  <a class="code" href="structxcb__xinerama__query__version__reply__t.html#a6424f7a3e0ec3a40a3a40b5afc4dfe07">pad0</a>; 
<a name="l00073"></a><a class="code" href="structxcb__xinerama__query__version__reply__t.html#a202df322fbddcdcd72d977d13f3a6a47">00073</a>     uint16_t <a class="code" href="structxcb__xinerama__query__version__reply__t.html#a202df322fbddcdcd72d977d13f3a6a47">sequence</a>; 
<a name="l00074"></a><a class="code" href="structxcb__xinerama__query__version__reply__t.html#ac258a3e55faf4d23ef30be62b702ddc2">00074</a>     uint32_t <a class="code" href="structxcb__xinerama__query__version__reply__t.html#ac258a3e55faf4d23ef30be62b702ddc2">length</a>; 
<a name="l00075"></a><a class="code" href="structxcb__xinerama__query__version__reply__t.html#a8e8d6799c2cdf0ca6e4548018a72c89c">00075</a>     uint16_t <a class="code" href="structxcb__xinerama__query__version__reply__t.html#a8e8d6799c2cdf0ca6e4548018a72c89c">major</a>; 
<a name="l00076"></a><a class="code" href="structxcb__xinerama__query__version__reply__t.html#a03dc806cece275720a59351b58f09aef">00076</a>     uint16_t <a class="code" href="structxcb__xinerama__query__version__reply__t.html#a03dc806cece275720a59351b58f09aef">minor</a>; 
<a name="l00077"></a>00077 } <a class="code" href="group__XCB__Xinerama__API.html#ga4146b078848a869b9eeb3aaa38aa9734" title="xcb_xinerama_query_version_reply_t">xcb_xinerama_query_version_reply_t</a>;
<a name="l00078"></a>00078 
<a name="l00082"></a><a class="code" href="structxcb__xinerama__get__state__cookie__t.html">00082</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__get__state__cookie__t.html" title="xcb_xinerama_get_state_cookie_t">xcb_xinerama_get_state_cookie_t</a> {
<a name="l00083"></a><a class="code" href="structxcb__xinerama__get__state__cookie__t.html#ae35332a336a5f7cafafc4633af9954ab">00083</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xinerama__get__state__cookie__t.html#ae35332a336a5f7cafafc4633af9954ab">sequence</a>; 
<a name="l00084"></a>00084 } <a class="code" href="group__XCB__Xinerama__API.html#gaf94bd08aacc1840a9cc3a98167ba7a5c" title="xcb_xinerama_get_state_cookie_t">xcb_xinerama_get_state_cookie_t</a>;
<a name="l00085"></a>00085 
<a name="l00087"></a><a class="code" href="group__XCB__Xinerama__API.html#ga04a559cf653ac1bd605b3b8facc5be67">00087</a> <span class="preprocessor">#define XCB_XINERAMA_GET_STATE 1</span>
<a name="l00088"></a>00088 <span class="preprocessor"></span>
<a name="l00092"></a><a class="code" href="structxcb__xinerama__get__state__request__t.html">00092</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__get__state__request__t.html" title="xcb_xinerama_get_state_request_t">xcb_xinerama_get_state_request_t</a> {
<a name="l00093"></a><a class="code" href="structxcb__xinerama__get__state__request__t.html#a8c0ac961a3eb8fc25fb6353813e288fe">00093</a>     uint8_t      <a class="code" href="structxcb__xinerama__get__state__request__t.html#a8c0ac961a3eb8fc25fb6353813e288fe">major_opcode</a>; 
<a name="l00094"></a><a class="code" href="structxcb__xinerama__get__state__request__t.html#a6c8f07b54fa2a1423ffc93619dd75c6c">00094</a>     uint8_t      <a class="code" href="structxcb__xinerama__get__state__request__t.html#a6c8f07b54fa2a1423ffc93619dd75c6c">minor_opcode</a>; 
<a name="l00095"></a><a class="code" href="structxcb__xinerama__get__state__request__t.html#a4e8c5cc19e67a5120f83c6df3acc462e">00095</a>     uint16_t     <a class="code" href="structxcb__xinerama__get__state__request__t.html#a4e8c5cc19e67a5120f83c6df3acc462e">length</a>; 
<a name="l00096"></a><a class="code" href="structxcb__xinerama__get__state__request__t.html#a5dd3a17453cd838a4451f752bebb0752">00096</a>     xcb_window_t <a class="code" href="structxcb__xinerama__get__state__request__t.html#a5dd3a17453cd838a4451f752bebb0752">window</a>; 
<a name="l00097"></a>00097 } <a class="code" href="group__XCB__Xinerama__API.html#ga2076d9bd5e3186ef9482c397eb4b949f" title="xcb_xinerama_get_state_request_t">xcb_xinerama_get_state_request_t</a>;
<a name="l00098"></a>00098 
<a name="l00102"></a><a class="code" href="structxcb__xinerama__get__state__reply__t.html">00102</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__get__state__reply__t.html" title="xcb_xinerama_get_state_reply_t">xcb_xinerama_get_state_reply_t</a> {
<a name="l00103"></a><a class="code" href="structxcb__xinerama__get__state__reply__t.html#a949d7684fa387ce7904255354df1b313">00103</a>     uint8_t      <a class="code" href="structxcb__xinerama__get__state__reply__t.html#a949d7684fa387ce7904255354df1b313">response_type</a>; 
<a name="l00104"></a><a class="code" href="structxcb__xinerama__get__state__reply__t.html#a4df40d9a7c73468075d45b17998dcfb4">00104</a>     uint8_t      <a class="code" href="structxcb__xinerama__get__state__reply__t.html#a4df40d9a7c73468075d45b17998dcfb4">state</a>; 
<a name="l00105"></a><a class="code" href="structxcb__xinerama__get__state__reply__t.html#a200024822dea7c975347ec842cd158b0">00105</a>     uint16_t     <a class="code" href="structxcb__xinerama__get__state__reply__t.html#a200024822dea7c975347ec842cd158b0">sequence</a>; 
<a name="l00106"></a><a class="code" href="structxcb__xinerama__get__state__reply__t.html#a0e057e96a96fbd3f96d48d7b26cfca78">00106</a>     uint32_t     <a class="code" href="structxcb__xinerama__get__state__reply__t.html#a0e057e96a96fbd3f96d48d7b26cfca78">length</a>; 
<a name="l00107"></a><a class="code" href="structxcb__xinerama__get__state__reply__t.html#a81741d9168b65ef237779fd7ddbf62a2">00107</a>     xcb_window_t <a class="code" href="structxcb__xinerama__get__state__reply__t.html#a81741d9168b65ef237779fd7ddbf62a2">window</a>; 
<a name="l00108"></a>00108 } <a class="code" href="group__XCB__Xinerama__API.html#ga1927bbc1dd762886f2861fe0ae66b6d4" title="xcb_xinerama_get_state_reply_t">xcb_xinerama_get_state_reply_t</a>;
<a name="l00109"></a>00109 
<a name="l00113"></a><a class="code" href="structxcb__xinerama__get__screen__count__cookie__t.html">00113</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__get__screen__count__cookie__t.html" title="xcb_xinerama_get_screen_count_cookie_t">xcb_xinerama_get_screen_count_cookie_t</a> {
<a name="l00114"></a><a class="code" href="structxcb__xinerama__get__screen__count__cookie__t.html#a9739109d0377d651e0d8baaff79ea4dc">00114</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xinerama__get__screen__count__cookie__t.html#a9739109d0377d651e0d8baaff79ea4dc">sequence</a>; 
<a name="l00115"></a>00115 } <a class="code" href="group__XCB__Xinerama__API.html#gad0b3f3d73ecb8c4b0cc9fcc5980dd128" title="xcb_xinerama_get_screen_count_cookie_t">xcb_xinerama_get_screen_count_cookie_t</a>;
<a name="l00116"></a>00116 
<a name="l00118"></a><a class="code" href="group__XCB__Xinerama__API.html#gaab36a950b1650a980d2236225b5983f7">00118</a> <span class="preprocessor">#define XCB_XINERAMA_GET_SCREEN_COUNT 2</span>
<a name="l00119"></a>00119 <span class="preprocessor"></span>
<a name="l00123"></a><a class="code" href="structxcb__xinerama__get__screen__count__request__t.html">00123</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__get__screen__count__request__t.html" title="xcb_xinerama_get_screen_count_request_t">xcb_xinerama_get_screen_count_request_t</a> {
<a name="l00124"></a><a class="code" href="structxcb__xinerama__get__screen__count__request__t.html#a28a985aab9ec2b6e3618daebfd6a8ea4">00124</a>     uint8_t      <a class="code" href="structxcb__xinerama__get__screen__count__request__t.html#a28a985aab9ec2b6e3618daebfd6a8ea4">major_opcode</a>; 
<a name="l00125"></a><a class="code" href="structxcb__xinerama__get__screen__count__request__t.html#a3da3ed45625a166d562832d60e683a3e">00125</a>     uint8_t      <a class="code" href="structxcb__xinerama__get__screen__count__request__t.html#a3da3ed45625a166d562832d60e683a3e">minor_opcode</a>; 
<a name="l00126"></a><a class="code" href="structxcb__xinerama__get__screen__count__request__t.html#a8d406b3c804fe3b2dc944ffe52bfad89">00126</a>     uint16_t     <a class="code" href="structxcb__xinerama__get__screen__count__request__t.html#a8d406b3c804fe3b2dc944ffe52bfad89">length</a>; 
<a name="l00127"></a><a class="code" href="structxcb__xinerama__get__screen__count__request__t.html#a88d101b9803a06f3d4c9d0facaedf9df">00127</a>     xcb_window_t <a class="code" href="structxcb__xinerama__get__screen__count__request__t.html#a88d101b9803a06f3d4c9d0facaedf9df">window</a>; 
<a name="l00128"></a>00128 } <a class="code" href="group__XCB__Xinerama__API.html#ga96b0c7ffdf6271cd5dacaabf62656b27" title="xcb_xinerama_get_screen_count_request_t">xcb_xinerama_get_screen_count_request_t</a>;
<a name="l00129"></a>00129 
<a name="l00133"></a><a class="code" href="structxcb__xinerama__get__screen__count__reply__t.html">00133</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__get__screen__count__reply__t.html" title="xcb_xinerama_get_screen_count_reply_t">xcb_xinerama_get_screen_count_reply_t</a> {
<a name="l00134"></a><a class="code" href="structxcb__xinerama__get__screen__count__reply__t.html#a10e73321a8106a1a61088edb06d1be05">00134</a>     uint8_t      <a class="code" href="structxcb__xinerama__get__screen__count__reply__t.html#a10e73321a8106a1a61088edb06d1be05">response_type</a>; 
<a name="l00135"></a><a class="code" href="structxcb__xinerama__get__screen__count__reply__t.html#a027a4b430f40ed0f7ab2643d15f06d2e">00135</a>     uint8_t      <a class="code" href="structxcb__xinerama__get__screen__count__reply__t.html#a027a4b430f40ed0f7ab2643d15f06d2e">screen_count</a>; 
<a name="l00136"></a><a class="code" href="structxcb__xinerama__get__screen__count__reply__t.html#a118bcba89cfe171a288d3854d15166ce">00136</a>     uint16_t     <a class="code" href="structxcb__xinerama__get__screen__count__reply__t.html#a118bcba89cfe171a288d3854d15166ce">sequence</a>; 
<a name="l00137"></a><a class="code" href="structxcb__xinerama__get__screen__count__reply__t.html#a7bddab72937e39533a73cb949128dc81">00137</a>     uint32_t     <a class="code" href="structxcb__xinerama__get__screen__count__reply__t.html#a7bddab72937e39533a73cb949128dc81">length</a>; 
<a name="l00138"></a><a class="code" href="structxcb__xinerama__get__screen__count__reply__t.html#aebf82d7add35f93e483906f8fd13193a">00138</a>     xcb_window_t <a class="code" href="structxcb__xinerama__get__screen__count__reply__t.html#aebf82d7add35f93e483906f8fd13193a">window</a>; 
<a name="l00139"></a>00139 } <a class="code" href="group__XCB__Xinerama__API.html#gaa43cbfaf39fbbf2a8646b2b13ae6d905" title="xcb_xinerama_get_screen_count_reply_t">xcb_xinerama_get_screen_count_reply_t</a>;
<a name="l00140"></a>00140 
<a name="l00144"></a><a class="code" href="structxcb__xinerama__get__screen__size__cookie__t.html">00144</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__get__screen__size__cookie__t.html" title="xcb_xinerama_get_screen_size_cookie_t">xcb_xinerama_get_screen_size_cookie_t</a> {
<a name="l00145"></a><a class="code" href="structxcb__xinerama__get__screen__size__cookie__t.html#ab245b65d27484442d3f0a2fe6fdd5eb4">00145</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xinerama__get__screen__size__cookie__t.html#ab245b65d27484442d3f0a2fe6fdd5eb4">sequence</a>; 
<a name="l00146"></a>00146 } <a class="code" href="group__XCB__Xinerama__API.html#ga6756b36e0d2b6ee6a2c4a65bae9cf49b" title="xcb_xinerama_get_screen_size_cookie_t">xcb_xinerama_get_screen_size_cookie_t</a>;
<a name="l00147"></a>00147 
<a name="l00149"></a><a class="code" href="group__XCB__Xinerama__API.html#ga4560ad908d983ef76b45c54bdaa01962">00149</a> <span class="preprocessor">#define XCB_XINERAMA_GET_SCREEN_SIZE 3</span>
<a name="l00150"></a>00150 <span class="preprocessor"></span>
<a name="l00154"></a><a class="code" href="structxcb__xinerama__get__screen__size__request__t.html">00154</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__get__screen__size__request__t.html" title="xcb_xinerama_get_screen_size_request_t">xcb_xinerama_get_screen_size_request_t</a> {
<a name="l00155"></a><a class="code" href="structxcb__xinerama__get__screen__size__request__t.html#a58ca0c415cbe15f2d8c5da1ae38c49ca">00155</a>     uint8_t      <a class="code" href="structxcb__xinerama__get__screen__size__request__t.html#a58ca0c415cbe15f2d8c5da1ae38c49ca">major_opcode</a>; 
<a name="l00156"></a><a class="code" href="structxcb__xinerama__get__screen__size__request__t.html#aa1be1c61dc029c14e97974b5a3e51cc7">00156</a>     uint8_t      <a class="code" href="structxcb__xinerama__get__screen__size__request__t.html#aa1be1c61dc029c14e97974b5a3e51cc7">minor_opcode</a>; 
<a name="l00157"></a><a class="code" href="structxcb__xinerama__get__screen__size__request__t.html#a4b4dd810977898a6cef35b21f6c2261c">00157</a>     uint16_t     <a class="code" href="structxcb__xinerama__get__screen__size__request__t.html#a4b4dd810977898a6cef35b21f6c2261c">length</a>; 
<a name="l00158"></a><a class="code" href="structxcb__xinerama__get__screen__size__request__t.html#a1df7d7b9e4a6578ceb236ec2904f05ec">00158</a>     xcb_window_t <a class="code" href="structxcb__xinerama__get__screen__size__request__t.html#a1df7d7b9e4a6578ceb236ec2904f05ec">window</a>; 
<a name="l00159"></a><a class="code" href="structxcb__xinerama__get__screen__size__request__t.html#a70a56e3e0cefb9a590ed779f0d2411d0">00159</a>     uint32_t     <a class="code" href="structxcb__xinerama__get__screen__size__request__t.html#a70a56e3e0cefb9a590ed779f0d2411d0">screen</a>; 
<a name="l00160"></a>00160 } <a class="code" href="group__XCB__Xinerama__API.html#ga662fe04d38db14d4ad4d71c95a4b6e9b" title="xcb_xinerama_get_screen_size_request_t">xcb_xinerama_get_screen_size_request_t</a>;
<a name="l00161"></a>00161 
<a name="l00165"></a><a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html">00165</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html" title="xcb_xinerama_get_screen_size_reply_t">xcb_xinerama_get_screen_size_reply_t</a> {
<a name="l00166"></a><a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html#a97abb4e09cac64539389d54013b96097">00166</a>     uint8_t      <a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html#a97abb4e09cac64539389d54013b96097">response_type</a>; 
<a name="l00167"></a><a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html#a76d514be847032dbfa7b256f53e3d06f">00167</a>     uint8_t      <a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html#a76d514be847032dbfa7b256f53e3d06f">pad0</a>; 
<a name="l00168"></a><a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html#aa3208b52e25d3d96b5feedf928b70146">00168</a>     uint16_t     <a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html#aa3208b52e25d3d96b5feedf928b70146">sequence</a>; 
<a name="l00169"></a><a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html#aaa201f34b8ecedd22b5c5bfa4fc4ec62">00169</a>     uint32_t     <a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html#aaa201f34b8ecedd22b5c5bfa4fc4ec62">length</a>; 
<a name="l00170"></a><a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html#ac2efa41884d482c69114f2d50034f95b">00170</a>     uint32_t     <a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html#ac2efa41884d482c69114f2d50034f95b">width</a>; 
<a name="l00171"></a><a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html#ab931581376b2097b5b36ad836e7d5404">00171</a>     uint32_t     <a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html#ab931581376b2097b5b36ad836e7d5404">height</a>; 
<a name="l00172"></a><a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html#a2f75f3435bd970d76fa40d4b4fb010ac">00172</a>     xcb_window_t <a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html#a2f75f3435bd970d76fa40d4b4fb010ac">window</a>; 
<a name="l00173"></a><a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html#acb0262c12d50c8e836c0186e2b021813">00173</a>     uint32_t     <a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html#acb0262c12d50c8e836c0186e2b021813">screen</a>; 
<a name="l00174"></a>00174 } <a class="code" href="group__XCB__Xinerama__API.html#gaac9f612632f26c31e755ef866b87475b" title="xcb_xinerama_get_screen_size_reply_t">xcb_xinerama_get_screen_size_reply_t</a>;
<a name="l00175"></a>00175 
<a name="l00179"></a><a class="code" href="structxcb__xinerama__is__active__cookie__t.html">00179</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__is__active__cookie__t.html" title="xcb_xinerama_is_active_cookie_t">xcb_xinerama_is_active_cookie_t</a> {
<a name="l00180"></a><a class="code" href="structxcb__xinerama__is__active__cookie__t.html#a3a903a268407015f0c879779bbdfe97c">00180</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xinerama__is__active__cookie__t.html#a3a903a268407015f0c879779bbdfe97c">sequence</a>; 
<a name="l00181"></a>00181 } <a class="code" href="group__XCB__Xinerama__API.html#gaff2a8d22347520f632d6a6384ab895f3" title="xcb_xinerama_is_active_cookie_t">xcb_xinerama_is_active_cookie_t</a>;
<a name="l00182"></a>00182 
<a name="l00184"></a><a class="code" href="group__XCB__Xinerama__API.html#ga128c7f88dca450995b18c63ca2976b69">00184</a> <span class="preprocessor">#define XCB_XINERAMA_IS_ACTIVE 4</span>
<a name="l00185"></a>00185 <span class="preprocessor"></span>
<a name="l00189"></a><a class="code" href="structxcb__xinerama__is__active__request__t.html">00189</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__is__active__request__t.html" title="xcb_xinerama_is_active_request_t">xcb_xinerama_is_active_request_t</a> {
<a name="l00190"></a><a class="code" href="structxcb__xinerama__is__active__request__t.html#af1de4b3e43cc79d075e995d11e5ea7ca">00190</a>     uint8_t  <a class="code" href="structxcb__xinerama__is__active__request__t.html#af1de4b3e43cc79d075e995d11e5ea7ca">major_opcode</a>; 
<a name="l00191"></a><a class="code" href="structxcb__xinerama__is__active__request__t.html#a47e56e3ac3ec9c0c023fcb04cfd521cd">00191</a>     uint8_t  <a class="code" href="structxcb__xinerama__is__active__request__t.html#a47e56e3ac3ec9c0c023fcb04cfd521cd">minor_opcode</a>; 
<a name="l00192"></a><a class="code" href="structxcb__xinerama__is__active__request__t.html#a7b2de988c9eeb2d6565d20568e9b912a">00192</a>     uint16_t <a class="code" href="structxcb__xinerama__is__active__request__t.html#a7b2de988c9eeb2d6565d20568e9b912a">length</a>; 
<a name="l00193"></a>00193 } <a class="code" href="group__XCB__Xinerama__API.html#gad57813c7e795d6901117a512df8ce023" title="xcb_xinerama_is_active_request_t">xcb_xinerama_is_active_request_t</a>;
<a name="l00194"></a>00194 
<a name="l00198"></a><a class="code" href="structxcb__xinerama__is__active__reply__t.html">00198</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__is__active__reply__t.html" title="xcb_xinerama_is_active_reply_t">xcb_xinerama_is_active_reply_t</a> {
<a name="l00199"></a><a class="code" href="structxcb__xinerama__is__active__reply__t.html#a968c7a39346f2fdfee0723c444b13fc7">00199</a>     uint8_t  <a class="code" href="structxcb__xinerama__is__active__reply__t.html#a968c7a39346f2fdfee0723c444b13fc7">response_type</a>; 
<a name="l00200"></a><a class="code" href="structxcb__xinerama__is__active__reply__t.html#ad146e694ed762a5697a8bd83753dc542">00200</a>     uint8_t  <a class="code" href="structxcb__xinerama__is__active__reply__t.html#ad146e694ed762a5697a8bd83753dc542">pad0</a>; 
<a name="l00201"></a><a class="code" href="structxcb__xinerama__is__active__reply__t.html#aa3f3474b19db81ba9742cc1b1073fe6b">00201</a>     uint16_t <a class="code" href="structxcb__xinerama__is__active__reply__t.html#aa3f3474b19db81ba9742cc1b1073fe6b">sequence</a>; 
<a name="l00202"></a><a class="code" href="structxcb__xinerama__is__active__reply__t.html#ade6d98aa177b186acd34cb1ed03a753a">00202</a>     uint32_t <a class="code" href="structxcb__xinerama__is__active__reply__t.html#ade6d98aa177b186acd34cb1ed03a753a">length</a>; 
<a name="l00203"></a><a class="code" href="structxcb__xinerama__is__active__reply__t.html#aad76672f3c5914a5c04b77855f1ddcbe">00203</a>     uint32_t <a class="code" href="structxcb__xinerama__is__active__reply__t.html#aad76672f3c5914a5c04b77855f1ddcbe">state</a>; 
<a name="l00204"></a>00204 } <a class="code" href="group__XCB__Xinerama__API.html#ga997fc65b2a8d715311db1e190c72d5d4" title="xcb_xinerama_is_active_reply_t">xcb_xinerama_is_active_reply_t</a>;
<a name="l00205"></a>00205 
<a name="l00209"></a><a class="code" href="structxcb__xinerama__query__screens__cookie__t.html">00209</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__query__screens__cookie__t.html" title="xcb_xinerama_query_screens_cookie_t">xcb_xinerama_query_screens_cookie_t</a> {
<a name="l00210"></a><a class="code" href="structxcb__xinerama__query__screens__cookie__t.html#aaac2afc58fa5c4d60a4f46886d5589fc">00210</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xinerama__query__screens__cookie__t.html#aaac2afc58fa5c4d60a4f46886d5589fc">sequence</a>; 
<a name="l00211"></a>00211 } <a class="code" href="group__XCB__Xinerama__API.html#ga099d88b5063ec0cafa388364ff52a203" title="xcb_xinerama_query_screens_cookie_t">xcb_xinerama_query_screens_cookie_t</a>;
<a name="l00212"></a>00212 
<a name="l00214"></a><a class="code" href="group__XCB__Xinerama__API.html#ga4de3e6ca37f2fdb6ebe5534e3c19af61">00214</a> <span class="preprocessor">#define XCB_XINERAMA_QUERY_SCREENS 5</span>
<a name="l00215"></a>00215 <span class="preprocessor"></span>
<a name="l00219"></a><a class="code" href="structxcb__xinerama__query__screens__request__t.html">00219</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__query__screens__request__t.html" title="xcb_xinerama_query_screens_request_t">xcb_xinerama_query_screens_request_t</a> {
<a name="l00220"></a><a class="code" href="structxcb__xinerama__query__screens__request__t.html#ab640f15fd18f61119a4447d4eed10ce2">00220</a>     uint8_t  <a class="code" href="structxcb__xinerama__query__screens__request__t.html#ab640f15fd18f61119a4447d4eed10ce2">major_opcode</a>; 
<a name="l00221"></a><a class="code" href="structxcb__xinerama__query__screens__request__t.html#afdc55971060f17c9304f0c406d54afe6">00221</a>     uint8_t  <a class="code" href="structxcb__xinerama__query__screens__request__t.html#afdc55971060f17c9304f0c406d54afe6">minor_opcode</a>; 
<a name="l00222"></a><a class="code" href="structxcb__xinerama__query__screens__request__t.html#a205209d909a2235732f7bcf9baeb4668">00222</a>     uint16_t <a class="code" href="structxcb__xinerama__query__screens__request__t.html#a205209d909a2235732f7bcf9baeb4668">length</a>; 
<a name="l00223"></a>00223 } <a class="code" href="group__XCB__Xinerama__API.html#ga8a68e2269dfacb790b46a50a525fbdad" title="xcb_xinerama_query_screens_request_t">xcb_xinerama_query_screens_request_t</a>;
<a name="l00224"></a>00224 
<a name="l00228"></a><a class="code" href="structxcb__xinerama__query__screens__reply__t.html">00228</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xinerama__query__screens__reply__t.html" title="xcb_xinerama_query_screens_reply_t">xcb_xinerama_query_screens_reply_t</a> {
<a name="l00229"></a><a class="code" href="structxcb__xinerama__query__screens__reply__t.html#ab796cdd60356ddd5f2133a48f2df44a2">00229</a>     uint8_t  <a class="code" href="structxcb__xinerama__query__screens__reply__t.html#ab796cdd60356ddd5f2133a48f2df44a2">response_type</a>; 
<a name="l00230"></a><a class="code" href="structxcb__xinerama__query__screens__reply__t.html#a4d12ef736ec0752c68e13a4ce1a97d60">00230</a>     uint8_t  <a class="code" href="structxcb__xinerama__query__screens__reply__t.html#a4d12ef736ec0752c68e13a4ce1a97d60">pad0</a>; 
<a name="l00231"></a><a class="code" href="structxcb__xinerama__query__screens__reply__t.html#a33627ab8cedb8d10fb6fbd42bf87f158">00231</a>     uint16_t <a class="code" href="structxcb__xinerama__query__screens__reply__t.html#a33627ab8cedb8d10fb6fbd42bf87f158">sequence</a>; 
<a name="l00232"></a><a class="code" href="structxcb__xinerama__query__screens__reply__t.html#a7d918e7874f449d6c6d863317a6b98e5">00232</a>     uint32_t <a class="code" href="structxcb__xinerama__query__screens__reply__t.html#a7d918e7874f449d6c6d863317a6b98e5">length</a>; 
<a name="l00233"></a><a class="code" href="structxcb__xinerama__query__screens__reply__t.html#abdfa6aeaa37732b720b8577d46506d80">00233</a>     uint32_t <a class="code" href="structxcb__xinerama__query__screens__reply__t.html#abdfa6aeaa37732b720b8577d46506d80">number</a>; 
<a name="l00234"></a><a class="code" href="structxcb__xinerama__query__screens__reply__t.html#ac7cc5710e97e1e521382fb62aed3d0ec">00234</a>     uint8_t  <a class="code" href="structxcb__xinerama__query__screens__reply__t.html#ac7cc5710e97e1e521382fb62aed3d0ec">pad1</a>[20]; 
<a name="l00235"></a>00235 } <a class="code" href="group__XCB__Xinerama__API.html#gae02ad290c3d60d22537f4a1a524b1bf2" title="xcb_xinerama_query_screens_reply_t">xcb_xinerama_query_screens_reply_t</a>;
<a name="l00236"></a>00236 
<a name="l00246"></a>00246 <span class="comment">/*****************************************************************************</span>
<a name="l00247"></a>00247 <span class="comment"> **</span>
<a name="l00248"></a>00248 <span class="comment"> ** void xcb_xinerama_screen_info_next</span>
<a name="l00249"></a>00249 <span class="comment"> ** </span>
<a name="l00250"></a>00250 <span class="comment"> ** @param xcb_xinerama_screen_info_iterator_t *i</span>
<a name="l00251"></a>00251 <span class="comment"> ** @returns void</span>
<a name="l00252"></a>00252 <span class="comment"> **</span>
<a name="l00253"></a>00253 <span class="comment"> *****************************************************************************/</span>
<a name="l00254"></a>00254  
<a name="l00255"></a>00255 <span class="keywordtype">void</span>
<a name="l00256"></a>00256 <a class="code" href="group__XCB__Xinerama__API.html#ga34a49605d0f32e4867a058ad87d0dbc8">xcb_xinerama_screen_info_next</a> (<a class="code" href="structxcb__xinerama__screen__info__iterator__t.html" title="xcb_xinerama_screen_info_iterator_t">xcb_xinerama_screen_info_iterator_t</a> *i  );
<a name="l00257"></a>00257 
<a name="l00268"></a>00268 <span class="comment">/*****************************************************************************</span>
<a name="l00269"></a>00269 <span class="comment"> **</span>
<a name="l00270"></a>00270 <span class="comment"> ** xcb_generic_iterator_t xcb_xinerama_screen_info_end</span>
<a name="l00271"></a>00271 <span class="comment"> ** </span>
<a name="l00272"></a>00272 <span class="comment"> ** @param xcb_xinerama_screen_info_iterator_t i</span>
<a name="l00273"></a>00273 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l00274"></a>00274 <span class="comment"> **</span>
<a name="l00275"></a>00275 <span class="comment"> *****************************************************************************/</span>
<a name="l00276"></a>00276  
<a name="l00277"></a>00277 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l00278"></a>00278 <a class="code" href="group__XCB__Xinerama__API.html#gaea23da6afd4ead1c3539a5073028b49f">xcb_xinerama_screen_info_end</a> (<a class="code" href="structxcb__xinerama__screen__info__iterator__t.html" title="xcb_xinerama_screen_info_iterator_t">xcb_xinerama_screen_info_iterator_t</a> i  );
<a name="l00279"></a>00279 
<a name="l00289"></a>00289 <span class="comment">/*****************************************************************************</span>
<a name="l00290"></a>00290 <span class="comment"> **</span>
<a name="l00291"></a>00291 <span class="comment"> ** xcb_xinerama_query_version_cookie_t xcb_xinerama_query_version</span>
<a name="l00292"></a>00292 <span class="comment"> ** </span>
<a name="l00293"></a>00293 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00294"></a>00294 <span class="comment"> ** @param uint8_t           major</span>
<a name="l00295"></a>00295 <span class="comment"> ** @param uint8_t           minor</span>
<a name="l00296"></a>00296 <span class="comment"> ** @returns xcb_xinerama_query_version_cookie_t</span>
<a name="l00297"></a>00297 <span class="comment"> **</span>
<a name="l00298"></a>00298 <span class="comment"> *****************************************************************************/</span>
<a name="l00299"></a>00299  
<a name="l00300"></a>00300 <a class="code" href="structxcb__xinerama__query__version__cookie__t.html" title="xcb_xinerama_query_version_cookie_t">xcb_xinerama_query_version_cookie_t</a>
<a name="l00301"></a>00301 <a class="code" href="group__XCB__Xinerama__API.html#gaedc34265c794e57d4059d55d8223f25d">xcb_xinerama_query_version</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00302"></a>00302                             uint8_t           major  ,
<a name="l00303"></a>00303                             uint8_t           minor  );
<a name="l00304"></a>00304 
<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_xinerama_query_version_cookie_t xcb_xinerama_query_version_unchecked</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 uint8_t           major</span>
<a name="l00323"></a>00323 <span class="comment"> ** @param uint8_t           minor</span>
<a name="l00324"></a>00324 <span class="comment"> ** @returns xcb_xinerama_query_version_cookie_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__xinerama__query__version__cookie__t.html" title="xcb_xinerama_query_version_cookie_t">xcb_xinerama_query_version_cookie_t</a>
<a name="l00329"></a>00329 <a class="code" href="group__XCB__Xinerama__API.html#ga7f67bb20ae9fbba23021f0de6888659e">xcb_xinerama_query_version_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00330"></a>00330                                       uint8_t           major  ,
<a name="l00331"></a>00331                                       uint8_t           minor  );
<a name="l00332"></a>00332 
<a name="l00348"></a>00348 <span class="comment">/*****************************************************************************</span>
<a name="l00349"></a>00349 <span class="comment"> **</span>
<a name="l00350"></a>00350 <span class="comment"> ** xcb_xinerama_query_version_reply_t * xcb_xinerama_query_version_reply</span>
<a name="l00351"></a>00351 <span class="comment"> ** </span>
<a name="l00352"></a>00352 <span class="comment"> ** @param xcb_connection_t                     *c</span>
<a name="l00353"></a>00353 <span class="comment"> ** @param xcb_xinerama_query_version_cookie_t   cookie</span>
<a name="l00354"></a>00354 <span class="comment"> ** @param xcb_generic_error_t                 **e</span>
<a name="l00355"></a>00355 <span class="comment"> ** @returns xcb_xinerama_query_version_reply_t *</span>
<a name="l00356"></a>00356 <span class="comment"> **</span>
<a name="l00357"></a>00357 <span class="comment"> *****************************************************************************/</span>
<a name="l00358"></a>00358  
<a name="l00359"></a>00359 <a class="code" href="structxcb__xinerama__query__version__reply__t.html" title="xcb_xinerama_query_version_reply_t">xcb_xinerama_query_version_reply_t</a> *
<a name="l00360"></a>00360 <a class="code" href="group__XCB__Xinerama__API.html#ga6e380587d7047e6292ded4c29b700ffb">xcb_xinerama_query_version_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                     *c  ,
<a name="l00361"></a>00361                                   <a class="code" href="structxcb__xinerama__query__version__cookie__t.html" title="xcb_xinerama_query_version_cookie_t">xcb_xinerama_query_version_cookie_t</a>   cookie  ,
<a name="l00362"></a>00362                                   <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                 **e  );
<a name="l00363"></a>00363 
<a name="l00373"></a>00373 <span class="comment">/*****************************************************************************</span>
<a name="l00374"></a>00374 <span class="comment"> **</span>
<a name="l00375"></a>00375 <span class="comment"> ** xcb_xinerama_get_state_cookie_t xcb_xinerama_get_state</span>
<a name="l00376"></a>00376 <span class="comment"> ** </span>
<a name="l00377"></a>00377 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00378"></a>00378 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l00379"></a>00379 <span class="comment"> ** @returns xcb_xinerama_get_state_cookie_t</span>
<a name="l00380"></a>00380 <span class="comment"> **</span>
<a name="l00381"></a>00381 <span class="comment"> *****************************************************************************/</span>
<a name="l00382"></a>00382  
<a name="l00383"></a>00383 <a class="code" href="structxcb__xinerama__get__state__cookie__t.html" title="xcb_xinerama_get_state_cookie_t">xcb_xinerama_get_state_cookie_t</a>
<a name="l00384"></a>00384 <a class="code" href="group__XCB__Xinerama__API.html#ga2a206d38f0a2945031a42bd22cadf1af">xcb_xinerama_get_state</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00385"></a>00385                         xcb_window_t      window  );
<a name="l00386"></a>00386 
<a name="l00399"></a>00399 <span class="comment">/*****************************************************************************</span>
<a name="l00400"></a>00400 <span class="comment"> **</span>
<a name="l00401"></a>00401 <span class="comment"> ** xcb_xinerama_get_state_cookie_t xcb_xinerama_get_state_unchecked</span>
<a name="l00402"></a>00402 <span class="comment"> ** </span>
<a name="l00403"></a>00403 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00404"></a>00404 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l00405"></a>00405 <span class="comment"> ** @returns xcb_xinerama_get_state_cookie_t</span>
<a name="l00406"></a>00406 <span class="comment"> **</span>
<a name="l00407"></a>00407 <span class="comment"> *****************************************************************************/</span>
<a name="l00408"></a>00408  
<a name="l00409"></a>00409 <a class="code" href="structxcb__xinerama__get__state__cookie__t.html" title="xcb_xinerama_get_state_cookie_t">xcb_xinerama_get_state_cookie_t</a>
<a name="l00410"></a>00410 <a class="code" href="group__XCB__Xinerama__API.html#gab290812a35b9ae926e73d14ae9014bfb">xcb_xinerama_get_state_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00411"></a>00411                                   xcb_window_t      window  );
<a name="l00412"></a>00412 
<a name="l00428"></a>00428 <span class="comment">/*****************************************************************************</span>
<a name="l00429"></a>00429 <span class="comment"> **</span>
<a name="l00430"></a>00430 <span class="comment"> ** xcb_xinerama_get_state_reply_t * xcb_xinerama_get_state_reply</span>
<a name="l00431"></a>00431 <span class="comment"> ** </span>
<a name="l00432"></a>00432 <span class="comment"> ** @param xcb_connection_t                 *c</span>
<a name="l00433"></a>00433 <span class="comment"> ** @param xcb_xinerama_get_state_cookie_t   cookie</span>
<a name="l00434"></a>00434 <span class="comment"> ** @param xcb_generic_error_t             **e</span>
<a name="l00435"></a>00435 <span class="comment"> ** @returns xcb_xinerama_get_state_reply_t *</span>
<a name="l00436"></a>00436 <span class="comment"> **</span>
<a name="l00437"></a>00437 <span class="comment"> *****************************************************************************/</span>
<a name="l00438"></a>00438  
<a name="l00439"></a>00439 <a class="code" href="structxcb__xinerama__get__state__reply__t.html" title="xcb_xinerama_get_state_reply_t">xcb_xinerama_get_state_reply_t</a> *
<a name="l00440"></a>00440 <a class="code" href="group__XCB__Xinerama__API.html#gaa3cf099040dfbdd47829a9c2fffc8123">xcb_xinerama_get_state_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                 *c  ,
<a name="l00441"></a>00441                               <a class="code" href="structxcb__xinerama__get__state__cookie__t.html" title="xcb_xinerama_get_state_cookie_t">xcb_xinerama_get_state_cookie_t</a>   cookie  ,
<a name="l00442"></a>00442                               <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>             **e  );
<a name="l00443"></a>00443 
<a name="l00453"></a>00453 <span class="comment">/*****************************************************************************</span>
<a name="l00454"></a>00454 <span class="comment"> **</span>
<a name="l00455"></a>00455 <span class="comment"> ** xcb_xinerama_get_screen_count_cookie_t xcb_xinerama_get_screen_count</span>
<a name="l00456"></a>00456 <span class="comment"> ** </span>
<a name="l00457"></a>00457 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00458"></a>00458 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l00459"></a>00459 <span class="comment"> ** @returns xcb_xinerama_get_screen_count_cookie_t</span>
<a name="l00460"></a>00460 <span class="comment"> **</span>
<a name="l00461"></a>00461 <span class="comment"> *****************************************************************************/</span>
<a name="l00462"></a>00462  
<a name="l00463"></a>00463 <a class="code" href="structxcb__xinerama__get__screen__count__cookie__t.html" title="xcb_xinerama_get_screen_count_cookie_t">xcb_xinerama_get_screen_count_cookie_t</a>
<a name="l00464"></a>00464 <a class="code" href="group__XCB__Xinerama__API.html#ga1ddab77cea1a96eccf87c8edd1cfb498">xcb_xinerama_get_screen_count</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00465"></a>00465                                xcb_window_t      window  );
<a name="l00466"></a>00466 
<a name="l00479"></a>00479 <span class="comment">/*****************************************************************************</span>
<a name="l00480"></a>00480 <span class="comment"> **</span>
<a name="l00481"></a>00481 <span class="comment"> ** xcb_xinerama_get_screen_count_cookie_t xcb_xinerama_get_screen_count_unchecked</span>
<a name="l00482"></a>00482 <span class="comment"> ** </span>
<a name="l00483"></a>00483 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00484"></a>00484 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l00485"></a>00485 <span class="comment"> ** @returns xcb_xinerama_get_screen_count_cookie_t</span>
<a name="l00486"></a>00486 <span class="comment"> **</span>
<a name="l00487"></a>00487 <span class="comment"> *****************************************************************************/</span>
<a name="l00488"></a>00488  
<a name="l00489"></a>00489 <a class="code" href="structxcb__xinerama__get__screen__count__cookie__t.html" title="xcb_xinerama_get_screen_count_cookie_t">xcb_xinerama_get_screen_count_cookie_t</a>
<a name="l00490"></a>00490 <a class="code" href="group__XCB__Xinerama__API.html#ga147c0137b9747c96fcd6b8a08fd4534a">xcb_xinerama_get_screen_count_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00491"></a>00491                                          xcb_window_t      window  );
<a name="l00492"></a>00492 
<a name="l00508"></a>00508 <span class="comment">/*****************************************************************************</span>
<a name="l00509"></a>00509 <span class="comment"> **</span>
<a name="l00510"></a>00510 <span class="comment"> ** xcb_xinerama_get_screen_count_reply_t * xcb_xinerama_get_screen_count_reply</span>
<a name="l00511"></a>00511 <span class="comment"> ** </span>
<a name="l00512"></a>00512 <span class="comment"> ** @param xcb_connection_t                        *c</span>
<a name="l00513"></a>00513 <span class="comment"> ** @param xcb_xinerama_get_screen_count_cookie_t   cookie</span>
<a name="l00514"></a>00514 <span class="comment"> ** @param xcb_generic_error_t                    **e</span>
<a name="l00515"></a>00515 <span class="comment"> ** @returns xcb_xinerama_get_screen_count_reply_t *</span>
<a name="l00516"></a>00516 <span class="comment"> **</span>
<a name="l00517"></a>00517 <span class="comment"> *****************************************************************************/</span>
<a name="l00518"></a>00518  
<a name="l00519"></a>00519 <a class="code" href="structxcb__xinerama__get__screen__count__reply__t.html" title="xcb_xinerama_get_screen_count_reply_t">xcb_xinerama_get_screen_count_reply_t</a> *
<a name="l00520"></a>00520 <a class="code" href="group__XCB__Xinerama__API.html#ga8d5c85ce218638e8636641730df470c6">xcb_xinerama_get_screen_count_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                        *c  ,
<a name="l00521"></a>00521                                      <a class="code" href="structxcb__xinerama__get__screen__count__cookie__t.html" title="xcb_xinerama_get_screen_count_cookie_t">xcb_xinerama_get_screen_count_cookie_t</a>   cookie  ,
<a name="l00522"></a>00522                                      <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                    **e  );
<a name="l00523"></a>00523 
<a name="l00533"></a>00533 <span class="comment">/*****************************************************************************</span>
<a name="l00534"></a>00534 <span class="comment"> **</span>
<a name="l00535"></a>00535 <span class="comment"> ** xcb_xinerama_get_screen_size_cookie_t xcb_xinerama_get_screen_size</span>
<a name="l00536"></a>00536 <span class="comment"> ** </span>
<a name="l00537"></a>00537 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00538"></a>00538 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l00539"></a>00539 <span class="comment"> ** @param uint32_t          screen</span>
<a name="l00540"></a>00540 <span class="comment"> ** @returns xcb_xinerama_get_screen_size_cookie_t</span>
<a name="l00541"></a>00541 <span class="comment"> **</span>
<a name="l00542"></a>00542 <span class="comment"> *****************************************************************************/</span>
<a name="l00543"></a>00543  
<a name="l00544"></a>00544 <a class="code" href="structxcb__xinerama__get__screen__size__cookie__t.html" title="xcb_xinerama_get_screen_size_cookie_t">xcb_xinerama_get_screen_size_cookie_t</a>
<a name="l00545"></a>00545 <a class="code" href="group__XCB__Xinerama__API.html#ga63d8d7d6765a7b8c71197ba6de146fc6">xcb_xinerama_get_screen_size</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00546"></a>00546                               xcb_window_t      window  ,
<a name="l00547"></a>00547                               uint32_t          screen  );
<a name="l00548"></a>00548 
<a name="l00561"></a>00561 <span class="comment">/*****************************************************************************</span>
<a name="l00562"></a>00562 <span class="comment"> **</span>
<a name="l00563"></a>00563 <span class="comment"> ** xcb_xinerama_get_screen_size_cookie_t xcb_xinerama_get_screen_size_unchecked</span>
<a name="l00564"></a>00564 <span class="comment"> ** </span>
<a name="l00565"></a>00565 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00566"></a>00566 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l00567"></a>00567 <span class="comment"> ** @param uint32_t          screen</span>
<a name="l00568"></a>00568 <span class="comment"> ** @returns xcb_xinerama_get_screen_size_cookie_t</span>
<a name="l00569"></a>00569 <span class="comment"> **</span>
<a name="l00570"></a>00570 <span class="comment"> *****************************************************************************/</span>
<a name="l00571"></a>00571  
<a name="l00572"></a>00572 <a class="code" href="structxcb__xinerama__get__screen__size__cookie__t.html" title="xcb_xinerama_get_screen_size_cookie_t">xcb_xinerama_get_screen_size_cookie_t</a>
<a name="l00573"></a>00573 <a class="code" href="group__XCB__Xinerama__API.html#ga33296df5b42bf28c440753f0381d4347">xcb_xinerama_get_screen_size_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00574"></a>00574                                         xcb_window_t      window  ,
<a name="l00575"></a>00575                                         uint32_t          screen  );
<a name="l00576"></a>00576 
<a name="l00592"></a>00592 <span class="comment">/*****************************************************************************</span>
<a name="l00593"></a>00593 <span class="comment"> **</span>
<a name="l00594"></a>00594 <span class="comment"> ** xcb_xinerama_get_screen_size_reply_t * xcb_xinerama_get_screen_size_reply</span>
<a name="l00595"></a>00595 <span class="comment"> ** </span>
<a name="l00596"></a>00596 <span class="comment"> ** @param xcb_connection_t                       *c</span>
<a name="l00597"></a>00597 <span class="comment"> ** @param xcb_xinerama_get_screen_size_cookie_t   cookie</span>
<a name="l00598"></a>00598 <span class="comment"> ** @param xcb_generic_error_t                   **e</span>
<a name="l00599"></a>00599 <span class="comment"> ** @returns xcb_xinerama_get_screen_size_reply_t *</span>
<a name="l00600"></a>00600 <span class="comment"> **</span>
<a name="l00601"></a>00601 <span class="comment"> *****************************************************************************/</span>
<a name="l00602"></a>00602  
<a name="l00603"></a>00603 <a class="code" href="structxcb__xinerama__get__screen__size__reply__t.html" title="xcb_xinerama_get_screen_size_reply_t">xcb_xinerama_get_screen_size_reply_t</a> *
<a name="l00604"></a>00604 <a class="code" href="group__XCB__Xinerama__API.html#gaebb2dab474dfc234335343fd45fd7ca0">xcb_xinerama_get_screen_size_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                       *c  ,
<a name="l00605"></a>00605                                     <a class="code" href="structxcb__xinerama__get__screen__size__cookie__t.html" title="xcb_xinerama_get_screen_size_cookie_t">xcb_xinerama_get_screen_size_cookie_t</a>   cookie  ,
<a name="l00606"></a>00606                                     <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                   **e  );
<a name="l00607"></a>00607 
<a name="l00617"></a>00617 <span class="comment">/*****************************************************************************</span>
<a name="l00618"></a>00618 <span class="comment"> **</span>
<a name="l00619"></a>00619 <span class="comment"> ** xcb_xinerama_is_active_cookie_t xcb_xinerama_is_active</span>
<a name="l00620"></a>00620 <span class="comment"> ** </span>
<a name="l00621"></a>00621 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00622"></a>00622 <span class="comment"> ** @returns xcb_xinerama_is_active_cookie_t</span>
<a name="l00623"></a>00623 <span class="comment"> **</span>
<a name="l00624"></a>00624 <span class="comment"> *****************************************************************************/</span>
<a name="l00625"></a>00625  
<a name="l00626"></a>00626 <a class="code" href="structxcb__xinerama__is__active__cookie__t.html" title="xcb_xinerama_is_active_cookie_t">xcb_xinerama_is_active_cookie_t</a>
<a name="l00627"></a>00627 <a class="code" href="group__XCB__Xinerama__API.html#ga4987446a8ec3e696a90196efc2216176">xcb_xinerama_is_active</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l00628"></a>00628 
<a name="l00641"></a>00641 <span class="comment">/*****************************************************************************</span>
<a name="l00642"></a>00642 <span class="comment"> **</span>
<a name="l00643"></a>00643 <span class="comment"> ** xcb_xinerama_is_active_cookie_t xcb_xinerama_is_active_unchecked</span>
<a name="l00644"></a>00644 <span class="comment"> ** </span>
<a name="l00645"></a>00645 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00646"></a>00646 <span class="comment"> ** @returns xcb_xinerama_is_active_cookie_t</span>
<a name="l00647"></a>00647 <span class="comment"> **</span>
<a name="l00648"></a>00648 <span class="comment"> *****************************************************************************/</span>
<a name="l00649"></a>00649  
<a name="l00650"></a>00650 <a class="code" href="structxcb__xinerama__is__active__cookie__t.html" title="xcb_xinerama_is_active_cookie_t">xcb_xinerama_is_active_cookie_t</a>
<a name="l00651"></a>00651 <a class="code" href="group__XCB__Xinerama__API.html#gac14cf9a0ee65cfc2a4a24eca9895f5c5">xcb_xinerama_is_active_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l00652"></a>00652 
<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_xinerama_is_active_reply_t * xcb_xinerama_is_active_reply</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_xinerama_is_active_cookie_t   cookie</span>
<a name="l00674"></a>00674 <span class="comment"> ** @param xcb_generic_error_t             **e</span>
<a name="l00675"></a>00675 <span class="comment"> ** @returns xcb_xinerama_is_active_reply_t *</span>
<a name="l00676"></a>00676 <span class="comment"> **</span>
<a name="l00677"></a>00677 <span class="comment"> *****************************************************************************/</span>
<a name="l00678"></a>00678  
<a name="l00679"></a>00679 <a class="code" href="structxcb__xinerama__is__active__reply__t.html" title="xcb_xinerama_is_active_reply_t">xcb_xinerama_is_active_reply_t</a> *
<a name="l00680"></a>00680 <a class="code" href="group__XCB__Xinerama__API.html#gacd00457da873a55f13c8fefc078ed5a7">xcb_xinerama_is_active_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                 *c  ,
<a name="l00681"></a>00681                               <a class="code" href="structxcb__xinerama__is__active__cookie__t.html" title="xcb_xinerama_is_active_cookie_t">xcb_xinerama_is_active_cookie_t</a>   cookie  ,
<a name="l00682"></a>00682                               <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>             **e  );
<a name="l00683"></a>00683 
<a name="l00693"></a>00693 <span class="comment">/*****************************************************************************</span>
<a name="l00694"></a>00694 <span class="comment"> **</span>
<a name="l00695"></a>00695 <span class="comment"> ** xcb_xinerama_query_screens_cookie_t xcb_xinerama_query_screens</span>
<a name="l00696"></a>00696 <span class="comment"> ** </span>
<a name="l00697"></a>00697 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00698"></a>00698 <span class="comment"> ** @returns xcb_xinerama_query_screens_cookie_t</span>
<a name="l00699"></a>00699 <span class="comment"> **</span>
<a name="l00700"></a>00700 <span class="comment"> *****************************************************************************/</span>
<a name="l00701"></a>00701  
<a name="l00702"></a>00702 <a class="code" href="structxcb__xinerama__query__screens__cookie__t.html" title="xcb_xinerama_query_screens_cookie_t">xcb_xinerama_query_screens_cookie_t</a>
<a name="l00703"></a>00703 <a class="code" href="group__XCB__Xinerama__API.html#ga6cfc2317d336af7e1bfce98d1a6bb671">xcb_xinerama_query_screens</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l00704"></a>00704 
<a name="l00717"></a>00717 <span class="comment">/*****************************************************************************</span>
<a name="l00718"></a>00718 <span class="comment"> **</span>
<a name="l00719"></a>00719 <span class="comment"> ** xcb_xinerama_query_screens_cookie_t xcb_xinerama_query_screens_unchecked</span>
<a name="l00720"></a>00720 <span class="comment"> ** </span>
<a name="l00721"></a>00721 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00722"></a>00722 <span class="comment"> ** @returns xcb_xinerama_query_screens_cookie_t</span>
<a name="l00723"></a>00723 <span class="comment"> **</span>
<a name="l00724"></a>00724 <span class="comment"> *****************************************************************************/</span>
<a name="l00725"></a>00725  
<a name="l00726"></a>00726 <a class="code" href="structxcb__xinerama__query__screens__cookie__t.html" title="xcb_xinerama_query_screens_cookie_t">xcb_xinerama_query_screens_cookie_t</a>
<a name="l00727"></a>00727 <a class="code" href="group__XCB__Xinerama__API.html#ga4e8ed22b0c0f69ab8936dc16f518ef93">xcb_xinerama_query_screens_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l00728"></a>00728 
<a name="l00729"></a>00729 
<a name="l00730"></a>00730 <span class="comment">/*****************************************************************************</span>
<a name="l00731"></a>00731 <span class="comment"> **</span>
<a name="l00732"></a>00732 <span class="comment"> ** xcb_xinerama_screen_info_t * xcb_xinerama_query_screens_screen_info</span>
<a name="l00733"></a>00733 <span class="comment"> ** </span>
<a name="l00734"></a>00734 <span class="comment"> ** @param const xcb_xinerama_query_screens_reply_t *R</span>
<a name="l00735"></a>00735 <span class="comment"> ** @returns xcb_xinerama_screen_info_t *</span>
<a name="l00736"></a>00736 <span class="comment"> **</span>
<a name="l00737"></a>00737 <span class="comment"> *****************************************************************************/</span>
<a name="l00738"></a>00738  
<a name="l00739"></a>00739 <a class="code" href="structxcb__xinerama__screen__info__t.html" title="xcb_xinerama_screen_info_t">xcb_xinerama_screen_info_t</a> *
<a name="l00740"></a>00740 xcb_xinerama_query_screens_screen_info (<span class="keyword">const</span> <a class="code" href="structxcb__xinerama__query__screens__reply__t.html" title="xcb_xinerama_query_screens_reply_t">xcb_xinerama_query_screens_reply_t</a> *R  );
<a name="l00741"></a>00741 
<a name="l00742"></a>00742 
<a name="l00743"></a>00743 <span class="comment">/*****************************************************************************</span>
<a name="l00744"></a>00744 <span class="comment"> **</span>
<a name="l00745"></a>00745 <span class="comment"> ** int xcb_xinerama_query_screens_screen_info_length</span>
<a name="l00746"></a>00746 <span class="comment"> ** </span>
<a name="l00747"></a>00747 <span class="comment"> ** @param const xcb_xinerama_query_screens_reply_t *R</span>
<a name="l00748"></a>00748 <span class="comment"> ** @returns int</span>
<a name="l00749"></a>00749 <span class="comment"> **</span>
<a name="l00750"></a>00750 <span class="comment"> *****************************************************************************/</span>
<a name="l00751"></a>00751  
<a name="l00752"></a>00752 <span class="keywordtype">int</span>
<a name="l00753"></a>00753 xcb_xinerama_query_screens_screen_info_length (<span class="keyword">const</span> <a class="code" href="structxcb__xinerama__query__screens__reply__t.html" title="xcb_xinerama_query_screens_reply_t">xcb_xinerama_query_screens_reply_t</a> *R  );
<a name="l00754"></a>00754 
<a name="l00755"></a>00755 
<a name="l00756"></a>00756 <span class="comment">/*****************************************************************************</span>
<a name="l00757"></a>00757 <span class="comment"> **</span>
<a name="l00758"></a>00758 <span class="comment"> ** xcb_xinerama_screen_info_iterator_t xcb_xinerama_query_screens_screen_info_iterator</span>
<a name="l00759"></a>00759 <span class="comment"> ** </span>
<a name="l00760"></a>00760 <span class="comment"> ** @param const xcb_xinerama_query_screens_reply_t *R</span>
<a name="l00761"></a>00761 <span class="comment"> ** @returns xcb_xinerama_screen_info_iterator_t</span>
<a name="l00762"></a>00762 <span class="comment"> **</span>
<a name="l00763"></a>00763 <span class="comment"> *****************************************************************************/</span>
<a name="l00764"></a>00764  
<a name="l00765"></a>00765 <a class="code" href="structxcb__xinerama__screen__info__iterator__t.html" title="xcb_xinerama_screen_info_iterator_t">xcb_xinerama_screen_info_iterator_t</a>
<a name="l00766"></a>00766 xcb_xinerama_query_screens_screen_info_iterator (<span class="keyword">const</span> <a class="code" href="structxcb__xinerama__query__screens__reply__t.html" title="xcb_xinerama_query_screens_reply_t">xcb_xinerama_query_screens_reply_t</a> *R  );
<a name="l00767"></a>00767 
<a name="l00783"></a>00783 <span class="comment">/*****************************************************************************</span>
<a name="l00784"></a>00784 <span class="comment"> **</span>
<a name="l00785"></a>00785 <span class="comment"> ** xcb_xinerama_query_screens_reply_t * xcb_xinerama_query_screens_reply</span>
<a name="l00786"></a>00786 <span class="comment"> ** </span>
<a name="l00787"></a>00787 <span class="comment"> ** @param xcb_connection_t                     *c</span>
<a name="l00788"></a>00788 <span class="comment"> ** @param xcb_xinerama_query_screens_cookie_t   cookie</span>
<a name="l00789"></a>00789 <span class="comment"> ** @param xcb_generic_error_t                 **e</span>
<a name="l00790"></a>00790 <span class="comment"> ** @returns xcb_xinerama_query_screens_reply_t *</span>
<a name="l00791"></a>00791 <span class="comment"> **</span>
<a name="l00792"></a>00792 <span class="comment"> *****************************************************************************/</span>
<a name="l00793"></a>00793  
<a name="l00794"></a>00794 <a class="code" href="structxcb__xinerama__query__screens__reply__t.html" title="xcb_xinerama_query_screens_reply_t">xcb_xinerama_query_screens_reply_t</a> *
<a name="l00795"></a>00795 <a class="code" href="group__XCB__Xinerama__API.html#gaa2a4e1ca7106cc03cab2dfcfec5ae3c6">xcb_xinerama_query_screens_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                     *c  ,
<a name="l00796"></a>00796                                   <a class="code" href="structxcb__xinerama__query__screens__cookie__t.html" title="xcb_xinerama_query_screens_cookie_t">xcb_xinerama_query_screens_cookie_t</a>   cookie  ,
<a name="l00797"></a>00797                                   <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                 **e  );
<a name="l00798"></a>00798 
<a name="l00799"></a>00799 
<a name="l00800"></a>00800 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00801"></a>00801 <span class="preprocessor"></span>}
<a name="l00802"></a>00802 <span class="preprocessor">#endif</span>
<a name="l00803"></a>00803 <span class="preprocessor"></span>
<a name="l00804"></a>00804 <span class="preprocessor">#endif</span>
<a name="l00805"></a>00805 <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>