Sophie

Sophie

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

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: xfixes.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>xfixes.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 xfixes.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 __XFIXES_H</span>
<a name="l00013"></a>00013 <span class="preprocessor"></span><span class="preprocessor">#define __XFIXES_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 <span class="preprocessor">#include &quot;render.h&quot;</span>
<a name="l00018"></a>00018 <span class="preprocessor">#include &quot;shape.h&quot;</span>
<a name="l00019"></a>00019 
<a name="l00020"></a>00020 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {
<a name="l00022"></a>00022 <span class="preprocessor">#endif</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span>
<a name="l00024"></a>00024 <span class="preprocessor">#define XCB_XFIXES_MAJOR_VERSION 4</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span><span class="preprocessor">#define XCB_XFIXES_MINOR_VERSION 0</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span>  
<a name="l00027"></a>00027 <span class="keyword">extern</span> <a class="code" href="structxcb__extension__t.html">xcb_extension_t</a> xcb_xfixes_id;
<a name="l00028"></a>00028 
<a name="l00032"></a><a class="code" href="structxcb__xfixes__query__version__cookie__t.html">00032</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__query__version__cookie__t.html" title="xcb_xfixes_query_version_cookie_t">xcb_xfixes_query_version_cookie_t</a> {
<a name="l00033"></a><a class="code" href="structxcb__xfixes__query__version__cookie__t.html#ab06b89ec2f1b0ca8ac0e0373a2f383b7">00033</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xfixes__query__version__cookie__t.html#ab06b89ec2f1b0ca8ac0e0373a2f383b7">sequence</a>; 
<a name="l00034"></a>00034 } <a class="code" href="group__XCB__XFixes__API.html#gafb96f980b717864c3bb6660f60bf2f0e" title="xcb_xfixes_query_version_cookie_t">xcb_xfixes_query_version_cookie_t</a>;
<a name="l00035"></a>00035 
<a name="l00037"></a><a class="code" href="group__XCB__XFixes__API.html#ga55798796f73ef9e347ce0f029480de70">00037</a> <span class="preprocessor">#define XCB_XFIXES_QUERY_VERSION 0</span>
<a name="l00038"></a>00038 <span class="preprocessor"></span>
<a name="l00042"></a><a class="code" href="structxcb__xfixes__query__version__request__t.html">00042</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__query__version__request__t.html" title="xcb_xfixes_query_version_request_t">xcb_xfixes_query_version_request_t</a> {
<a name="l00043"></a><a class="code" href="structxcb__xfixes__query__version__request__t.html#a6d1d409e58b3fe305a305a35b107c9a3">00043</a>     uint8_t  <a class="code" href="structxcb__xfixes__query__version__request__t.html#a6d1d409e58b3fe305a305a35b107c9a3">major_opcode</a>; 
<a name="l00044"></a><a class="code" href="structxcb__xfixes__query__version__request__t.html#a9432af9c8b2b6928fc9279fd7f345f7a">00044</a>     uint8_t  <a class="code" href="structxcb__xfixes__query__version__request__t.html#a9432af9c8b2b6928fc9279fd7f345f7a">minor_opcode</a>; 
<a name="l00045"></a><a class="code" href="structxcb__xfixes__query__version__request__t.html#a87fff8344516cbd93f63498370347cf3">00045</a>     uint16_t <a class="code" href="structxcb__xfixes__query__version__request__t.html#a87fff8344516cbd93f63498370347cf3">length</a>; 
<a name="l00046"></a><a class="code" href="structxcb__xfixes__query__version__request__t.html#a63535e0891bac0f21910934338175dcf">00046</a>     uint32_t <a class="code" href="structxcb__xfixes__query__version__request__t.html#a63535e0891bac0f21910934338175dcf">client_major_version</a>; 
<a name="l00047"></a><a class="code" href="structxcb__xfixes__query__version__request__t.html#ab26442ec02877b4c262e0a1286a74c66">00047</a>     uint32_t <a class="code" href="structxcb__xfixes__query__version__request__t.html#ab26442ec02877b4c262e0a1286a74c66">client_minor_version</a>; 
<a name="l00048"></a>00048 } <a class="code" href="group__XCB__XFixes__API.html#gac5c7acb0f4821ac2ea90b1cf4f6d1935" title="xcb_xfixes_query_version_request_t">xcb_xfixes_query_version_request_t</a>;
<a name="l00049"></a>00049 
<a name="l00053"></a><a class="code" href="structxcb__xfixes__query__version__reply__t.html">00053</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__query__version__reply__t.html" title="xcb_xfixes_query_version_reply_t">xcb_xfixes_query_version_reply_t</a> {
<a name="l00054"></a><a class="code" href="structxcb__xfixes__query__version__reply__t.html#a10d0149d370d61cd4d67ea061ca22595">00054</a>     uint8_t  <a class="code" href="structxcb__xfixes__query__version__reply__t.html#a10d0149d370d61cd4d67ea061ca22595">response_type</a>; 
<a name="l00055"></a><a class="code" href="structxcb__xfixes__query__version__reply__t.html#a8ee00338283e1fc50e24c07f09c622a4">00055</a>     uint8_t  <a class="code" href="structxcb__xfixes__query__version__reply__t.html#a8ee00338283e1fc50e24c07f09c622a4">pad0</a>; 
<a name="l00056"></a><a class="code" href="structxcb__xfixes__query__version__reply__t.html#a05c31e04979172fe24044cdf2663735e">00056</a>     uint16_t <a class="code" href="structxcb__xfixes__query__version__reply__t.html#a05c31e04979172fe24044cdf2663735e">sequence</a>; 
<a name="l00057"></a><a class="code" href="structxcb__xfixes__query__version__reply__t.html#a6651b3f8e2c3b2fdf8a3e7c3a46a2e7e">00057</a>     uint32_t <a class="code" href="structxcb__xfixes__query__version__reply__t.html#a6651b3f8e2c3b2fdf8a3e7c3a46a2e7e">length</a>; 
<a name="l00058"></a><a class="code" href="structxcb__xfixes__query__version__reply__t.html#a1eda5c6545a3f860732620fc15bd4c72">00058</a>     uint32_t <a class="code" href="structxcb__xfixes__query__version__reply__t.html#a1eda5c6545a3f860732620fc15bd4c72">major_version</a>; 
<a name="l00059"></a><a class="code" href="structxcb__xfixes__query__version__reply__t.html#ad45bb4d95c60ffd412c1f7d3ffbc350e">00059</a>     uint32_t <a class="code" href="structxcb__xfixes__query__version__reply__t.html#ad45bb4d95c60ffd412c1f7d3ffbc350e">minor_version</a>; 
<a name="l00060"></a><a class="code" href="structxcb__xfixes__query__version__reply__t.html#adf6b23a12ffec0e07eea229b3db8dd97">00060</a>     uint8_t  <a class="code" href="structxcb__xfixes__query__version__reply__t.html#adf6b23a12ffec0e07eea229b3db8dd97">pad1</a>[16]; 
<a name="l00061"></a>00061 } <a class="code" href="group__XCB__XFixes__API.html#gad78ac2efc561bed0626865617ec87a92" title="xcb_xfixes_query_version_reply_t">xcb_xfixes_query_version_reply_t</a>;
<a name="l00062"></a>00062 
<a name="l00063"></a>00063 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_xfixes_save_set_mode_t {
<a name="l00064"></a>00064     XCB_XFIXES_SAVE_SET_MODE_INSERT,
<a name="l00065"></a>00065     XCB_XFIXES_SAVE_SET_MODE_DELETE
<a name="l00066"></a>00066 } xcb_xfixes_save_set_mode_t;
<a name="l00067"></a>00067 
<a name="l00068"></a>00068 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_xfixes_save_set_target_t {
<a name="l00069"></a>00069     XCB_XFIXES_SAVE_SET_TARGET_NEAREST,
<a name="l00070"></a>00070     XCB_XFIXES_SAVE_SET_TARGET_ROOT
<a name="l00071"></a>00071 } xcb_xfixes_save_set_target_t;
<a name="l00072"></a>00072 
<a name="l00073"></a>00073 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_xfixes_save_set_mapping_t {
<a name="l00074"></a>00074     XCB_XFIXES_SAVE_SET_MAPPING_MAP,
<a name="l00075"></a>00075     XCB_XFIXES_SAVE_SET_MAPPING_UNMAP
<a name="l00076"></a>00076 } xcb_xfixes_save_set_mapping_t;
<a name="l00077"></a>00077 
<a name="l00079"></a><a class="code" href="group__XCB__XFixes__API.html#ga676c24e5d3f0814cae4baa4aa4afdda3">00079</a> <span class="preprocessor">#define XCB_XFIXES_CHANGE_SAVE_SET 1</span>
<a name="l00080"></a>00080 <span class="preprocessor"></span>
<a name="l00084"></a><a class="code" href="structxcb__xfixes__change__save__set__request__t.html">00084</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__change__save__set__request__t.html" title="xcb_xfixes_change_save_set_request_t">xcb_xfixes_change_save_set_request_t</a> {
<a name="l00085"></a><a class="code" href="structxcb__xfixes__change__save__set__request__t.html#af02daafaef04049d837dc9c135b508db">00085</a>     uint8_t      <a class="code" href="structxcb__xfixes__change__save__set__request__t.html#af02daafaef04049d837dc9c135b508db">major_opcode</a>; 
<a name="l00086"></a><a class="code" href="structxcb__xfixes__change__save__set__request__t.html#a7872dc4b7209fe9bb6a64bf920b9f6a4">00086</a>     uint8_t      <a class="code" href="structxcb__xfixes__change__save__set__request__t.html#a7872dc4b7209fe9bb6a64bf920b9f6a4">minor_opcode</a>; 
<a name="l00087"></a><a class="code" href="structxcb__xfixes__change__save__set__request__t.html#a4e345e1d13ad74298e9883c70e8f4105">00087</a>     uint16_t     <a class="code" href="structxcb__xfixes__change__save__set__request__t.html#a4e345e1d13ad74298e9883c70e8f4105">length</a>; 
<a name="l00088"></a><a class="code" href="structxcb__xfixes__change__save__set__request__t.html#aeec0792a2312b6b401e92daeffb102cf">00088</a>     uint8_t      <a class="code" href="structxcb__xfixes__change__save__set__request__t.html#aeec0792a2312b6b401e92daeffb102cf">mode</a>; 
<a name="l00089"></a><a class="code" href="structxcb__xfixes__change__save__set__request__t.html#ad3e96acb83b6fca30bd639b5146de8b3">00089</a>     uint8_t      <a class="code" href="structxcb__xfixes__change__save__set__request__t.html#ad3e96acb83b6fca30bd639b5146de8b3">target</a>; 
<a name="l00090"></a><a class="code" href="structxcb__xfixes__change__save__set__request__t.html#aa870583732708901af34bd048173bc30">00090</a>     uint8_t      <a class="code" href="structxcb__xfixes__change__save__set__request__t.html#aa870583732708901af34bd048173bc30">map</a>; 
<a name="l00091"></a><a class="code" href="structxcb__xfixes__change__save__set__request__t.html#aa2a15200cee259bd6f54dd1a9269f7ed">00091</a>     uint8_t      <a class="code" href="structxcb__xfixes__change__save__set__request__t.html#aa2a15200cee259bd6f54dd1a9269f7ed">pad0</a>; 
<a name="l00092"></a><a class="code" href="structxcb__xfixes__change__save__set__request__t.html#a6bdd1853bcd11566e2965e5cf9a1301d">00092</a>     xcb_window_t <a class="code" href="structxcb__xfixes__change__save__set__request__t.html#a6bdd1853bcd11566e2965e5cf9a1301d">window</a>; 
<a name="l00093"></a>00093 } <a class="code" href="group__XCB__XFixes__API.html#gaf691cba4ad3fe265db833d38a4ee46b6" title="xcb_xfixes_change_save_set_request_t">xcb_xfixes_change_save_set_request_t</a>;
<a name="l00094"></a>00094 
<a name="l00095"></a>00095 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_xfixes_selection_event_t {
<a name="l00096"></a>00096     XCB_XFIXES_SELECTION_EVENT_SET_SELECTION_OWNER,
<a name="l00097"></a>00097     XCB_XFIXES_SELECTION_EVENT_SELECTION_WINDOW_DESTROY,
<a name="l00098"></a>00098     XCB_XFIXES_SELECTION_EVENT_SELECTION_CLIENT_CLOSE
<a name="l00099"></a>00099 } xcb_xfixes_selection_event_t;
<a name="l00100"></a>00100 
<a name="l00101"></a>00101 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_xfixes_selection_event_mask_t {
<a name="l00102"></a>00102     XCB_XFIXES_SELECTION_EVENT_MASK_SET_SELECTION_OWNER = 1,
<a name="l00103"></a>00103     XCB_XFIXES_SELECTION_EVENT_MASK_SELECTION_WINDOW_DESTROY = 2,
<a name="l00104"></a>00104     XCB_XFIXES_SELECTION_EVENT_MASK_SELECTION_CLIENT_CLOSE = 4
<a name="l00105"></a>00105 } xcb_xfixes_selection_event_mask_t;
<a name="l00106"></a>00106 
<a name="l00108"></a><a class="code" href="group__XCB__XFixes__API.html#ga266608eddda78d8094fb7a211033bf79">00108</a> <span class="preprocessor">#define XCB_XFIXES_SELECTION_NOTIFY 0</span>
<a name="l00109"></a>00109 <span class="preprocessor"></span>
<a name="l00113"></a><a class="code" href="structxcb__xfixes__selection__notify__event__t.html">00113</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__selection__notify__event__t.html" title="xcb_xfixes_selection_notify_event_t">xcb_xfixes_selection_notify_event_t</a> {
<a name="l00114"></a><a class="code" href="structxcb__xfixes__selection__notify__event__t.html#a680c968ea949b1f16e490b9f6fbb41a3">00114</a>     uint8_t         <a class="code" href="structxcb__xfixes__selection__notify__event__t.html#a680c968ea949b1f16e490b9f6fbb41a3">response_type</a>; 
<a name="l00115"></a><a class="code" href="structxcb__xfixes__selection__notify__event__t.html#aa3947413d5ac2075c8ec14a37c8043a8">00115</a>     uint8_t         <a class="code" href="structxcb__xfixes__selection__notify__event__t.html#aa3947413d5ac2075c8ec14a37c8043a8">subtype</a>; 
<a name="l00116"></a><a class="code" href="structxcb__xfixes__selection__notify__event__t.html#a274344d1c0e4a8efe994a1d0c566a051">00116</a>     uint16_t        <a class="code" href="structxcb__xfixes__selection__notify__event__t.html#a274344d1c0e4a8efe994a1d0c566a051">sequence</a>; 
<a name="l00117"></a><a class="code" href="structxcb__xfixes__selection__notify__event__t.html#a92c348d31ad317b5b1c36ea10eb32b3c">00117</a>     xcb_window_t    <a class="code" href="structxcb__xfixes__selection__notify__event__t.html#a92c348d31ad317b5b1c36ea10eb32b3c">window</a>; 
<a name="l00118"></a><a class="code" href="structxcb__xfixes__selection__notify__event__t.html#af856f7fb72411168074f492e6d490072">00118</a>     xcb_window_t    <a class="code" href="structxcb__xfixes__selection__notify__event__t.html#af856f7fb72411168074f492e6d490072">owner</a>; 
<a name="l00119"></a><a class="code" href="structxcb__xfixes__selection__notify__event__t.html#a731154839d30bbf5878756300db011c6">00119</a>     xcb_atom_t      <a class="code" href="structxcb__xfixes__selection__notify__event__t.html#a731154839d30bbf5878756300db011c6">selection</a>; 
<a name="l00120"></a><a class="code" href="structxcb__xfixes__selection__notify__event__t.html#a6becdf40f0423ca4444fe832dfe8b1e0">00120</a>     xcb_timestamp_t <a class="code" href="structxcb__xfixes__selection__notify__event__t.html#a6becdf40f0423ca4444fe832dfe8b1e0">timestamp</a>; 
<a name="l00121"></a><a class="code" href="structxcb__xfixes__selection__notify__event__t.html#af62011ea1252d280141b64b52c1f4663">00121</a>     xcb_timestamp_t <a class="code" href="structxcb__xfixes__selection__notify__event__t.html#af62011ea1252d280141b64b52c1f4663">selection_timestamp</a>; 
<a name="l00122"></a><a class="code" href="structxcb__xfixes__selection__notify__event__t.html#a24231b499e085ab5018a7566c1c301fe">00122</a>     uint8_t         <a class="code" href="structxcb__xfixes__selection__notify__event__t.html#a24231b499e085ab5018a7566c1c301fe">pad0</a>[8]; 
<a name="l00123"></a>00123 } <a class="code" href="group__XCB__XFixes__API.html#ga43b5fca458f26988e567f8fce9f0b0e1" title="xcb_xfixes_selection_notify_event_t">xcb_xfixes_selection_notify_event_t</a>;
<a name="l00124"></a>00124 
<a name="l00126"></a><a class="code" href="group__XCB__XFixes__API.html#gaee784076a78280763e431302c45abc37">00126</a> <span class="preprocessor">#define XCB_XFIXES_SELECT_SELECTION_INPUT 2</span>
<a name="l00127"></a>00127 <span class="preprocessor"></span>
<a name="l00131"></a><a class="code" href="structxcb__xfixes__select__selection__input__request__t.html">00131</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__select__selection__input__request__t.html" title="xcb_xfixes_select_selection_input_request_t">xcb_xfixes_select_selection_input_request_t</a> {
<a name="l00132"></a><a class="code" href="structxcb__xfixes__select__selection__input__request__t.html#adf979c5e474aef3a317559efeba66770">00132</a>     uint8_t      <a class="code" href="structxcb__xfixes__select__selection__input__request__t.html#adf979c5e474aef3a317559efeba66770">major_opcode</a>; 
<a name="l00133"></a><a class="code" href="structxcb__xfixes__select__selection__input__request__t.html#abaa6882e98f0e57e84bd24d7b56ceba0">00133</a>     uint8_t      <a class="code" href="structxcb__xfixes__select__selection__input__request__t.html#abaa6882e98f0e57e84bd24d7b56ceba0">minor_opcode</a>; 
<a name="l00134"></a><a class="code" href="structxcb__xfixes__select__selection__input__request__t.html#ac67f527f5ee92738cf41e47a47179a0e">00134</a>     uint16_t     <a class="code" href="structxcb__xfixes__select__selection__input__request__t.html#ac67f527f5ee92738cf41e47a47179a0e">length</a>; 
<a name="l00135"></a><a class="code" href="structxcb__xfixes__select__selection__input__request__t.html#add5140465b88bacd225c9bb1a4fbf6a7">00135</a>     xcb_window_t <a class="code" href="structxcb__xfixes__select__selection__input__request__t.html#add5140465b88bacd225c9bb1a4fbf6a7">window</a>; 
<a name="l00136"></a><a class="code" href="structxcb__xfixes__select__selection__input__request__t.html#abdf75c670c8fbd28f1fd56bca1b254fc">00136</a>     xcb_atom_t   <a class="code" href="structxcb__xfixes__select__selection__input__request__t.html#abdf75c670c8fbd28f1fd56bca1b254fc">selection</a>; 
<a name="l00137"></a><a class="code" href="structxcb__xfixes__select__selection__input__request__t.html#a3fccf1ec91e43a5763e9c0cbe9113c71">00137</a>     uint32_t     <a class="code" href="structxcb__xfixes__select__selection__input__request__t.html#a3fccf1ec91e43a5763e9c0cbe9113c71">event_mask</a>; 
<a name="l00138"></a>00138 } <a class="code" href="group__XCB__XFixes__API.html#ga02b259d0b4d8ae9ec5eb32e759c3a04b" title="xcb_xfixes_select_selection_input_request_t">xcb_xfixes_select_selection_input_request_t</a>;
<a name="l00139"></a>00139 
<a name="l00140"></a>00140 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_xfixes_cursor_notify_t {
<a name="l00141"></a>00141     XCB_XFIXES_CURSOR_NOTIFY_DISPLAY_CURSOR
<a name="l00142"></a>00142 } xcb_xfixes_cursor_notify_t;
<a name="l00143"></a>00143 
<a name="l00144"></a>00144 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_xfixes_cursor_notify_mask_t {
<a name="l00145"></a>00145     XCB_XFIXES_CURSOR_NOTIFY_MASK_DISPLAY_CURSOR = 1
<a name="l00146"></a>00146 } xcb_xfixes_cursor_notify_mask_t;
<a name="l00147"></a>00147 
<a name="l00149"></a><a class="code" href="group__XCB__XFixes__API.html#ga0f01aec65d102ffd8bd6e063b10069b0">00149</a> <span class="preprocessor">#define XCB_XFIXES_CURSOR_NOTIFY 1</span>
<a name="l00150"></a>00150 <span class="preprocessor"></span>
<a name="l00154"></a><a class="code" href="structxcb__xfixes__cursor__notify__event__t.html">00154</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__cursor__notify__event__t.html" title="xcb_xfixes_cursor_notify_event_t">xcb_xfixes_cursor_notify_event_t</a> {
<a name="l00155"></a><a class="code" href="structxcb__xfixes__cursor__notify__event__t.html#a4020a0b73df564078ce28a394ab3e899">00155</a>     uint8_t         <a class="code" href="structxcb__xfixes__cursor__notify__event__t.html#a4020a0b73df564078ce28a394ab3e899">response_type</a>; 
<a name="l00156"></a><a class="code" href="structxcb__xfixes__cursor__notify__event__t.html#a649c5ba63010fe7328654f6450bd38e1">00156</a>     uint8_t         <a class="code" href="structxcb__xfixes__cursor__notify__event__t.html#a649c5ba63010fe7328654f6450bd38e1">subtype</a>; 
<a name="l00157"></a><a class="code" href="structxcb__xfixes__cursor__notify__event__t.html#abdc4eca7aa4319fff55c0aef8bd77340">00157</a>     uint16_t        <a class="code" href="structxcb__xfixes__cursor__notify__event__t.html#abdc4eca7aa4319fff55c0aef8bd77340">sequence</a>; 
<a name="l00158"></a><a class="code" href="structxcb__xfixes__cursor__notify__event__t.html#a7dc3b679c45c11e7c1e3482589d4d6a8">00158</a>     xcb_window_t    <a class="code" href="structxcb__xfixes__cursor__notify__event__t.html#a7dc3b679c45c11e7c1e3482589d4d6a8">window</a>; 
<a name="l00159"></a><a class="code" href="structxcb__xfixes__cursor__notify__event__t.html#afd1dab4f8f61dd173a3dc67f3cf7d3bc">00159</a>     uint32_t        <a class="code" href="structxcb__xfixes__cursor__notify__event__t.html#afd1dab4f8f61dd173a3dc67f3cf7d3bc">cursor_serial</a>; 
<a name="l00160"></a><a class="code" href="structxcb__xfixes__cursor__notify__event__t.html#a169c29031411dd2bf3ee5ebf2d3348e5">00160</a>     xcb_timestamp_t <a class="code" href="structxcb__xfixes__cursor__notify__event__t.html#a169c29031411dd2bf3ee5ebf2d3348e5">timestamp</a>; 
<a name="l00161"></a><a class="code" href="structxcb__xfixes__cursor__notify__event__t.html#a86d32943b2cb6cf127b1079c3a6f413b">00161</a>     xcb_atom_t      <a class="code" href="structxcb__xfixes__cursor__notify__event__t.html#a86d32943b2cb6cf127b1079c3a6f413b">name</a>; 
<a name="l00162"></a><a class="code" href="structxcb__xfixes__cursor__notify__event__t.html#afc5129b6c1526803c86dcfb32264d337">00162</a>     uint8_t         <a class="code" href="structxcb__xfixes__cursor__notify__event__t.html#afc5129b6c1526803c86dcfb32264d337">pad0</a>[12]; 
<a name="l00163"></a>00163 } <a class="code" href="group__XCB__XFixes__API.html#gac26ac25ba051572e9cbde8f38c1343f4" title="xcb_xfixes_cursor_notify_event_t">xcb_xfixes_cursor_notify_event_t</a>;
<a name="l00164"></a>00164 
<a name="l00166"></a><a class="code" href="group__XCB__XFixes__API.html#gaa50a57344eb7d2e416cae3c6e265fd62">00166</a> <span class="preprocessor">#define XCB_XFIXES_SELECT_CURSOR_INPUT 3</span>
<a name="l00167"></a>00167 <span class="preprocessor"></span>
<a name="l00171"></a><a class="code" href="structxcb__xfixes__select__cursor__input__request__t.html">00171</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__select__cursor__input__request__t.html" title="xcb_xfixes_select_cursor_input_request_t">xcb_xfixes_select_cursor_input_request_t</a> {
<a name="l00172"></a><a class="code" href="structxcb__xfixes__select__cursor__input__request__t.html#aa88c1c108907d13eec1deb1464d0ea78">00172</a>     uint8_t      <a class="code" href="structxcb__xfixes__select__cursor__input__request__t.html#aa88c1c108907d13eec1deb1464d0ea78">major_opcode</a>; 
<a name="l00173"></a><a class="code" href="structxcb__xfixes__select__cursor__input__request__t.html#a780b168f4a6821dfd6c66a0a3ef0cf9d">00173</a>     uint8_t      <a class="code" href="structxcb__xfixes__select__cursor__input__request__t.html#a780b168f4a6821dfd6c66a0a3ef0cf9d">minor_opcode</a>; 
<a name="l00174"></a><a class="code" href="structxcb__xfixes__select__cursor__input__request__t.html#aa011c0f97e484426dfdaa4d103297fea">00174</a>     uint16_t     <a class="code" href="structxcb__xfixes__select__cursor__input__request__t.html#aa011c0f97e484426dfdaa4d103297fea">length</a>; 
<a name="l00175"></a><a class="code" href="structxcb__xfixes__select__cursor__input__request__t.html#ab56ccf7571da13d5397f0da38c6bd3f6">00175</a>     xcb_window_t <a class="code" href="structxcb__xfixes__select__cursor__input__request__t.html#ab56ccf7571da13d5397f0da38c6bd3f6">window</a>; 
<a name="l00176"></a><a class="code" href="structxcb__xfixes__select__cursor__input__request__t.html#af43246e172c272696e42beb13d5c7c13">00176</a>     uint32_t     <a class="code" href="structxcb__xfixes__select__cursor__input__request__t.html#af43246e172c272696e42beb13d5c7c13">event_mask</a>; 
<a name="l00177"></a>00177 } <a class="code" href="group__XCB__XFixes__API.html#gae991f791dac01aa69937752c4d0fe278" title="xcb_xfixes_select_cursor_input_request_t">xcb_xfixes_select_cursor_input_request_t</a>;
<a name="l00178"></a>00178 
<a name="l00182"></a><a class="code" href="structxcb__xfixes__get__cursor__image__cookie__t.html">00182</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__get__cursor__image__cookie__t.html" title="xcb_xfixes_get_cursor_image_cookie_t">xcb_xfixes_get_cursor_image_cookie_t</a> {
<a name="l00183"></a><a class="code" href="structxcb__xfixes__get__cursor__image__cookie__t.html#ab0ddf33da9c39ca8083bf6606f226e02">00183</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xfixes__get__cursor__image__cookie__t.html#ab0ddf33da9c39ca8083bf6606f226e02">sequence</a>; 
<a name="l00184"></a>00184 } <a class="code" href="group__XCB__XFixes__API.html#ga25ec0512d94e0cb54f1cb4014b06ad38" title="xcb_xfixes_get_cursor_image_cookie_t">xcb_xfixes_get_cursor_image_cookie_t</a>;
<a name="l00185"></a>00185 
<a name="l00187"></a><a class="code" href="group__XCB__XFixes__API.html#gac1608059714927ec42c4e212a3284a5f">00187</a> <span class="preprocessor">#define XCB_XFIXES_GET_CURSOR_IMAGE 4</span>
<a name="l00188"></a>00188 <span class="preprocessor"></span>
<a name="l00192"></a><a class="code" href="structxcb__xfixes__get__cursor__image__request__t.html">00192</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__get__cursor__image__request__t.html" title="xcb_xfixes_get_cursor_image_request_t">xcb_xfixes_get_cursor_image_request_t</a> {
<a name="l00193"></a><a class="code" href="structxcb__xfixes__get__cursor__image__request__t.html#aafa9d28997508a1cbd03af00b8839077">00193</a>     uint8_t  <a class="code" href="structxcb__xfixes__get__cursor__image__request__t.html#aafa9d28997508a1cbd03af00b8839077">major_opcode</a>; 
<a name="l00194"></a><a class="code" href="structxcb__xfixes__get__cursor__image__request__t.html#adb428f9581a68a441be96756ca88fe69">00194</a>     uint8_t  <a class="code" href="structxcb__xfixes__get__cursor__image__request__t.html#adb428f9581a68a441be96756ca88fe69">minor_opcode</a>; 
<a name="l00195"></a><a class="code" href="structxcb__xfixes__get__cursor__image__request__t.html#aee8df09b2aa39228dd121907f8f7dd50">00195</a>     uint16_t <a class="code" href="structxcb__xfixes__get__cursor__image__request__t.html#aee8df09b2aa39228dd121907f8f7dd50">length</a>; 
<a name="l00196"></a>00196 } <a class="code" href="group__XCB__XFixes__API.html#ga1b63021375f07fa420d2e29892d8e236" title="xcb_xfixes_get_cursor_image_request_t">xcb_xfixes_get_cursor_image_request_t</a>;
<a name="l00197"></a>00197 
<a name="l00201"></a><a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html">00201</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html" title="xcb_xfixes_get_cursor_image_reply_t">xcb_xfixes_get_cursor_image_reply_t</a> {
<a name="l00202"></a><a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#a0c98ca72de0a1cbc7acf24df15c29ddb">00202</a>     uint8_t  <a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#a0c98ca72de0a1cbc7acf24df15c29ddb">response_type</a>; 
<a name="l00203"></a><a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#a0ad623a71434f2e7390538b265f3884a">00203</a>     uint8_t  <a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#a0ad623a71434f2e7390538b265f3884a">pad0</a>; 
<a name="l00204"></a><a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#ac0ad45f20b1a6291a5b7aa4338b09b65">00204</a>     uint16_t <a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#ac0ad45f20b1a6291a5b7aa4338b09b65">sequence</a>; 
<a name="l00205"></a><a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#a92b4549f42098b6c8f29354496b2ac85">00205</a>     uint32_t <a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#a92b4549f42098b6c8f29354496b2ac85">length</a>; 
<a name="l00206"></a><a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#a31c59f4323e855ab0e4de86e51373366">00206</a>     int16_t  <a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#a31c59f4323e855ab0e4de86e51373366">x</a>; 
<a name="l00207"></a><a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#a06ff69fceca41349f182e7374760c577">00207</a>     int16_t  <a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#a06ff69fceca41349f182e7374760c577">y</a>; 
<a name="l00208"></a><a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#ae22dff2433dc881da429b23da613c5b5">00208</a>     uint16_t <a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#ae22dff2433dc881da429b23da613c5b5">width</a>; 
<a name="l00209"></a><a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#a3ce4935f6ad5674b187b5dce68d7ba94">00209</a>     uint16_t <a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#a3ce4935f6ad5674b187b5dce68d7ba94">height</a>; 
<a name="l00210"></a><a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#ace7902cd0fa395077e0def98d61e80b5">00210</a>     uint16_t <a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#ace7902cd0fa395077e0def98d61e80b5">xhot</a>; 
<a name="l00211"></a><a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#adad41e0d1bda0f2a15abc0129f2ffac3">00211</a>     uint16_t <a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#adad41e0d1bda0f2a15abc0129f2ffac3">yhot</a>; 
<a name="l00212"></a><a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#ab658f638e8df2efdc5de3845e8b8849f">00212</a>     uint32_t <a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#ab658f638e8df2efdc5de3845e8b8849f">cursor_serial</a>; 
<a name="l00213"></a><a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#aab06c1130e25c4262f77e4822e85bcee">00213</a>     uint8_t  <a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html#aab06c1130e25c4262f77e4822e85bcee">pad1</a>[8]; 
<a name="l00214"></a>00214 } <a class="code" href="group__XCB__XFixes__API.html#gae7c2d7077dcf093e5097c57f6e035ecd" title="xcb_xfixes_get_cursor_image_reply_t">xcb_xfixes_get_cursor_image_reply_t</a>;
<a name="l00215"></a>00215 
<a name="l00216"></a>00216 <span class="keyword">typedef</span> uint32_t xcb_xfixes_region_t;
<a name="l00217"></a>00217 
<a name="l00221"></a><a class="code" href="structxcb__xfixes__region__iterator__t.html">00221</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__region__iterator__t.html" title="xcb_xfixes_region_iterator_t">xcb_xfixes_region_iterator_t</a> {
<a name="l00222"></a><a class="code" href="structxcb__xfixes__region__iterator__t.html#ab7b5b5895dc41c3b4f95588b562d0b68">00222</a>     xcb_xfixes_region_t *<a class="code" href="structxcb__xfixes__region__iterator__t.html#ab7b5b5895dc41c3b4f95588b562d0b68">data</a>; 
<a name="l00223"></a><a class="code" href="structxcb__xfixes__region__iterator__t.html#a817353104c7bd56310f0bbbd5c42ddb1">00223</a>     <span class="keywordtype">int</span>                  <a class="code" href="structxcb__xfixes__region__iterator__t.html#a817353104c7bd56310f0bbbd5c42ddb1">rem</a>; 
<a name="l00224"></a><a class="code" href="structxcb__xfixes__region__iterator__t.html#ab7b65d3ee676abc3af2016d3ed99e60e">00224</a>     <span class="keywordtype">int</span>                  <a class="code" href="structxcb__xfixes__region__iterator__t.html#ab7b65d3ee676abc3af2016d3ed99e60e">index</a>; 
<a name="l00225"></a>00225 } <a class="code" href="group__XCB__XFixes__API.html#ga63e67a0603f39463ab7e3d16baf1af82" title="xcb_xfixes_region_iterator_t">xcb_xfixes_region_iterator_t</a>;
<a name="l00226"></a>00226 
<a name="l00228"></a><a class="code" href="group__XCB__XFixes__API.html#ga4b6dd59c3aac1ae4e687270080696ccd">00228</a> <span class="preprocessor">#define XCB_XFIXES_BAD_REGION 0</span>
<a name="l00229"></a>00229 <span class="preprocessor"></span>
<a name="l00233"></a><a class="code" href="structxcb__xfixes__bad__region__error__t.html">00233</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__bad__region__error__t.html" title="xcb_xfixes_bad_region_error_t">xcb_xfixes_bad_region_error_t</a> {
<a name="l00234"></a><a class="code" href="structxcb__xfixes__bad__region__error__t.html#aed348e12ea3301315dc87ada0c5f7537">00234</a>     uint8_t  <a class="code" href="structxcb__xfixes__bad__region__error__t.html#aed348e12ea3301315dc87ada0c5f7537">response_type</a>; 
<a name="l00235"></a><a class="code" href="structxcb__xfixes__bad__region__error__t.html#a529fa429788adcbfb13a2c7b15870121">00235</a>     uint8_t  <a class="code" href="structxcb__xfixes__bad__region__error__t.html#a529fa429788adcbfb13a2c7b15870121">error_code</a>; 
<a name="l00236"></a><a class="code" href="structxcb__xfixes__bad__region__error__t.html#abfa2359b89370ac6d11bb5529e62e800">00236</a>     uint16_t <a class="code" href="structxcb__xfixes__bad__region__error__t.html#abfa2359b89370ac6d11bb5529e62e800">sequence</a>; 
<a name="l00237"></a>00237 } <a class="code" href="group__XCB__XFixes__API.html#gaa033da0a7e2dc5e8bde68a49897f03f9" title="xcb_xfixes_bad_region_error_t">xcb_xfixes_bad_region_error_t</a>;
<a name="l00238"></a>00238 
<a name="l00239"></a>00239 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_xfixes_region_enum_t {
<a name="l00240"></a>00240     XCB_XFIXES_REGION_NONE
<a name="l00241"></a>00241 } xcb_xfixes_region_enum_t;
<a name="l00242"></a>00242 
<a name="l00244"></a><a class="code" href="group__XCB__XFixes__API.html#gae42e3e214b8fc6895c85c5c7ad699ff9">00244</a> <span class="preprocessor">#define XCB_XFIXES_CREATE_REGION 5</span>
<a name="l00245"></a>00245 <span class="preprocessor"></span>
<a name="l00249"></a><a class="code" href="structxcb__xfixes__create__region__request__t.html">00249</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__create__region__request__t.html" title="xcb_xfixes_create_region_request_t">xcb_xfixes_create_region_request_t</a> {
<a name="l00250"></a><a class="code" href="structxcb__xfixes__create__region__request__t.html#a611770b13bc3e821f56ae81f72b1ab25">00250</a>     uint8_t             <a class="code" href="structxcb__xfixes__create__region__request__t.html#a611770b13bc3e821f56ae81f72b1ab25">major_opcode</a>; 
<a name="l00251"></a><a class="code" href="structxcb__xfixes__create__region__request__t.html#a307a8e03d86df81428325cbd868bcc5a">00251</a>     uint8_t             <a class="code" href="structxcb__xfixes__create__region__request__t.html#a307a8e03d86df81428325cbd868bcc5a">minor_opcode</a>; 
<a name="l00252"></a><a class="code" href="structxcb__xfixes__create__region__request__t.html#aa317905cdb50b6e0a80ff443f4d4b394">00252</a>     uint16_t            <a class="code" href="structxcb__xfixes__create__region__request__t.html#aa317905cdb50b6e0a80ff443f4d4b394">length</a>; 
<a name="l00253"></a><a class="code" href="structxcb__xfixes__create__region__request__t.html#a1d2b77d534511d969af7be69c293b465">00253</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__create__region__request__t.html#a1d2b77d534511d969af7be69c293b465">region</a>; 
<a name="l00254"></a>00254 } <a class="code" href="group__XCB__XFixes__API.html#gaf74a4e4498e5e493de8e7845c159a748" title="xcb_xfixes_create_region_request_t">xcb_xfixes_create_region_request_t</a>;
<a name="l00255"></a>00255 
<a name="l00257"></a><a class="code" href="group__XCB__XFixes__API.html#ga06c1bcccc142c176e5dabb373fdec1b3">00257</a> <span class="preprocessor">#define XCB_XFIXES_CREATE_REGION_FROM_BITMAP 6</span>
<a name="l00258"></a>00258 <span class="preprocessor"></span>
<a name="l00262"></a><a class="code" href="structxcb__xfixes__create__region__from__bitmap__request__t.html">00262</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__create__region__from__bitmap__request__t.html" title="xcb_xfixes_create_region_from_bitmap_request_t">xcb_xfixes_create_region_from_bitmap_request_t</a> {
<a name="l00263"></a><a class="code" href="structxcb__xfixes__create__region__from__bitmap__request__t.html#a45548daf7ac35e34ec6dfb3b78aed266">00263</a>     uint8_t             <a class="code" href="structxcb__xfixes__create__region__from__bitmap__request__t.html#a45548daf7ac35e34ec6dfb3b78aed266">major_opcode</a>; 
<a name="l00264"></a><a class="code" href="structxcb__xfixes__create__region__from__bitmap__request__t.html#a0744f93f2b649ed966d1fc4ef7ce069b">00264</a>     uint8_t             <a class="code" href="structxcb__xfixes__create__region__from__bitmap__request__t.html#a0744f93f2b649ed966d1fc4ef7ce069b">minor_opcode</a>; 
<a name="l00265"></a><a class="code" href="structxcb__xfixes__create__region__from__bitmap__request__t.html#a9ba9dfc40ceadd285be030440a14dff3">00265</a>     uint16_t            <a class="code" href="structxcb__xfixes__create__region__from__bitmap__request__t.html#a9ba9dfc40ceadd285be030440a14dff3">length</a>; 
<a name="l00266"></a><a class="code" href="structxcb__xfixes__create__region__from__bitmap__request__t.html#a9dbbb6898c6852102d8bc035bb421bf1">00266</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__create__region__from__bitmap__request__t.html#a9dbbb6898c6852102d8bc035bb421bf1">region</a>; 
<a name="l00267"></a><a class="code" href="structxcb__xfixes__create__region__from__bitmap__request__t.html#a034d0d178fe75d907da0d10cda2454b4">00267</a>     xcb_pixmap_t        <a class="code" href="structxcb__xfixes__create__region__from__bitmap__request__t.html#a034d0d178fe75d907da0d10cda2454b4">bitmap</a>; 
<a name="l00268"></a>00268 } <a class="code" href="group__XCB__XFixes__API.html#ga9e800f6db7acc257325838550eb6ded1" title="xcb_xfixes_create_region_from_bitmap_request_t">xcb_xfixes_create_region_from_bitmap_request_t</a>;
<a name="l00269"></a>00269 
<a name="l00271"></a><a class="code" href="group__XCB__XFixes__API.html#ga7b32f8962a57b5ea2f872adbbb0553d5">00271</a> <span class="preprocessor">#define XCB_XFIXES_CREATE_REGION_FROM_WINDOW 7</span>
<a name="l00272"></a>00272 <span class="preprocessor"></span>
<a name="l00276"></a><a class="code" href="structxcb__xfixes__create__region__from__window__request__t.html">00276</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__create__region__from__window__request__t.html" title="xcb_xfixes_create_region_from_window_request_t">xcb_xfixes_create_region_from_window_request_t</a> {
<a name="l00277"></a><a class="code" href="structxcb__xfixes__create__region__from__window__request__t.html#a06db986d628a51ff7dd68e07a3c21198">00277</a>     uint8_t             <a class="code" href="structxcb__xfixes__create__region__from__window__request__t.html#a06db986d628a51ff7dd68e07a3c21198">major_opcode</a>; 
<a name="l00278"></a><a class="code" href="structxcb__xfixes__create__region__from__window__request__t.html#a8b586e6c0d111558d961e38352ff665a">00278</a>     uint8_t             <a class="code" href="structxcb__xfixes__create__region__from__window__request__t.html#a8b586e6c0d111558d961e38352ff665a">minor_opcode</a>; 
<a name="l00279"></a><a class="code" href="structxcb__xfixes__create__region__from__window__request__t.html#a4f3ed78f1acb014eb1d9a3068083caeb">00279</a>     uint16_t            <a class="code" href="structxcb__xfixes__create__region__from__window__request__t.html#a4f3ed78f1acb014eb1d9a3068083caeb">length</a>; 
<a name="l00280"></a><a class="code" href="structxcb__xfixes__create__region__from__window__request__t.html#a58bcfabb2a2a582b227774a3c7ce1e61">00280</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__create__region__from__window__request__t.html#a58bcfabb2a2a582b227774a3c7ce1e61">region</a>; 
<a name="l00281"></a><a class="code" href="structxcb__xfixes__create__region__from__window__request__t.html#a46fecfdf59aee64e11a69e043210af1d">00281</a>     xcb_window_t        <a class="code" href="structxcb__xfixes__create__region__from__window__request__t.html#a46fecfdf59aee64e11a69e043210af1d">window</a>; 
<a name="l00282"></a><a class="code" href="structxcb__xfixes__create__region__from__window__request__t.html#a39ca32050801b312cd6e62aa9ac78263">00282</a>     xcb_shape_kind_t    <a class="code" href="structxcb__xfixes__create__region__from__window__request__t.html#a39ca32050801b312cd6e62aa9ac78263">kind</a>; 
<a name="l00283"></a><a class="code" href="structxcb__xfixes__create__region__from__window__request__t.html#ab932481a7ce257642a6103af448680e8">00283</a>     uint8_t             <a class="code" href="structxcb__xfixes__create__region__from__window__request__t.html#ab932481a7ce257642a6103af448680e8">pad0</a>[3]; 
<a name="l00284"></a>00284 } <a class="code" href="group__XCB__XFixes__API.html#ga08cb9cd1870ab0e3d667cfa61df30a0a" title="xcb_xfixes_create_region_from_window_request_t">xcb_xfixes_create_region_from_window_request_t</a>;
<a name="l00285"></a>00285 
<a name="l00287"></a><a class="code" href="group__XCB__XFixes__API.html#gaa90bd810428c4cdde47adf5c95b61457">00287</a> <span class="preprocessor">#define XCB_XFIXES_CREATE_REGION_FROM_GC 8</span>
<a name="l00288"></a>00288 <span class="preprocessor"></span>
<a name="l00292"></a><a class="code" href="structxcb__xfixes__create__region__from__gc__request__t.html">00292</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__create__region__from__gc__request__t.html" title="xcb_xfixes_create_region_from_gc_request_t">xcb_xfixes_create_region_from_gc_request_t</a> {
<a name="l00293"></a><a class="code" href="structxcb__xfixes__create__region__from__gc__request__t.html#abc3c269ba97ee7e4ea57fbb6f1bf3be0">00293</a>     uint8_t             <a class="code" href="structxcb__xfixes__create__region__from__gc__request__t.html#abc3c269ba97ee7e4ea57fbb6f1bf3be0">major_opcode</a>; 
<a name="l00294"></a><a class="code" href="structxcb__xfixes__create__region__from__gc__request__t.html#ad1c6c87b88798bab3f79b9bf0b9c24c7">00294</a>     uint8_t             <a class="code" href="structxcb__xfixes__create__region__from__gc__request__t.html#ad1c6c87b88798bab3f79b9bf0b9c24c7">minor_opcode</a>; 
<a name="l00295"></a><a class="code" href="structxcb__xfixes__create__region__from__gc__request__t.html#a06accc0d360e6c0c157c3cd2df3e8fc8">00295</a>     uint16_t            <a class="code" href="structxcb__xfixes__create__region__from__gc__request__t.html#a06accc0d360e6c0c157c3cd2df3e8fc8">length</a>; 
<a name="l00296"></a><a class="code" href="structxcb__xfixes__create__region__from__gc__request__t.html#a009506cba953d56d25baf958ef88aead">00296</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__create__region__from__gc__request__t.html#a009506cba953d56d25baf958ef88aead">region</a>; 
<a name="l00297"></a><a class="code" href="structxcb__xfixes__create__region__from__gc__request__t.html#ac21b4fc41051fd24e2e83d810ea6260c">00297</a>     xcb_gcontext_t      <a class="code" href="structxcb__xfixes__create__region__from__gc__request__t.html#ac21b4fc41051fd24e2e83d810ea6260c">gc</a>; 
<a name="l00298"></a>00298 } <a class="code" href="group__XCB__XFixes__API.html#ga7b2f303ce2e532af31fd9c9f37f96793" title="xcb_xfixes_create_region_from_gc_request_t">xcb_xfixes_create_region_from_gc_request_t</a>;
<a name="l00299"></a>00299 
<a name="l00301"></a><a class="code" href="group__XCB__XFixes__API.html#ga2566506d748027be8ddeb9c42aa39b3f">00301</a> <span class="preprocessor">#define XCB_XFIXES_CREATE_REGION_FROM_PICTURE 9</span>
<a name="l00302"></a>00302 <span class="preprocessor"></span>
<a name="l00306"></a><a class="code" href="structxcb__xfixes__create__region__from__picture__request__t.html">00306</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__create__region__from__picture__request__t.html" title="xcb_xfixes_create_region_from_picture_request_t">xcb_xfixes_create_region_from_picture_request_t</a> {
<a name="l00307"></a><a class="code" href="structxcb__xfixes__create__region__from__picture__request__t.html#ab7b0ccb5318ed7c263a5ec3052c60a38">00307</a>     uint8_t              <a class="code" href="structxcb__xfixes__create__region__from__picture__request__t.html#ab7b0ccb5318ed7c263a5ec3052c60a38">major_opcode</a>; 
<a name="l00308"></a><a class="code" href="structxcb__xfixes__create__region__from__picture__request__t.html#af3aa270240aea91a5813ad55650053d9">00308</a>     uint8_t              <a class="code" href="structxcb__xfixes__create__region__from__picture__request__t.html#af3aa270240aea91a5813ad55650053d9">minor_opcode</a>; 
<a name="l00309"></a><a class="code" href="structxcb__xfixes__create__region__from__picture__request__t.html#a2d1511170fe762529b39dbb32c6aee91">00309</a>     uint16_t             <a class="code" href="structxcb__xfixes__create__region__from__picture__request__t.html#a2d1511170fe762529b39dbb32c6aee91">length</a>; 
<a name="l00310"></a><a class="code" href="structxcb__xfixes__create__region__from__picture__request__t.html#a769f7fb064d1d09a4612a3203a656636">00310</a>     xcb_xfixes_region_t  <a class="code" href="structxcb__xfixes__create__region__from__picture__request__t.html#a769f7fb064d1d09a4612a3203a656636">region</a>; 
<a name="l00311"></a><a class="code" href="structxcb__xfixes__create__region__from__picture__request__t.html#aaf7837493649e285d8468b223af34da7">00311</a>     xcb_render_picture_t <a class="code" href="structxcb__xfixes__create__region__from__picture__request__t.html#aaf7837493649e285d8468b223af34da7">picture</a>; 
<a name="l00312"></a>00312 } <a class="code" href="group__XCB__XFixes__API.html#ga65ba5268eb76ebd4fac81584029d6b16" title="xcb_xfixes_create_region_from_picture_request_t">xcb_xfixes_create_region_from_picture_request_t</a>;
<a name="l00313"></a>00313 
<a name="l00315"></a><a class="code" href="group__XCB__XFixes__API.html#ga41ad2dd960b2c67ee9bcc20f00f27c8c">00315</a> <span class="preprocessor">#define XCB_XFIXES_DESTROY_REGION 10</span>
<a name="l00316"></a>00316 <span class="preprocessor"></span>
<a name="l00320"></a><a class="code" href="structxcb__xfixes__destroy__region__request__t.html">00320</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__destroy__region__request__t.html" title="xcb_xfixes_destroy_region_request_t">xcb_xfixes_destroy_region_request_t</a> {
<a name="l00321"></a><a class="code" href="structxcb__xfixes__destroy__region__request__t.html#a288f5d577e8cbfe8b8eaed20d81c2984">00321</a>     uint8_t             <a class="code" href="structxcb__xfixes__destroy__region__request__t.html#a288f5d577e8cbfe8b8eaed20d81c2984">major_opcode</a>; 
<a name="l00322"></a><a class="code" href="structxcb__xfixes__destroy__region__request__t.html#ad077c5bc3d8ab6a4a4524dbac4d5ba94">00322</a>     uint8_t             <a class="code" href="structxcb__xfixes__destroy__region__request__t.html#ad077c5bc3d8ab6a4a4524dbac4d5ba94">minor_opcode</a>; 
<a name="l00323"></a><a class="code" href="structxcb__xfixes__destroy__region__request__t.html#a6be78c90d87445ebeb75b60a26971925">00323</a>     uint16_t            <a class="code" href="structxcb__xfixes__destroy__region__request__t.html#a6be78c90d87445ebeb75b60a26971925">length</a>; 
<a name="l00324"></a><a class="code" href="structxcb__xfixes__destroy__region__request__t.html#a8541e3c86908142fa3ebfb63039f28da">00324</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__destroy__region__request__t.html#a8541e3c86908142fa3ebfb63039f28da">region</a>; 
<a name="l00325"></a>00325 } <a class="code" href="group__XCB__XFixes__API.html#ga3a8fcaa66f7f3e56a871766dde48d451" title="xcb_xfixes_destroy_region_request_t">xcb_xfixes_destroy_region_request_t</a>;
<a name="l00326"></a>00326 
<a name="l00328"></a><a class="code" href="group__XCB__XFixes__API.html#ga9c9176136267338e7cb600608dff3573">00328</a> <span class="preprocessor">#define XCB_XFIXES_SET_REGION 11</span>
<a name="l00329"></a>00329 <span class="preprocessor"></span>
<a name="l00333"></a><a class="code" href="structxcb__xfixes__set__region__request__t.html">00333</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__set__region__request__t.html" title="xcb_xfixes_set_region_request_t">xcb_xfixes_set_region_request_t</a> {
<a name="l00334"></a><a class="code" href="structxcb__xfixes__set__region__request__t.html#ae3c2b5fb90a4bd578e5c20af26e96f23">00334</a>     uint8_t             <a class="code" href="structxcb__xfixes__set__region__request__t.html#ae3c2b5fb90a4bd578e5c20af26e96f23">major_opcode</a>; 
<a name="l00335"></a><a class="code" href="structxcb__xfixes__set__region__request__t.html#a70b026d1da532983b38c234aafc8c848">00335</a>     uint8_t             <a class="code" href="structxcb__xfixes__set__region__request__t.html#a70b026d1da532983b38c234aafc8c848">minor_opcode</a>; 
<a name="l00336"></a><a class="code" href="structxcb__xfixes__set__region__request__t.html#a1ec732984cd0d81416ef2933cd9e28af">00336</a>     uint16_t            <a class="code" href="structxcb__xfixes__set__region__request__t.html#a1ec732984cd0d81416ef2933cd9e28af">length</a>; 
<a name="l00337"></a><a class="code" href="structxcb__xfixes__set__region__request__t.html#a3794091f5af58763583b7c187f88993f">00337</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__set__region__request__t.html#a3794091f5af58763583b7c187f88993f">region</a>; 
<a name="l00338"></a>00338 } <a class="code" href="group__XCB__XFixes__API.html#ga62536a51632213bf4ad1fe05d04b784a" title="xcb_xfixes_set_region_request_t">xcb_xfixes_set_region_request_t</a>;
<a name="l00339"></a>00339 
<a name="l00341"></a><a class="code" href="group__XCB__XFixes__API.html#gad6aaed8152b883bd3118a04c830737f0">00341</a> <span class="preprocessor">#define XCB_XFIXES_COPY_REGION 12</span>
<a name="l00342"></a>00342 <span class="preprocessor"></span>
<a name="l00346"></a><a class="code" href="structxcb__xfixes__copy__region__request__t.html">00346</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__copy__region__request__t.html" title="xcb_xfixes_copy_region_request_t">xcb_xfixes_copy_region_request_t</a> {
<a name="l00347"></a><a class="code" href="structxcb__xfixes__copy__region__request__t.html#a61dc4db5539ea389fffe822bced5f966">00347</a>     uint8_t             <a class="code" href="structxcb__xfixes__copy__region__request__t.html#a61dc4db5539ea389fffe822bced5f966">major_opcode</a>; 
<a name="l00348"></a><a class="code" href="structxcb__xfixes__copy__region__request__t.html#acb590d9956e970fda5ddb377ff45d7c2">00348</a>     uint8_t             <a class="code" href="structxcb__xfixes__copy__region__request__t.html#acb590d9956e970fda5ddb377ff45d7c2">minor_opcode</a>; 
<a name="l00349"></a><a class="code" href="structxcb__xfixes__copy__region__request__t.html#a6fd8719a763b1254f624ac31fd3ed785">00349</a>     uint16_t            <a class="code" href="structxcb__xfixes__copy__region__request__t.html#a6fd8719a763b1254f624ac31fd3ed785">length</a>; 
<a name="l00350"></a><a class="code" href="structxcb__xfixes__copy__region__request__t.html#a97ee4c21ffdae36a321a9773712c17d3">00350</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__copy__region__request__t.html#a97ee4c21ffdae36a321a9773712c17d3">source</a>; 
<a name="l00351"></a><a class="code" href="structxcb__xfixes__copy__region__request__t.html#a4714a198c4dbed66a92df4158304d9fd">00351</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__copy__region__request__t.html#a4714a198c4dbed66a92df4158304d9fd">destination</a>; 
<a name="l00352"></a>00352 } <a class="code" href="group__XCB__XFixes__API.html#ga8974892331759062fb6e1e4c23e71cae" title="xcb_xfixes_copy_region_request_t">xcb_xfixes_copy_region_request_t</a>;
<a name="l00353"></a>00353 
<a name="l00355"></a><a class="code" href="group__XCB__XFixes__API.html#ga84eca84c2bf556c627ff148ae344ad38">00355</a> <span class="preprocessor">#define XCB_XFIXES_UNION_REGION 13</span>
<a name="l00356"></a>00356 <span class="preprocessor"></span>
<a name="l00360"></a><a class="code" href="structxcb__xfixes__union__region__request__t.html">00360</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__union__region__request__t.html" title="xcb_xfixes_union_region_request_t">xcb_xfixes_union_region_request_t</a> {
<a name="l00361"></a><a class="code" href="structxcb__xfixes__union__region__request__t.html#a24e98a529f65d98ce29c5ce00d7baf69">00361</a>     uint8_t             <a class="code" href="structxcb__xfixes__union__region__request__t.html#a24e98a529f65d98ce29c5ce00d7baf69">major_opcode</a>; 
<a name="l00362"></a><a class="code" href="structxcb__xfixes__union__region__request__t.html#a159650b411ba65f348fd202412d55d6a">00362</a>     uint8_t             <a class="code" href="structxcb__xfixes__union__region__request__t.html#a159650b411ba65f348fd202412d55d6a">minor_opcode</a>; 
<a name="l00363"></a><a class="code" href="structxcb__xfixes__union__region__request__t.html#aa2229bc2bd492e43892a79f399b11d52">00363</a>     uint16_t            <a class="code" href="structxcb__xfixes__union__region__request__t.html#aa2229bc2bd492e43892a79f399b11d52">length</a>; 
<a name="l00364"></a><a class="code" href="structxcb__xfixes__union__region__request__t.html#a15a2da97d4ce133f885508dd88748e3d">00364</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__union__region__request__t.html#a15a2da97d4ce133f885508dd88748e3d">source1</a>; 
<a name="l00365"></a><a class="code" href="structxcb__xfixes__union__region__request__t.html#a0002e93bd11c534b3b7f4f9127bf6c5c">00365</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__union__region__request__t.html#a0002e93bd11c534b3b7f4f9127bf6c5c">source2</a>; 
<a name="l00366"></a><a class="code" href="structxcb__xfixes__union__region__request__t.html#ad53492d3939e3cb916da9b20ef608d8b">00366</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__union__region__request__t.html#ad53492d3939e3cb916da9b20ef608d8b">destination</a>; 
<a name="l00367"></a>00367 } <a class="code" href="group__XCB__XFixes__API.html#ga586ab83ad3705345008219f5ab62cee9" title="xcb_xfixes_union_region_request_t">xcb_xfixes_union_region_request_t</a>;
<a name="l00368"></a>00368 
<a name="l00370"></a><a class="code" href="group__XCB__XFixes__API.html#gac1a73c8452973f328040286ca215e846">00370</a> <span class="preprocessor">#define XCB_XFIXES_INTERSECT_REGION 14</span>
<a name="l00371"></a>00371 <span class="preprocessor"></span>
<a name="l00375"></a><a class="code" href="structxcb__xfixes__intersect__region__request__t.html">00375</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__intersect__region__request__t.html" title="xcb_xfixes_intersect_region_request_t">xcb_xfixes_intersect_region_request_t</a> {
<a name="l00376"></a><a class="code" href="structxcb__xfixes__intersect__region__request__t.html#a91edaf4bfa327d6bee95568f47321285">00376</a>     uint8_t             <a class="code" href="structxcb__xfixes__intersect__region__request__t.html#a91edaf4bfa327d6bee95568f47321285">major_opcode</a>; 
<a name="l00377"></a><a class="code" href="structxcb__xfixes__intersect__region__request__t.html#a6c4af594cc90b105fead711c4bd4a73c">00377</a>     uint8_t             <a class="code" href="structxcb__xfixes__intersect__region__request__t.html#a6c4af594cc90b105fead711c4bd4a73c">minor_opcode</a>; 
<a name="l00378"></a><a class="code" href="structxcb__xfixes__intersect__region__request__t.html#a1b68371f6064ab5483d5fe11896614c1">00378</a>     uint16_t            <a class="code" href="structxcb__xfixes__intersect__region__request__t.html#a1b68371f6064ab5483d5fe11896614c1">length</a>; 
<a name="l00379"></a><a class="code" href="structxcb__xfixes__intersect__region__request__t.html#a6286f53522d37ef01fa96f4bd0696bfc">00379</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__intersect__region__request__t.html#a6286f53522d37ef01fa96f4bd0696bfc">source1</a>; 
<a name="l00380"></a><a class="code" href="structxcb__xfixes__intersect__region__request__t.html#a0164c1c959cfed01cc70bf6189e43dff">00380</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__intersect__region__request__t.html#a0164c1c959cfed01cc70bf6189e43dff">source2</a>; 
<a name="l00381"></a><a class="code" href="structxcb__xfixes__intersect__region__request__t.html#acad771b05facee2016feecb9d20bb91b">00381</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__intersect__region__request__t.html#acad771b05facee2016feecb9d20bb91b">destination</a>; 
<a name="l00382"></a>00382 } <a class="code" href="group__XCB__XFixes__API.html#gaa4f404daebefb894c1ae5ac32494bc4e" title="xcb_xfixes_intersect_region_request_t">xcb_xfixes_intersect_region_request_t</a>;
<a name="l00383"></a>00383 
<a name="l00385"></a><a class="code" href="group__XCB__XFixes__API.html#gabddc9714db87297e8c76e0c0ac82d51e">00385</a> <span class="preprocessor">#define XCB_XFIXES_SUBTRACT_REGION 15</span>
<a name="l00386"></a>00386 <span class="preprocessor"></span>
<a name="l00390"></a><a class="code" href="structxcb__xfixes__subtract__region__request__t.html">00390</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__subtract__region__request__t.html" title="xcb_xfixes_subtract_region_request_t">xcb_xfixes_subtract_region_request_t</a> {
<a name="l00391"></a><a class="code" href="structxcb__xfixes__subtract__region__request__t.html#aede95ec494338349436092eb5e7a0f05">00391</a>     uint8_t             <a class="code" href="structxcb__xfixes__subtract__region__request__t.html#aede95ec494338349436092eb5e7a0f05">major_opcode</a>; 
<a name="l00392"></a><a class="code" href="structxcb__xfixes__subtract__region__request__t.html#a5e8455ad0b3a048280cde029550ddd62">00392</a>     uint8_t             <a class="code" href="structxcb__xfixes__subtract__region__request__t.html#a5e8455ad0b3a048280cde029550ddd62">minor_opcode</a>; 
<a name="l00393"></a><a class="code" href="structxcb__xfixes__subtract__region__request__t.html#ad56a245e49044ed0b5d42de18ffd03ac">00393</a>     uint16_t            <a class="code" href="structxcb__xfixes__subtract__region__request__t.html#ad56a245e49044ed0b5d42de18ffd03ac">length</a>; 
<a name="l00394"></a><a class="code" href="structxcb__xfixes__subtract__region__request__t.html#aa8ae9546576249b587b1f8be295fba5b">00394</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__subtract__region__request__t.html#aa8ae9546576249b587b1f8be295fba5b">source1</a>; 
<a name="l00395"></a><a class="code" href="structxcb__xfixes__subtract__region__request__t.html#a4b81dd585c6f596ee10a235ef3bf7829">00395</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__subtract__region__request__t.html#a4b81dd585c6f596ee10a235ef3bf7829">source2</a>; 
<a name="l00396"></a><a class="code" href="structxcb__xfixes__subtract__region__request__t.html#a29b223dac0ee2ee7c0b19b46c4f2062c">00396</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__subtract__region__request__t.html#a29b223dac0ee2ee7c0b19b46c4f2062c">destination</a>; 
<a name="l00397"></a>00397 } <a class="code" href="group__XCB__XFixes__API.html#gaf02c1ca48c989ee382ce162aebcdec80" title="xcb_xfixes_subtract_region_request_t">xcb_xfixes_subtract_region_request_t</a>;
<a name="l00398"></a>00398 
<a name="l00400"></a><a class="code" href="group__XCB__XFixes__API.html#ga49237b2c5e3dc62a661fe85466b4f331">00400</a> <span class="preprocessor">#define XCB_XFIXES_INVERT_REGION 16</span>
<a name="l00401"></a>00401 <span class="preprocessor"></span>
<a name="l00405"></a><a class="code" href="structxcb__xfixes__invert__region__request__t.html">00405</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__invert__region__request__t.html" title="xcb_xfixes_invert_region_request_t">xcb_xfixes_invert_region_request_t</a> {
<a name="l00406"></a><a class="code" href="structxcb__xfixes__invert__region__request__t.html#ab1fa384ed29687ed47f3e4591c705473">00406</a>     uint8_t             <a class="code" href="structxcb__xfixes__invert__region__request__t.html#ab1fa384ed29687ed47f3e4591c705473">major_opcode</a>; 
<a name="l00407"></a><a class="code" href="structxcb__xfixes__invert__region__request__t.html#ac670c4c499ea23f557e196f8f16eccd0">00407</a>     uint8_t             <a class="code" href="structxcb__xfixes__invert__region__request__t.html#ac670c4c499ea23f557e196f8f16eccd0">minor_opcode</a>; 
<a name="l00408"></a><a class="code" href="structxcb__xfixes__invert__region__request__t.html#ad326a0776f8acdcefb37714795eaf798">00408</a>     uint16_t            <a class="code" href="structxcb__xfixes__invert__region__request__t.html#ad326a0776f8acdcefb37714795eaf798">length</a>; 
<a name="l00409"></a><a class="code" href="structxcb__xfixes__invert__region__request__t.html#ad8d566985c30d4f4251cbade9bdcd375">00409</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__invert__region__request__t.html#ad8d566985c30d4f4251cbade9bdcd375">source</a>; 
<a name="l00410"></a><a class="code" href="structxcb__xfixes__invert__region__request__t.html#aef6fc50374cba1dcf632350387d0af04">00410</a>     <a class="code" href="structxcb__rectangle__t.html" title="xcb_rectangle_t">xcb_rectangle_t</a>     <a class="code" href="structxcb__xfixes__invert__region__request__t.html#aef6fc50374cba1dcf632350387d0af04">bounds</a>; 
<a name="l00411"></a><a class="code" href="structxcb__xfixes__invert__region__request__t.html#a3384563129bde1c999e0792d386a5113">00411</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__invert__region__request__t.html#a3384563129bde1c999e0792d386a5113">destination</a>; 
<a name="l00412"></a>00412 } <a class="code" href="group__XCB__XFixes__API.html#gae9f20a089e6d40aca72ecc58d5d20a08" title="xcb_xfixes_invert_region_request_t">xcb_xfixes_invert_region_request_t</a>;
<a name="l00413"></a>00413 
<a name="l00415"></a><a class="code" href="group__XCB__XFixes__API.html#ga80d960ddccb6afc2fad583bbb5666a76">00415</a> <span class="preprocessor">#define XCB_XFIXES_TRANSLATE_REGION 17</span>
<a name="l00416"></a>00416 <span class="preprocessor"></span>
<a name="l00420"></a><a class="code" href="structxcb__xfixes__translate__region__request__t.html">00420</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__translate__region__request__t.html" title="xcb_xfixes_translate_region_request_t">xcb_xfixes_translate_region_request_t</a> {
<a name="l00421"></a><a class="code" href="structxcb__xfixes__translate__region__request__t.html#ab1697f21eaaf4445a457e1f8260a5419">00421</a>     uint8_t             <a class="code" href="structxcb__xfixes__translate__region__request__t.html#ab1697f21eaaf4445a457e1f8260a5419">major_opcode</a>; 
<a name="l00422"></a><a class="code" href="structxcb__xfixes__translate__region__request__t.html#a93b4c358cc116081685aee37a91598fa">00422</a>     uint8_t             <a class="code" href="structxcb__xfixes__translate__region__request__t.html#a93b4c358cc116081685aee37a91598fa">minor_opcode</a>; 
<a name="l00423"></a><a class="code" href="structxcb__xfixes__translate__region__request__t.html#aa3c5a01203260e437b3599d2f4239d08">00423</a>     uint16_t            <a class="code" href="structxcb__xfixes__translate__region__request__t.html#aa3c5a01203260e437b3599d2f4239d08">length</a>; 
<a name="l00424"></a><a class="code" href="structxcb__xfixes__translate__region__request__t.html#a97abbbdd9ab53e2605424c2f3d15710c">00424</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__translate__region__request__t.html#a97abbbdd9ab53e2605424c2f3d15710c">region</a>; 
<a name="l00425"></a><a class="code" href="structxcb__xfixes__translate__region__request__t.html#a09c12792c7ee080e9d20212f7b28a1af">00425</a>     int16_t             <a class="code" href="structxcb__xfixes__translate__region__request__t.html#a09c12792c7ee080e9d20212f7b28a1af">dx</a>; 
<a name="l00426"></a><a class="code" href="structxcb__xfixes__translate__region__request__t.html#ae715db31d0d7421cdf1bc1389afd54db">00426</a>     int16_t             <a class="code" href="structxcb__xfixes__translate__region__request__t.html#ae715db31d0d7421cdf1bc1389afd54db">dy</a>; 
<a name="l00427"></a>00427 } <a class="code" href="group__XCB__XFixes__API.html#gacdd2e7e0e9bd67f77d88999b2e27142b" title="xcb_xfixes_translate_region_request_t">xcb_xfixes_translate_region_request_t</a>;
<a name="l00428"></a>00428 
<a name="l00430"></a><a class="code" href="group__XCB__XFixes__API.html#gad182684ff4dd48bb97a3e982a9717854">00430</a> <span class="preprocessor">#define XCB_XFIXES_REGION_EXTENTS 18</span>
<a name="l00431"></a>00431 <span class="preprocessor"></span>
<a name="l00435"></a><a class="code" href="structxcb__xfixes__region__extents__request__t.html">00435</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__region__extents__request__t.html" title="xcb_xfixes_region_extents_request_t">xcb_xfixes_region_extents_request_t</a> {
<a name="l00436"></a><a class="code" href="structxcb__xfixes__region__extents__request__t.html#a1bdedba3c197c1ee7abe0b42da62e6a5">00436</a>     uint8_t             <a class="code" href="structxcb__xfixes__region__extents__request__t.html#a1bdedba3c197c1ee7abe0b42da62e6a5">major_opcode</a>; 
<a name="l00437"></a><a class="code" href="structxcb__xfixes__region__extents__request__t.html#a1236e86b6185567707e238af152cfa56">00437</a>     uint8_t             <a class="code" href="structxcb__xfixes__region__extents__request__t.html#a1236e86b6185567707e238af152cfa56">minor_opcode</a>; 
<a name="l00438"></a><a class="code" href="structxcb__xfixes__region__extents__request__t.html#a7cee870b0fab93d175979a2d4837ef4c">00438</a>     uint16_t            <a class="code" href="structxcb__xfixes__region__extents__request__t.html#a7cee870b0fab93d175979a2d4837ef4c">length</a>; 
<a name="l00439"></a><a class="code" href="structxcb__xfixes__region__extents__request__t.html#ac8fcb120e6198c854f3130a27db63160">00439</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__region__extents__request__t.html#ac8fcb120e6198c854f3130a27db63160">source</a>; 
<a name="l00440"></a><a class="code" href="structxcb__xfixes__region__extents__request__t.html#a81456e2744e401b4aa9e1fac6f38fbc3">00440</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__region__extents__request__t.html#a81456e2744e401b4aa9e1fac6f38fbc3">destination</a>; 
<a name="l00441"></a>00441 } <a class="code" href="group__XCB__XFixes__API.html#ga1cac838b88d81d9fa3a169796c2e8ed8" title="xcb_xfixes_region_extents_request_t">xcb_xfixes_region_extents_request_t</a>;
<a name="l00442"></a>00442 
<a name="l00446"></a><a class="code" href="structxcb__xfixes__fetch__region__cookie__t.html">00446</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__fetch__region__cookie__t.html" title="xcb_xfixes_fetch_region_cookie_t">xcb_xfixes_fetch_region_cookie_t</a> {
<a name="l00447"></a><a class="code" href="structxcb__xfixes__fetch__region__cookie__t.html#a5a39d15ee365c91fe9d460aa78c24b24">00447</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xfixes__fetch__region__cookie__t.html#a5a39d15ee365c91fe9d460aa78c24b24">sequence</a>; 
<a name="l00448"></a>00448 } <a class="code" href="group__XCB__XFixes__API.html#ga615d170fb0b77583f0b13f5c37a38552" title="xcb_xfixes_fetch_region_cookie_t">xcb_xfixes_fetch_region_cookie_t</a>;
<a name="l00449"></a>00449 
<a name="l00451"></a><a class="code" href="group__XCB__XFixes__API.html#gae9f17b2ff982c94869ea3b66a27d0bf6">00451</a> <span class="preprocessor">#define XCB_XFIXES_FETCH_REGION 19</span>
<a name="l00452"></a>00452 <span class="preprocessor"></span>
<a name="l00456"></a><a class="code" href="structxcb__xfixes__fetch__region__request__t.html">00456</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__fetch__region__request__t.html" title="xcb_xfixes_fetch_region_request_t">xcb_xfixes_fetch_region_request_t</a> {
<a name="l00457"></a><a class="code" href="structxcb__xfixes__fetch__region__request__t.html#a83c4ced2cc45ea000de31448ce719c1e">00457</a>     uint8_t             <a class="code" href="structxcb__xfixes__fetch__region__request__t.html#a83c4ced2cc45ea000de31448ce719c1e">major_opcode</a>; 
<a name="l00458"></a><a class="code" href="structxcb__xfixes__fetch__region__request__t.html#a593273a18bc6ce645c3b75b9eb66cd2a">00458</a>     uint8_t             <a class="code" href="structxcb__xfixes__fetch__region__request__t.html#a593273a18bc6ce645c3b75b9eb66cd2a">minor_opcode</a>; 
<a name="l00459"></a><a class="code" href="structxcb__xfixes__fetch__region__request__t.html#a229be8cf6e5b1b0ecda0e392281843e6">00459</a>     uint16_t            <a class="code" href="structxcb__xfixes__fetch__region__request__t.html#a229be8cf6e5b1b0ecda0e392281843e6">length</a>; 
<a name="l00460"></a><a class="code" href="structxcb__xfixes__fetch__region__request__t.html#adddb14aef70fa22a9ca62764426b1c81">00460</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__fetch__region__request__t.html#adddb14aef70fa22a9ca62764426b1c81">region</a>; 
<a name="l00461"></a>00461 } <a class="code" href="group__XCB__XFixes__API.html#ga691ecb581fbe7e1f6f60b8ece2be60f5" title="xcb_xfixes_fetch_region_request_t">xcb_xfixes_fetch_region_request_t</a>;
<a name="l00462"></a>00462 
<a name="l00466"></a><a class="code" href="structxcb__xfixes__fetch__region__reply__t.html">00466</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__fetch__region__reply__t.html" title="xcb_xfixes_fetch_region_reply_t">xcb_xfixes_fetch_region_reply_t</a> {
<a name="l00467"></a><a class="code" href="structxcb__xfixes__fetch__region__reply__t.html#a350d95920abe848cb3197244039b557e">00467</a>     uint8_t         <a class="code" href="structxcb__xfixes__fetch__region__reply__t.html#a350d95920abe848cb3197244039b557e">response_type</a>; 
<a name="l00468"></a><a class="code" href="structxcb__xfixes__fetch__region__reply__t.html#adac00a7468ada17dade6a07af39ebab2">00468</a>     uint8_t         <a class="code" href="structxcb__xfixes__fetch__region__reply__t.html#adac00a7468ada17dade6a07af39ebab2">pad0</a>; 
<a name="l00469"></a><a class="code" href="structxcb__xfixes__fetch__region__reply__t.html#a4afd0219d32383588e63e19cd681fb5a">00469</a>     uint16_t        <a class="code" href="structxcb__xfixes__fetch__region__reply__t.html#a4afd0219d32383588e63e19cd681fb5a">sequence</a>; 
<a name="l00470"></a><a class="code" href="structxcb__xfixes__fetch__region__reply__t.html#ae1a53d53e92bdcfcd674764c4cd491d8">00470</a>     uint32_t        <a class="code" href="structxcb__xfixes__fetch__region__reply__t.html#ae1a53d53e92bdcfcd674764c4cd491d8">length</a>; 
<a name="l00471"></a><a class="code" href="structxcb__xfixes__fetch__region__reply__t.html#a0efda99c61d0f0641c2289ea54804231">00471</a>     <a class="code" href="structxcb__rectangle__t.html" title="xcb_rectangle_t">xcb_rectangle_t</a> <a class="code" href="structxcb__xfixes__fetch__region__reply__t.html#a0efda99c61d0f0641c2289ea54804231">extents</a>; 
<a name="l00472"></a><a class="code" href="structxcb__xfixes__fetch__region__reply__t.html#a405aa2355cbea90c21cfb34979895073">00472</a>     uint8_t         <a class="code" href="structxcb__xfixes__fetch__region__reply__t.html#a405aa2355cbea90c21cfb34979895073">pad1</a>[16]; 
<a name="l00473"></a>00473 } <a class="code" href="group__XCB__XFixes__API.html#gad4ee31fa3e040d7da30143cb860b4714" title="xcb_xfixes_fetch_region_reply_t">xcb_xfixes_fetch_region_reply_t</a>;
<a name="l00474"></a>00474 
<a name="l00476"></a><a class="code" href="group__XCB__XFixes__API.html#ga8abd3dcf633689407eea92303b627b65">00476</a> <span class="preprocessor">#define XCB_XFIXES_SET_GC_CLIP_REGION 20</span>
<a name="l00477"></a>00477 <span class="preprocessor"></span>
<a name="l00481"></a><a class="code" href="structxcb__xfixes__set__gc__clip__region__request__t.html">00481</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__set__gc__clip__region__request__t.html" title="xcb_xfixes_set_gc_clip_region_request_t">xcb_xfixes_set_gc_clip_region_request_t</a> {
<a name="l00482"></a><a class="code" href="structxcb__xfixes__set__gc__clip__region__request__t.html#acb73b17b0ab1a4a70e2fe532491f6893">00482</a>     uint8_t             <a class="code" href="structxcb__xfixes__set__gc__clip__region__request__t.html#acb73b17b0ab1a4a70e2fe532491f6893">major_opcode</a>; 
<a name="l00483"></a><a class="code" href="structxcb__xfixes__set__gc__clip__region__request__t.html#a28f47763c9d552667a42e633f3e8575c">00483</a>     uint8_t             <a class="code" href="structxcb__xfixes__set__gc__clip__region__request__t.html#a28f47763c9d552667a42e633f3e8575c">minor_opcode</a>; 
<a name="l00484"></a><a class="code" href="structxcb__xfixes__set__gc__clip__region__request__t.html#a50dec529d3a1545b3a51736434e120e3">00484</a>     uint16_t            <a class="code" href="structxcb__xfixes__set__gc__clip__region__request__t.html#a50dec529d3a1545b3a51736434e120e3">length</a>; 
<a name="l00485"></a><a class="code" href="structxcb__xfixes__set__gc__clip__region__request__t.html#a3f40559def347639a7784c9489fa01b5">00485</a>     xcb_gcontext_t      <a class="code" href="structxcb__xfixes__set__gc__clip__region__request__t.html#a3f40559def347639a7784c9489fa01b5">gc</a>; 
<a name="l00486"></a><a class="code" href="structxcb__xfixes__set__gc__clip__region__request__t.html#ae6a69a3b89632bd514c3adc9635da10b">00486</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__set__gc__clip__region__request__t.html#ae6a69a3b89632bd514c3adc9635da10b">region</a>; 
<a name="l00487"></a><a class="code" href="structxcb__xfixes__set__gc__clip__region__request__t.html#a49a465700e7a96fe020542beb1250310">00487</a>     int16_t             <a class="code" href="structxcb__xfixes__set__gc__clip__region__request__t.html#a49a465700e7a96fe020542beb1250310">x_origin</a>; 
<a name="l00488"></a><a class="code" href="structxcb__xfixes__set__gc__clip__region__request__t.html#aa574c6512d429c5a10e9259018463b55">00488</a>     int16_t             <a class="code" href="structxcb__xfixes__set__gc__clip__region__request__t.html#aa574c6512d429c5a10e9259018463b55">y_origin</a>; 
<a name="l00489"></a>00489 } <a class="code" href="group__XCB__XFixes__API.html#ga233398dc74c6f571a62e1313df0fd410" title="xcb_xfixes_set_gc_clip_region_request_t">xcb_xfixes_set_gc_clip_region_request_t</a>;
<a name="l00490"></a>00490 
<a name="l00492"></a><a class="code" href="group__XCB__XFixes__API.html#ga674f0aa45a20474105e5e94ee9bf1e83">00492</a> <span class="preprocessor">#define XCB_XFIXES_SET_WINDOW_SHAPE_REGION 21</span>
<a name="l00493"></a>00493 <span class="preprocessor"></span>
<a name="l00497"></a><a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html">00497</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html" title="xcb_xfixes_set_window_shape_region_request_t">xcb_xfixes_set_window_shape_region_request_t</a> {
<a name="l00498"></a><a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#a8b77eeaccd778c8fff372c836f81d0d8">00498</a>     uint8_t             <a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#a8b77eeaccd778c8fff372c836f81d0d8">major_opcode</a>; 
<a name="l00499"></a><a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#a2b24d103a7677b1d1ed87e29a6f05eee">00499</a>     uint8_t             <a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#a2b24d103a7677b1d1ed87e29a6f05eee">minor_opcode</a>; 
<a name="l00500"></a><a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#aafb3b77631b3d09fc6282c57d63ad6d5">00500</a>     uint16_t            <a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#aafb3b77631b3d09fc6282c57d63ad6d5">length</a>; 
<a name="l00501"></a><a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#a3130bc5125887ca2ed641c5411b0f11f">00501</a>     xcb_window_t        <a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#a3130bc5125887ca2ed641c5411b0f11f">dest</a>; 
<a name="l00502"></a><a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#acde47ea77eed9fac45074580dd939c85">00502</a>     xcb_shape_kind_t    <a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#acde47ea77eed9fac45074580dd939c85">dest_kind</a>; 
<a name="l00503"></a><a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#a613131893f58f7a179df557ed2f946d6">00503</a>     uint8_t             <a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#a613131893f58f7a179df557ed2f946d6">pad0</a>[3]; 
<a name="l00504"></a><a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#aecedca07b9eb3da35ed4c6e345b7a08c">00504</a>     int16_t             <a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#aecedca07b9eb3da35ed4c6e345b7a08c">x_offset</a>; 
<a name="l00505"></a><a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#a536c8182578115bf7f92356494af20be">00505</a>     int16_t             <a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#a536c8182578115bf7f92356494af20be">y_offset</a>; 
<a name="l00506"></a><a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#a9e08b98c127ef5c6e19fcfe26c797e1d">00506</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__set__window__shape__region__request__t.html#a9e08b98c127ef5c6e19fcfe26c797e1d">region</a>; 
<a name="l00507"></a>00507 } <a class="code" href="group__XCB__XFixes__API.html#ga78e74d5ff3685cd5b38538dbcfa8fb94" title="xcb_xfixes_set_window_shape_region_request_t">xcb_xfixes_set_window_shape_region_request_t</a>;
<a name="l00508"></a>00508 
<a name="l00510"></a><a class="code" href="group__XCB__XFixes__API.html#ga3f7946ee53406214cab18b2a6dbf77d1">00510</a> <span class="preprocessor">#define XCB_XFIXES_SET_PICTURE_CLIP_REGION 22</span>
<a name="l00511"></a>00511 <span class="preprocessor"></span>
<a name="l00515"></a><a class="code" href="structxcb__xfixes__set__picture__clip__region__request__t.html">00515</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__set__picture__clip__region__request__t.html" title="xcb_xfixes_set_picture_clip_region_request_t">xcb_xfixes_set_picture_clip_region_request_t</a> {
<a name="l00516"></a><a class="code" href="structxcb__xfixes__set__picture__clip__region__request__t.html#a323eda4955ce38449133a12058533c98">00516</a>     uint8_t              <a class="code" href="structxcb__xfixes__set__picture__clip__region__request__t.html#a323eda4955ce38449133a12058533c98">major_opcode</a>; 
<a name="l00517"></a><a class="code" href="structxcb__xfixes__set__picture__clip__region__request__t.html#ae010d6feb3fe2ed4bbc4ef0c1ab429c9">00517</a>     uint8_t              <a class="code" href="structxcb__xfixes__set__picture__clip__region__request__t.html#ae010d6feb3fe2ed4bbc4ef0c1ab429c9">minor_opcode</a>; 
<a name="l00518"></a><a class="code" href="structxcb__xfixes__set__picture__clip__region__request__t.html#ab09a2a68c2277eeefa2cefe415fdfe15">00518</a>     uint16_t             <a class="code" href="structxcb__xfixes__set__picture__clip__region__request__t.html#ab09a2a68c2277eeefa2cefe415fdfe15">length</a>; 
<a name="l00519"></a><a class="code" href="structxcb__xfixes__set__picture__clip__region__request__t.html#ab007a41843315b89693bdee658cee7ca">00519</a>     xcb_render_picture_t <a class="code" href="structxcb__xfixes__set__picture__clip__region__request__t.html#ab007a41843315b89693bdee658cee7ca">picture</a>; 
<a name="l00520"></a><a class="code" href="structxcb__xfixes__set__picture__clip__region__request__t.html#a31513a26ef48bb8aa367cd7cd8bc0fe4">00520</a>     xcb_xfixes_region_t  <a class="code" href="structxcb__xfixes__set__picture__clip__region__request__t.html#a31513a26ef48bb8aa367cd7cd8bc0fe4">region</a>; 
<a name="l00521"></a><a class="code" href="structxcb__xfixes__set__picture__clip__region__request__t.html#ac0b1f0953f8fd53ab35f205b21e5a5c3">00521</a>     int16_t              <a class="code" href="structxcb__xfixes__set__picture__clip__region__request__t.html#ac0b1f0953f8fd53ab35f205b21e5a5c3">x_origin</a>; 
<a name="l00522"></a><a class="code" href="structxcb__xfixes__set__picture__clip__region__request__t.html#a0883332e0fa1804dc13b5e427a296611">00522</a>     int16_t              <a class="code" href="structxcb__xfixes__set__picture__clip__region__request__t.html#a0883332e0fa1804dc13b5e427a296611">y_origin</a>; 
<a name="l00523"></a>00523 } <a class="code" href="group__XCB__XFixes__API.html#ga3d63fc792f872f9f326ed35cf5f7d711" title="xcb_xfixes_set_picture_clip_region_request_t">xcb_xfixes_set_picture_clip_region_request_t</a>;
<a name="l00524"></a>00524 
<a name="l00526"></a><a class="code" href="group__XCB__XFixes__API.html#gacf8430c94dae69fa5558bc15d5e41fb7">00526</a> <span class="preprocessor">#define XCB_XFIXES_SET_CURSOR_NAME 23</span>
<a name="l00527"></a>00527 <span class="preprocessor"></span>
<a name="l00531"></a><a class="code" href="structxcb__xfixes__set__cursor__name__request__t.html">00531</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__set__cursor__name__request__t.html" title="xcb_xfixes_set_cursor_name_request_t">xcb_xfixes_set_cursor_name_request_t</a> {
<a name="l00532"></a><a class="code" href="structxcb__xfixes__set__cursor__name__request__t.html#a228e4aeb71b9c1dff4a14520819176de">00532</a>     uint8_t      <a class="code" href="structxcb__xfixes__set__cursor__name__request__t.html#a228e4aeb71b9c1dff4a14520819176de">major_opcode</a>; 
<a name="l00533"></a><a class="code" href="structxcb__xfixes__set__cursor__name__request__t.html#a51a9ea11a13b4b76c66012b6a16f5693">00533</a>     uint8_t      <a class="code" href="structxcb__xfixes__set__cursor__name__request__t.html#a51a9ea11a13b4b76c66012b6a16f5693">minor_opcode</a>; 
<a name="l00534"></a><a class="code" href="structxcb__xfixes__set__cursor__name__request__t.html#aedb7e19dc7b704e9c9bd10e63554dd04">00534</a>     uint16_t     <a class="code" href="structxcb__xfixes__set__cursor__name__request__t.html#aedb7e19dc7b704e9c9bd10e63554dd04">length</a>; 
<a name="l00535"></a><a class="code" href="structxcb__xfixes__set__cursor__name__request__t.html#a5433dd00e0414c77e818cf2a413ea355">00535</a>     xcb_cursor_t <a class="code" href="structxcb__xfixes__set__cursor__name__request__t.html#a5433dd00e0414c77e818cf2a413ea355">cursor</a>; 
<a name="l00536"></a><a class="code" href="structxcb__xfixes__set__cursor__name__request__t.html#aef4c8ccd1c5dcccde54b3cb954081570">00536</a>     uint16_t     <a class="code" href="structxcb__xfixes__set__cursor__name__request__t.html#aef4c8ccd1c5dcccde54b3cb954081570">nbytes</a>; 
<a name="l00537"></a><a class="code" href="structxcb__xfixes__set__cursor__name__request__t.html#aa8ad28b0c3b00917d3e7fe9e679b41c6">00537</a>     uint8_t      <a class="code" href="structxcb__xfixes__set__cursor__name__request__t.html#aa8ad28b0c3b00917d3e7fe9e679b41c6">pad0</a>[2]; 
<a name="l00538"></a>00538 } <a class="code" href="group__XCB__XFixes__API.html#ga0d3da8f78e59d0b76796b9b7e2d801df" title="xcb_xfixes_set_cursor_name_request_t">xcb_xfixes_set_cursor_name_request_t</a>;
<a name="l00539"></a>00539 
<a name="l00543"></a><a class="code" href="structxcb__xfixes__get__cursor__name__cookie__t.html">00543</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__get__cursor__name__cookie__t.html" title="xcb_xfixes_get_cursor_name_cookie_t">xcb_xfixes_get_cursor_name_cookie_t</a> {
<a name="l00544"></a><a class="code" href="structxcb__xfixes__get__cursor__name__cookie__t.html#a47c8d2333a7c9f2e0c13684e839668ad">00544</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xfixes__get__cursor__name__cookie__t.html#a47c8d2333a7c9f2e0c13684e839668ad">sequence</a>; 
<a name="l00545"></a>00545 } <a class="code" href="group__XCB__XFixes__API.html#ga6f01af585785187eb4711f00de2e3262" title="xcb_xfixes_get_cursor_name_cookie_t">xcb_xfixes_get_cursor_name_cookie_t</a>;
<a name="l00546"></a>00546 
<a name="l00548"></a><a class="code" href="group__XCB__XFixes__API.html#ga301f14f6946db9f1eff480aa5c88de57">00548</a> <span class="preprocessor">#define XCB_XFIXES_GET_CURSOR_NAME 24</span>
<a name="l00549"></a>00549 <span class="preprocessor"></span>
<a name="l00553"></a><a class="code" href="structxcb__xfixes__get__cursor__name__request__t.html">00553</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__get__cursor__name__request__t.html" title="xcb_xfixes_get_cursor_name_request_t">xcb_xfixes_get_cursor_name_request_t</a> {
<a name="l00554"></a><a class="code" href="structxcb__xfixes__get__cursor__name__request__t.html#af066f6e889cb5008cc7ae216f68e9511">00554</a>     uint8_t      <a class="code" href="structxcb__xfixes__get__cursor__name__request__t.html#af066f6e889cb5008cc7ae216f68e9511">major_opcode</a>; 
<a name="l00555"></a><a class="code" href="structxcb__xfixes__get__cursor__name__request__t.html#a27930e6a22d85201ce0f91998ff16388">00555</a>     uint8_t      <a class="code" href="structxcb__xfixes__get__cursor__name__request__t.html#a27930e6a22d85201ce0f91998ff16388">minor_opcode</a>; 
<a name="l00556"></a><a class="code" href="structxcb__xfixes__get__cursor__name__request__t.html#aba033a5ee2e71bebea485d9b5ccab63d">00556</a>     uint16_t     <a class="code" href="structxcb__xfixes__get__cursor__name__request__t.html#aba033a5ee2e71bebea485d9b5ccab63d">length</a>; 
<a name="l00557"></a><a class="code" href="structxcb__xfixes__get__cursor__name__request__t.html#a3e81ee431a608f44929307854ae96dea">00557</a>     xcb_cursor_t <a class="code" href="structxcb__xfixes__get__cursor__name__request__t.html#a3e81ee431a608f44929307854ae96dea">cursor</a>; 
<a name="l00558"></a>00558 } <a class="code" href="group__XCB__XFixes__API.html#ga16d785cfbe1e1598c9dd3799116da869" title="xcb_xfixes_get_cursor_name_request_t">xcb_xfixes_get_cursor_name_request_t</a>;
<a name="l00559"></a>00559 
<a name="l00563"></a><a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html">00563</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html" title="xcb_xfixes_get_cursor_name_reply_t">xcb_xfixes_get_cursor_name_reply_t</a> {
<a name="l00564"></a><a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html#a9646bd4a4b110f139a1b82b0339ab18a">00564</a>     uint8_t    <a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html#a9646bd4a4b110f139a1b82b0339ab18a">response_type</a>; 
<a name="l00565"></a><a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html#aa96a3c11d58fe6bf4d90891a80aa710b">00565</a>     uint8_t    <a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html#aa96a3c11d58fe6bf4d90891a80aa710b">pad0</a>; 
<a name="l00566"></a><a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html#a3f0d1f000728bfd3d83b301fdfc3f9ba">00566</a>     uint16_t   <a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html#a3f0d1f000728bfd3d83b301fdfc3f9ba">sequence</a>; 
<a name="l00567"></a><a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html#a599252af264f6eecf662c7a74f1bab8a">00567</a>     uint32_t   <a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html#a599252af264f6eecf662c7a74f1bab8a">length</a>; 
<a name="l00568"></a><a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html#a9a02d6b0c7ddf3cb244d7790aab124dd">00568</a>     xcb_atom_t <a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html#a9a02d6b0c7ddf3cb244d7790aab124dd">atom</a>; 
<a name="l00569"></a><a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html#a3806c694966c178ffb34eb386c0f786f">00569</a>     uint16_t   <a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html#a3806c694966c178ffb34eb386c0f786f">nbytes</a>; 
<a name="l00570"></a><a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html#a9323144f92dfd2edaaf250e33ebdc553">00570</a>     uint8_t    <a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html#a9323144f92dfd2edaaf250e33ebdc553">pad1</a>[18]; 
<a name="l00571"></a>00571 } <a class="code" href="group__XCB__XFixes__API.html#ga46f5c854f2ac5d9642c9e4c79be1d5cb" title="xcb_xfixes_get_cursor_name_reply_t">xcb_xfixes_get_cursor_name_reply_t</a>;
<a name="l00572"></a>00572 
<a name="l00576"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__cookie__t.html">00576</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__cookie__t.html" title="xcb_xfixes_get_cursor_image_and_name_cookie_t">xcb_xfixes_get_cursor_image_and_name_cookie_t</a> {
<a name="l00577"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__cookie__t.html#aca8696aef71f101d0c1e01e1971bd716">00577</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__cookie__t.html#aca8696aef71f101d0c1e01e1971bd716">sequence</a>; 
<a name="l00578"></a>00578 } <a class="code" href="group__XCB__XFixes__API.html#ga6b2aab923ddad5d06eedd96fd9e1c7ac" title="xcb_xfixes_get_cursor_image_and_name_cookie_t">xcb_xfixes_get_cursor_image_and_name_cookie_t</a>;
<a name="l00579"></a>00579 
<a name="l00581"></a><a class="code" href="group__XCB__XFixes__API.html#gaf754dc6704c1cd2627e0040ebf9b5233">00581</a> <span class="preprocessor">#define XCB_XFIXES_GET_CURSOR_IMAGE_AND_NAME 25</span>
<a name="l00582"></a>00582 <span class="preprocessor"></span>
<a name="l00586"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__request__t.html">00586</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__request__t.html" title="xcb_xfixes_get_cursor_image_and_name_request_t">xcb_xfixes_get_cursor_image_and_name_request_t</a> {
<a name="l00587"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__request__t.html#a8e2aae041710cadc91baee1f25468471">00587</a>     uint8_t  <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__request__t.html#a8e2aae041710cadc91baee1f25468471">major_opcode</a>; 
<a name="l00588"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__request__t.html#a5f9a661cc8c44bdd14b3714a924e4ced">00588</a>     uint8_t  <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__request__t.html#a5f9a661cc8c44bdd14b3714a924e4ced">minor_opcode</a>; 
<a name="l00589"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__request__t.html#a39376ac2115a7db79f9ba0b2abcc711f">00589</a>     uint16_t <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__request__t.html#a39376ac2115a7db79f9ba0b2abcc711f">length</a>; 
<a name="l00590"></a>00590 } <a class="code" href="group__XCB__XFixes__API.html#ga10b52535044d45a8f6778d0578f464bb" title="xcb_xfixes_get_cursor_image_and_name_request_t">xcb_xfixes_get_cursor_image_and_name_request_t</a>;
<a name="l00591"></a>00591 
<a name="l00595"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html">00595</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html" title="xcb_xfixes_get_cursor_image_and_name_reply_t">xcb_xfixes_get_cursor_image_and_name_reply_t</a> {
<a name="l00596"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#a19073020f1ceb0ef9b9f9e73a47d2b2b">00596</a>     uint8_t    <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#a19073020f1ceb0ef9b9f9e73a47d2b2b">response_type</a>; 
<a name="l00597"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#ab605e2aea45461f70d09132a132c715f">00597</a>     uint8_t    <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#ab605e2aea45461f70d09132a132c715f">pad0</a>; 
<a name="l00598"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#a4fcdf8134f2caec56803e4ce9801a391">00598</a>     uint16_t   <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#a4fcdf8134f2caec56803e4ce9801a391">sequence</a>; 
<a name="l00599"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#afcc3d9f6703029a1fcd293ec82ee76f4">00599</a>     uint32_t   <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#afcc3d9f6703029a1fcd293ec82ee76f4">length</a>; 
<a name="l00600"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#a9371176c8bf1077044485f8a2a24d597">00600</a>     int16_t    <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#a9371176c8bf1077044485f8a2a24d597">x</a>; 
<a name="l00601"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#aaa7ea5a3484e264590d2bbc6f17d7169">00601</a>     int16_t    <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#aaa7ea5a3484e264590d2bbc6f17d7169">y</a>; 
<a name="l00602"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#a284d4b4b4cf2774b2d7a789b5617ebdd">00602</a>     uint16_t   <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#a284d4b4b4cf2774b2d7a789b5617ebdd">width</a>; 
<a name="l00603"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#a8c9f1e0963dd0d5fae49c57ae91dc878">00603</a>     uint16_t   <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#a8c9f1e0963dd0d5fae49c57ae91dc878">height</a>; 
<a name="l00604"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#a75a1e3304d39dcef173b652ff2149990">00604</a>     uint16_t   <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#a75a1e3304d39dcef173b652ff2149990">xhot</a>; 
<a name="l00605"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#af2ddbb566101ccac5af2cdeb828a1855">00605</a>     uint16_t   <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#af2ddbb566101ccac5af2cdeb828a1855">yhot</a>; 
<a name="l00606"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#aeb5a14cf4a5f38302c0d1f2042c5bed6">00606</a>     uint32_t   <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#aeb5a14cf4a5f38302c0d1f2042c5bed6">cursor_serial</a>; 
<a name="l00607"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#ac892f2de46042f6621c65d061d9d7c94">00607</a>     xcb_atom_t <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#ac892f2de46042f6621c65d061d9d7c94">cursor_atom</a>; 
<a name="l00608"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#a0cccf03994d508ce8794ae4498b8a1f3">00608</a>     uint16_t   <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#a0cccf03994d508ce8794ae4498b8a1f3">nbytes</a>; 
<a name="l00609"></a><a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#ab14fa1c5b6682af5f02700e9f503f718">00609</a>     uint8_t    <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html#ab14fa1c5b6682af5f02700e9f503f718">pad1</a>[2]; 
<a name="l00610"></a>00610 } <a class="code" href="group__XCB__XFixes__API.html#ga948f99083e99f87e56890e13e586701e" title="xcb_xfixes_get_cursor_image_and_name_reply_t">xcb_xfixes_get_cursor_image_and_name_reply_t</a>;
<a name="l00611"></a>00611 
<a name="l00613"></a><a class="code" href="group__XCB__XFixes__API.html#gae3b2dc1d53bec4baede0095924275f3d">00613</a> <span class="preprocessor">#define XCB_XFIXES_CHANGE_CURSOR 26</span>
<a name="l00614"></a>00614 <span class="preprocessor"></span>
<a name="l00618"></a><a class="code" href="structxcb__xfixes__change__cursor__request__t.html">00618</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__change__cursor__request__t.html" title="xcb_xfixes_change_cursor_request_t">xcb_xfixes_change_cursor_request_t</a> {
<a name="l00619"></a><a class="code" href="structxcb__xfixes__change__cursor__request__t.html#a87cae58c27af85ef3fa952a4b94ca39a">00619</a>     uint8_t      <a class="code" href="structxcb__xfixes__change__cursor__request__t.html#a87cae58c27af85ef3fa952a4b94ca39a">major_opcode</a>; 
<a name="l00620"></a><a class="code" href="structxcb__xfixes__change__cursor__request__t.html#aeb28a9f8c1ba2c1212ec683267b708a3">00620</a>     uint8_t      <a class="code" href="structxcb__xfixes__change__cursor__request__t.html#aeb28a9f8c1ba2c1212ec683267b708a3">minor_opcode</a>; 
<a name="l00621"></a><a class="code" href="structxcb__xfixes__change__cursor__request__t.html#ad39bcf7a47016cf0a92821c4fbe1af8f">00621</a>     uint16_t     <a class="code" href="structxcb__xfixes__change__cursor__request__t.html#ad39bcf7a47016cf0a92821c4fbe1af8f">length</a>; 
<a name="l00622"></a><a class="code" href="structxcb__xfixes__change__cursor__request__t.html#a7594708d6d1293cdb30b2cedcbb13c0f">00622</a>     xcb_cursor_t <a class="code" href="structxcb__xfixes__change__cursor__request__t.html#a7594708d6d1293cdb30b2cedcbb13c0f">source</a>; 
<a name="l00623"></a><a class="code" href="structxcb__xfixes__change__cursor__request__t.html#a59326a579c00f5b9edb74df68b17dcb5">00623</a>     xcb_cursor_t <a class="code" href="structxcb__xfixes__change__cursor__request__t.html#a59326a579c00f5b9edb74df68b17dcb5">destination</a>; 
<a name="l00624"></a>00624 } <a class="code" href="group__XCB__XFixes__API.html#gac349a2998e6b97a72b3d09e794a8d28a" title="xcb_xfixes_change_cursor_request_t">xcb_xfixes_change_cursor_request_t</a>;
<a name="l00625"></a>00625 
<a name="l00627"></a><a class="code" href="group__XCB__XFixes__API.html#ga50371566ce421330c208c64eee7fa12c">00627</a> <span class="preprocessor">#define XCB_XFIXES_CHANGE_CURSOR_BY_NAME 27</span>
<a name="l00628"></a>00628 <span class="preprocessor"></span>
<a name="l00632"></a><a class="code" href="structxcb__xfixes__change__cursor__by__name__request__t.html">00632</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__change__cursor__by__name__request__t.html" title="xcb_xfixes_change_cursor_by_name_request_t">xcb_xfixes_change_cursor_by_name_request_t</a> {
<a name="l00633"></a><a class="code" href="structxcb__xfixes__change__cursor__by__name__request__t.html#a61366ecafa02b2c52612ae1ab471a07c">00633</a>     uint8_t      <a class="code" href="structxcb__xfixes__change__cursor__by__name__request__t.html#a61366ecafa02b2c52612ae1ab471a07c">major_opcode</a>; 
<a name="l00634"></a><a class="code" href="structxcb__xfixes__change__cursor__by__name__request__t.html#a4d4eee8b8eab278df910827b609be42c">00634</a>     uint8_t      <a class="code" href="structxcb__xfixes__change__cursor__by__name__request__t.html#a4d4eee8b8eab278df910827b609be42c">minor_opcode</a>; 
<a name="l00635"></a><a class="code" href="structxcb__xfixes__change__cursor__by__name__request__t.html#a3eb7e9985d04ebebf72a4cefd73a6679">00635</a>     uint16_t     <a class="code" href="structxcb__xfixes__change__cursor__by__name__request__t.html#a3eb7e9985d04ebebf72a4cefd73a6679">length</a>; 
<a name="l00636"></a><a class="code" href="structxcb__xfixes__change__cursor__by__name__request__t.html#ae5771b91e24a92ae2b36e36cf4414b7c">00636</a>     xcb_cursor_t <a class="code" href="structxcb__xfixes__change__cursor__by__name__request__t.html#ae5771b91e24a92ae2b36e36cf4414b7c">src</a>; 
<a name="l00637"></a><a class="code" href="structxcb__xfixes__change__cursor__by__name__request__t.html#aeec5d8019edad948bcbf8fbc0c9f548d">00637</a>     uint16_t     <a class="code" href="structxcb__xfixes__change__cursor__by__name__request__t.html#aeec5d8019edad948bcbf8fbc0c9f548d">nbytes</a>; 
<a name="l00638"></a><a class="code" href="structxcb__xfixes__change__cursor__by__name__request__t.html#a761a7db8b25a7656d752570251bd9c91">00638</a>     uint8_t      <a class="code" href="structxcb__xfixes__change__cursor__by__name__request__t.html#a761a7db8b25a7656d752570251bd9c91">pad0</a>[2]; 
<a name="l00639"></a>00639 } <a class="code" href="group__XCB__XFixes__API.html#ga0f1d9b53509ea129f23d588f415a2302" title="xcb_xfixes_change_cursor_by_name_request_t">xcb_xfixes_change_cursor_by_name_request_t</a>;
<a name="l00640"></a>00640 
<a name="l00642"></a><a class="code" href="group__XCB__XFixes__API.html#ga08e031b3f75b081f663f07891956de2f">00642</a> <span class="preprocessor">#define XCB_XFIXES_EXPAND_REGION 28</span>
<a name="l00643"></a>00643 <span class="preprocessor"></span>
<a name="l00647"></a><a class="code" href="structxcb__xfixes__expand__region__request__t.html">00647</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__expand__region__request__t.html" title="xcb_xfixes_expand_region_request_t">xcb_xfixes_expand_region_request_t</a> {
<a name="l00648"></a><a class="code" href="structxcb__xfixes__expand__region__request__t.html#ac61baf86712280f862f75c2c276de01c">00648</a>     uint8_t             <a class="code" href="structxcb__xfixes__expand__region__request__t.html#ac61baf86712280f862f75c2c276de01c">major_opcode</a>; 
<a name="l00649"></a><a class="code" href="structxcb__xfixes__expand__region__request__t.html#a0fd2471a71d116e3a7431036052d4227">00649</a>     uint8_t             <a class="code" href="structxcb__xfixes__expand__region__request__t.html#a0fd2471a71d116e3a7431036052d4227">minor_opcode</a>; 
<a name="l00650"></a><a class="code" href="structxcb__xfixes__expand__region__request__t.html#af88c78e980719d3537f080a9b09b9438">00650</a>     uint16_t            <a class="code" href="structxcb__xfixes__expand__region__request__t.html#af88c78e980719d3537f080a9b09b9438">length</a>; 
<a name="l00651"></a><a class="code" href="structxcb__xfixes__expand__region__request__t.html#ada43fdb9c2acdc6851356af7d76561b0">00651</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__expand__region__request__t.html#ada43fdb9c2acdc6851356af7d76561b0">source</a>; 
<a name="l00652"></a><a class="code" href="structxcb__xfixes__expand__region__request__t.html#a2973bdbd647e0339048874e152e0f9e4">00652</a>     xcb_xfixes_region_t <a class="code" href="structxcb__xfixes__expand__region__request__t.html#a2973bdbd647e0339048874e152e0f9e4">destination</a>; 
<a name="l00653"></a><a class="code" href="structxcb__xfixes__expand__region__request__t.html#a2753a50a489159f1c2fe9c64f92327e1">00653</a>     uint16_t            <a class="code" href="structxcb__xfixes__expand__region__request__t.html#a2753a50a489159f1c2fe9c64f92327e1">left</a>; 
<a name="l00654"></a><a class="code" href="structxcb__xfixes__expand__region__request__t.html#a8b713289d08d114d4f8c03f1ebea80e8">00654</a>     uint16_t            <a class="code" href="structxcb__xfixes__expand__region__request__t.html#a8b713289d08d114d4f8c03f1ebea80e8">right</a>; 
<a name="l00655"></a><a class="code" href="structxcb__xfixes__expand__region__request__t.html#ac3ece2b5115904dede076e16311acefb">00655</a>     uint16_t            <a class="code" href="structxcb__xfixes__expand__region__request__t.html#ac3ece2b5115904dede076e16311acefb">top</a>; 
<a name="l00656"></a><a class="code" href="structxcb__xfixes__expand__region__request__t.html#a0e5596d6462edf21017e6685b305dfad">00656</a>     uint16_t            <a class="code" href="structxcb__xfixes__expand__region__request__t.html#a0e5596d6462edf21017e6685b305dfad">bottom</a>; 
<a name="l00657"></a>00657 } <a class="code" href="group__XCB__XFixes__API.html#ga148284513f043b9eef5864f9d9073040" title="xcb_xfixes_expand_region_request_t">xcb_xfixes_expand_region_request_t</a>;
<a name="l00658"></a>00658 
<a name="l00660"></a><a class="code" href="group__XCB__XFixes__API.html#gaac3482855e26fc664cef8e0bb81f97db">00660</a> <span class="preprocessor">#define XCB_XFIXES_HIDE_CURSOR 29</span>
<a name="l00661"></a>00661 <span class="preprocessor"></span>
<a name="l00665"></a><a class="code" href="structxcb__xfixes__hide__cursor__request__t.html">00665</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__hide__cursor__request__t.html" title="xcb_xfixes_hide_cursor_request_t">xcb_xfixes_hide_cursor_request_t</a> {
<a name="l00666"></a><a class="code" href="structxcb__xfixes__hide__cursor__request__t.html#a8ebf2d73898208a8298ce03970b9e771">00666</a>     uint8_t      <a class="code" href="structxcb__xfixes__hide__cursor__request__t.html#a8ebf2d73898208a8298ce03970b9e771">major_opcode</a>; 
<a name="l00667"></a><a class="code" href="structxcb__xfixes__hide__cursor__request__t.html#aa9ecce5dfd87ba607d94b580a3f0c2a2">00667</a>     uint8_t      <a class="code" href="structxcb__xfixes__hide__cursor__request__t.html#aa9ecce5dfd87ba607d94b580a3f0c2a2">minor_opcode</a>; 
<a name="l00668"></a><a class="code" href="structxcb__xfixes__hide__cursor__request__t.html#a34c206767328f7477e1c242b51185243">00668</a>     uint16_t     <a class="code" href="structxcb__xfixes__hide__cursor__request__t.html#a34c206767328f7477e1c242b51185243">length</a>; 
<a name="l00669"></a><a class="code" href="structxcb__xfixes__hide__cursor__request__t.html#ae4258e48bc2717c0e9b7b92dbda3a780">00669</a>     xcb_window_t <a class="code" href="structxcb__xfixes__hide__cursor__request__t.html#ae4258e48bc2717c0e9b7b92dbda3a780">window</a>; 
<a name="l00670"></a>00670 } <a class="code" href="group__XCB__XFixes__API.html#gacab865d9065229267e1a473bc73c9769" title="xcb_xfixes_hide_cursor_request_t">xcb_xfixes_hide_cursor_request_t</a>;
<a name="l00671"></a>00671 
<a name="l00673"></a><a class="code" href="group__XCB__XFixes__API.html#ga8ef124235bff4079a433ef5d79ba69a6">00673</a> <span class="preprocessor">#define XCB_XFIXES_SHOW_CURSOR 30</span>
<a name="l00674"></a>00674 <span class="preprocessor"></span>
<a name="l00678"></a><a class="code" href="structxcb__xfixes__show__cursor__request__t.html">00678</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xfixes__show__cursor__request__t.html" title="xcb_xfixes_show_cursor_request_t">xcb_xfixes_show_cursor_request_t</a> {
<a name="l00679"></a><a class="code" href="structxcb__xfixes__show__cursor__request__t.html#a62524d5a21c8d8857a32276871aa9777">00679</a>     uint8_t      <a class="code" href="structxcb__xfixes__show__cursor__request__t.html#a62524d5a21c8d8857a32276871aa9777">major_opcode</a>; 
<a name="l00680"></a><a class="code" href="structxcb__xfixes__show__cursor__request__t.html#ac91febebc26fa7c9c6d04e10e4154a45">00680</a>     uint8_t      <a class="code" href="structxcb__xfixes__show__cursor__request__t.html#ac91febebc26fa7c9c6d04e10e4154a45">minor_opcode</a>; 
<a name="l00681"></a><a class="code" href="structxcb__xfixes__show__cursor__request__t.html#ac3487f038fcae2812b503d3b62f557be">00681</a>     uint16_t     <a class="code" href="structxcb__xfixes__show__cursor__request__t.html#ac3487f038fcae2812b503d3b62f557be">length</a>; 
<a name="l00682"></a><a class="code" href="structxcb__xfixes__show__cursor__request__t.html#a6672f47d949ff7296086d73556b0d823">00682</a>     xcb_window_t <a class="code" href="structxcb__xfixes__show__cursor__request__t.html#a6672f47d949ff7296086d73556b0d823">window</a>; 
<a name="l00683"></a>00683 } <a class="code" href="group__XCB__XFixes__API.html#gab1d0225dea63125e58ef6adb102f41ca" title="xcb_xfixes_show_cursor_request_t">xcb_xfixes_show_cursor_request_t</a>;
<a name="l00684"></a>00684 
<a name="l00694"></a>00694 <span class="comment">/*****************************************************************************</span>
<a name="l00695"></a>00695 <span class="comment"> **</span>
<a name="l00696"></a>00696 <span class="comment"> ** xcb_xfixes_query_version_cookie_t xcb_xfixes_query_version</span>
<a name="l00697"></a>00697 <span class="comment"> ** </span>
<a name="l00698"></a>00698 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00699"></a>00699 <span class="comment"> ** @param uint32_t          client_major_version</span>
<a name="l00700"></a>00700 <span class="comment"> ** @param uint32_t          client_minor_version</span>
<a name="l00701"></a>00701 <span class="comment"> ** @returns xcb_xfixes_query_version_cookie_t</span>
<a name="l00702"></a>00702 <span class="comment"> **</span>
<a name="l00703"></a>00703 <span class="comment"> *****************************************************************************/</span>
<a name="l00704"></a>00704  
<a name="l00705"></a>00705 <a class="code" href="structxcb__xfixes__query__version__cookie__t.html" title="xcb_xfixes_query_version_cookie_t">xcb_xfixes_query_version_cookie_t</a>
<a name="l00706"></a>00706 <a class="code" href="group__XCB__XFixes__API.html#ga24f3b951400b15763d08244021d47269">xcb_xfixes_query_version</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00707"></a>00707                           uint32_t          client_major_version  ,
<a name="l00708"></a>00708                           uint32_t          client_minor_version  );
<a name="l00709"></a>00709 
<a name="l00722"></a>00722 <span class="comment">/*****************************************************************************</span>
<a name="l00723"></a>00723 <span class="comment"> **</span>
<a name="l00724"></a>00724 <span class="comment"> ** xcb_xfixes_query_version_cookie_t xcb_xfixes_query_version_unchecked</span>
<a name="l00725"></a>00725 <span class="comment"> ** </span>
<a name="l00726"></a>00726 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00727"></a>00727 <span class="comment"> ** @param uint32_t          client_major_version</span>
<a name="l00728"></a>00728 <span class="comment"> ** @param uint32_t          client_minor_version</span>
<a name="l00729"></a>00729 <span class="comment"> ** @returns xcb_xfixes_query_version_cookie_t</span>
<a name="l00730"></a>00730 <span class="comment"> **</span>
<a name="l00731"></a>00731 <span class="comment"> *****************************************************************************/</span>
<a name="l00732"></a>00732  
<a name="l00733"></a>00733 <a class="code" href="structxcb__xfixes__query__version__cookie__t.html" title="xcb_xfixes_query_version_cookie_t">xcb_xfixes_query_version_cookie_t</a>
<a name="l00734"></a>00734 <a class="code" href="group__XCB__XFixes__API.html#ga845a110c27aff0e560c23cf640847031">xcb_xfixes_query_version_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00735"></a>00735                                     uint32_t          client_major_version  ,
<a name="l00736"></a>00736                                     uint32_t          client_minor_version  );
<a name="l00737"></a>00737 
<a name="l00753"></a>00753 <span class="comment">/*****************************************************************************</span>
<a name="l00754"></a>00754 <span class="comment"> **</span>
<a name="l00755"></a>00755 <span class="comment"> ** xcb_xfixes_query_version_reply_t * xcb_xfixes_query_version_reply</span>
<a name="l00756"></a>00756 <span class="comment"> ** </span>
<a name="l00757"></a>00757 <span class="comment"> ** @param xcb_connection_t                   *c</span>
<a name="l00758"></a>00758 <span class="comment"> ** @param xcb_xfixes_query_version_cookie_t   cookie</span>
<a name="l00759"></a>00759 <span class="comment"> ** @param xcb_generic_error_t               **e</span>
<a name="l00760"></a>00760 <span class="comment"> ** @returns xcb_xfixes_query_version_reply_t *</span>
<a name="l00761"></a>00761 <span class="comment"> **</span>
<a name="l00762"></a>00762 <span class="comment"> *****************************************************************************/</span>
<a name="l00763"></a>00763  
<a name="l00764"></a>00764 <a class="code" href="structxcb__xfixes__query__version__reply__t.html" title="xcb_xfixes_query_version_reply_t">xcb_xfixes_query_version_reply_t</a> *
<a name="l00765"></a>00765 <a class="code" href="group__XCB__XFixes__API.html#ga07eb8820a6fc180169778b3166cf54cb">xcb_xfixes_query_version_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                   *c  ,
<a name="l00766"></a>00766                                 <a class="code" href="structxcb__xfixes__query__version__cookie__t.html" title="xcb_xfixes_query_version_cookie_t">xcb_xfixes_query_version_cookie_t</a>   cookie  ,
<a name="l00767"></a>00767                                 <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>               **e  );
<a name="l00768"></a>00768 
<a name="l00781"></a>00781 <span class="comment">/*****************************************************************************</span>
<a name="l00782"></a>00782 <span class="comment"> **</span>
<a name="l00783"></a>00783 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_change_save_set_checked</span>
<a name="l00784"></a>00784 <span class="comment"> ** </span>
<a name="l00785"></a>00785 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00786"></a>00786 <span class="comment"> ** @param uint8_t           mode</span>
<a name="l00787"></a>00787 <span class="comment"> ** @param uint8_t           target</span>
<a name="l00788"></a>00788 <span class="comment"> ** @param uint8_t           map</span>
<a name="l00789"></a>00789 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l00790"></a>00790 <span class="comment"> ** @returns xcb_void_cookie_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__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00795"></a>00795 <a class="code" href="group__XCB__XFixes__API.html#ga4345b556e2866f51d27c59582e186214">xcb_xfixes_change_save_set_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00796"></a>00796                                     uint8_t           mode  ,
<a name="l00797"></a>00797                                     uint8_t           target  ,
<a name="l00798"></a>00798                                     uint8_t           map  ,
<a name="l00799"></a>00799                                     xcb_window_t      window  );
<a name="l00800"></a>00800 
<a name="l00810"></a>00810 <span class="comment">/*****************************************************************************</span>
<a name="l00811"></a>00811 <span class="comment"> **</span>
<a name="l00812"></a>00812 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_change_save_set</span>
<a name="l00813"></a>00813 <span class="comment"> ** </span>
<a name="l00814"></a>00814 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00815"></a>00815 <span class="comment"> ** @param uint8_t           mode</span>
<a name="l00816"></a>00816 <span class="comment"> ** @param uint8_t           target</span>
<a name="l00817"></a>00817 <span class="comment"> ** @param uint8_t           map</span>
<a name="l00818"></a>00818 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l00819"></a>00819 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l00820"></a>00820 <span class="comment"> **</span>
<a name="l00821"></a>00821 <span class="comment"> *****************************************************************************/</span>
<a name="l00822"></a>00822  
<a name="l00823"></a>00823 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00824"></a>00824 <a class="code" href="group__XCB__XFixes__API.html#ga8e3f3dcdec025abf1575b36f76d6b7b0">xcb_xfixes_change_save_set</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00825"></a>00825                             uint8_t           mode  ,
<a name="l00826"></a>00826                             uint8_t           target  ,
<a name="l00827"></a>00827                             uint8_t           map  ,
<a name="l00828"></a>00828                             xcb_window_t      window  );
<a name="l00829"></a>00829 
<a name="l00842"></a>00842 <span class="comment">/*****************************************************************************</span>
<a name="l00843"></a>00843 <span class="comment"> **</span>
<a name="l00844"></a>00844 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_select_selection_input_checked</span>
<a name="l00845"></a>00845 <span class="comment"> ** </span>
<a name="l00846"></a>00846 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00847"></a>00847 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l00848"></a>00848 <span class="comment"> ** @param xcb_atom_t        selection</span>
<a name="l00849"></a>00849 <span class="comment"> ** @param uint32_t          event_mask</span>
<a name="l00850"></a>00850 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l00851"></a>00851 <span class="comment"> **</span>
<a name="l00852"></a>00852 <span class="comment"> *****************************************************************************/</span>
<a name="l00853"></a>00853  
<a name="l00854"></a>00854 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00855"></a>00855 <a class="code" href="group__XCB__XFixes__API.html#ga70c9455fe386291f798cbf668ffbcdec">xcb_xfixes_select_selection_input_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00856"></a>00856                                            xcb_window_t      window  ,
<a name="l00857"></a>00857                                            xcb_atom_t        selection  ,
<a name="l00858"></a>00858                                            uint32_t          event_mask  );
<a name="l00859"></a>00859 
<a name="l00869"></a>00869 <span class="comment">/*****************************************************************************</span>
<a name="l00870"></a>00870 <span class="comment"> **</span>
<a name="l00871"></a>00871 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_select_selection_input</span>
<a name="l00872"></a>00872 <span class="comment"> ** </span>
<a name="l00873"></a>00873 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00874"></a>00874 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l00875"></a>00875 <span class="comment"> ** @param xcb_atom_t        selection</span>
<a name="l00876"></a>00876 <span class="comment"> ** @param uint32_t          event_mask</span>
<a name="l00877"></a>00877 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l00878"></a>00878 <span class="comment"> **</span>
<a name="l00879"></a>00879 <span class="comment"> *****************************************************************************/</span>
<a name="l00880"></a>00880  
<a name="l00881"></a>00881 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00882"></a>00882 <a class="code" href="group__XCB__XFixes__API.html#ga6b0c5ba9b3c91096a8ceaa8002d98be8">xcb_xfixes_select_selection_input</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00883"></a>00883                                    xcb_window_t      window  ,
<a name="l00884"></a>00884                                    xcb_atom_t        selection  ,
<a name="l00885"></a>00885                                    uint32_t          event_mask  );
<a name="l00886"></a>00886 
<a name="l00899"></a>00899 <span class="comment">/*****************************************************************************</span>
<a name="l00900"></a>00900 <span class="comment"> **</span>
<a name="l00901"></a>00901 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_select_cursor_input_checked</span>
<a name="l00902"></a>00902 <span class="comment"> ** </span>
<a name="l00903"></a>00903 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00904"></a>00904 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l00905"></a>00905 <span class="comment"> ** @param uint32_t          event_mask</span>
<a name="l00906"></a>00906 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l00907"></a>00907 <span class="comment"> **</span>
<a name="l00908"></a>00908 <span class="comment"> *****************************************************************************/</span>
<a name="l00909"></a>00909  
<a name="l00910"></a>00910 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00911"></a>00911 <a class="code" href="group__XCB__XFixes__API.html#gabe031961b30c1d63d5bc56d8009ae45d">xcb_xfixes_select_cursor_input_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00912"></a>00912                                         xcb_window_t      window  ,
<a name="l00913"></a>00913                                         uint32_t          event_mask  );
<a name="l00914"></a>00914 
<a name="l00924"></a>00924 <span class="comment">/*****************************************************************************</span>
<a name="l00925"></a>00925 <span class="comment"> **</span>
<a name="l00926"></a>00926 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_select_cursor_input</span>
<a name="l00927"></a>00927 <span class="comment"> ** </span>
<a name="l00928"></a>00928 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00929"></a>00929 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l00930"></a>00930 <span class="comment"> ** @param uint32_t          event_mask</span>
<a name="l00931"></a>00931 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l00932"></a>00932 <span class="comment"> **</span>
<a name="l00933"></a>00933 <span class="comment"> *****************************************************************************/</span>
<a name="l00934"></a>00934  
<a name="l00935"></a>00935 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00936"></a>00936 <a class="code" href="group__XCB__XFixes__API.html#ga9e27c4d6428aefc176732eaddc521c5d">xcb_xfixes_select_cursor_input</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00937"></a>00937                                 xcb_window_t      window  ,
<a name="l00938"></a>00938                                 uint32_t          event_mask  );
<a name="l00939"></a>00939 
<a name="l00949"></a>00949 <span class="comment">/*****************************************************************************</span>
<a name="l00950"></a>00950 <span class="comment"> **</span>
<a name="l00951"></a>00951 <span class="comment"> ** xcb_xfixes_get_cursor_image_cookie_t xcb_xfixes_get_cursor_image</span>
<a name="l00952"></a>00952 <span class="comment"> ** </span>
<a name="l00953"></a>00953 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00954"></a>00954 <span class="comment"> ** @returns xcb_xfixes_get_cursor_image_cookie_t</span>
<a name="l00955"></a>00955 <span class="comment"> **</span>
<a name="l00956"></a>00956 <span class="comment"> *****************************************************************************/</span>
<a name="l00957"></a>00957  
<a name="l00958"></a>00958 <a class="code" href="structxcb__xfixes__get__cursor__image__cookie__t.html" title="xcb_xfixes_get_cursor_image_cookie_t">xcb_xfixes_get_cursor_image_cookie_t</a>
<a name="l00959"></a>00959 <a class="code" href="group__XCB__XFixes__API.html#ga691ec5cf1db3802de79338d23ec50d42">xcb_xfixes_get_cursor_image</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l00960"></a>00960 
<a name="l00973"></a>00973 <span class="comment">/*****************************************************************************</span>
<a name="l00974"></a>00974 <span class="comment"> **</span>
<a name="l00975"></a>00975 <span class="comment"> ** xcb_xfixes_get_cursor_image_cookie_t xcb_xfixes_get_cursor_image_unchecked</span>
<a name="l00976"></a>00976 <span class="comment"> ** </span>
<a name="l00977"></a>00977 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00978"></a>00978 <span class="comment"> ** @returns xcb_xfixes_get_cursor_image_cookie_t</span>
<a name="l00979"></a>00979 <span class="comment"> **</span>
<a name="l00980"></a>00980 <span class="comment"> *****************************************************************************/</span>
<a name="l00981"></a>00981  
<a name="l00982"></a>00982 <a class="code" href="structxcb__xfixes__get__cursor__image__cookie__t.html" title="xcb_xfixes_get_cursor_image_cookie_t">xcb_xfixes_get_cursor_image_cookie_t</a>
<a name="l00983"></a>00983 <a class="code" href="group__XCB__XFixes__API.html#gafbe2bdbc99ac847f46f366cc76dd8405">xcb_xfixes_get_cursor_image_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l00984"></a>00984 
<a name="l00985"></a>00985 
<a name="l00986"></a>00986 <span class="comment">/*****************************************************************************</span>
<a name="l00987"></a>00987 <span class="comment"> **</span>
<a name="l00988"></a>00988 <span class="comment"> ** uint32_t * xcb_xfixes_get_cursor_image_cursor_image</span>
<a name="l00989"></a>00989 <span class="comment"> ** </span>
<a name="l00990"></a>00990 <span class="comment"> ** @param const xcb_xfixes_get_cursor_image_reply_t *R</span>
<a name="l00991"></a>00991 <span class="comment"> ** @returns uint32_t *</span>
<a name="l00992"></a>00992 <span class="comment"> **</span>
<a name="l00993"></a>00993 <span class="comment"> *****************************************************************************/</span>
<a name="l00994"></a>00994  
<a name="l00995"></a>00995 uint32_t *
<a name="l00996"></a>00996 xcb_xfixes_get_cursor_image_cursor_image (<span class="keyword">const</span> <a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html" title="xcb_xfixes_get_cursor_image_reply_t">xcb_xfixes_get_cursor_image_reply_t</a> *R  );
<a name="l00997"></a>00997 
<a name="l00998"></a>00998 
<a name="l00999"></a>00999 <span class="comment">/*****************************************************************************</span>
<a name="l01000"></a>01000 <span class="comment"> **</span>
<a name="l01001"></a>01001 <span class="comment"> ** int xcb_xfixes_get_cursor_image_cursor_image_length</span>
<a name="l01002"></a>01002 <span class="comment"> ** </span>
<a name="l01003"></a>01003 <span class="comment"> ** @param const xcb_xfixes_get_cursor_image_reply_t *R</span>
<a name="l01004"></a>01004 <span class="comment"> ** @returns int</span>
<a name="l01005"></a>01005 <span class="comment"> **</span>
<a name="l01006"></a>01006 <span class="comment"> *****************************************************************************/</span>
<a name="l01007"></a>01007  
<a name="l01008"></a>01008 <span class="keywordtype">int</span>
<a name="l01009"></a>01009 xcb_xfixes_get_cursor_image_cursor_image_length (<span class="keyword">const</span> <a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html" title="xcb_xfixes_get_cursor_image_reply_t">xcb_xfixes_get_cursor_image_reply_t</a> *R  );
<a name="l01010"></a>01010 
<a name="l01011"></a>01011 
<a name="l01012"></a>01012 <span class="comment">/*****************************************************************************</span>
<a name="l01013"></a>01013 <span class="comment"> **</span>
<a name="l01014"></a>01014 <span class="comment"> ** xcb_generic_iterator_t xcb_xfixes_get_cursor_image_cursor_image_end</span>
<a name="l01015"></a>01015 <span class="comment"> ** </span>
<a name="l01016"></a>01016 <span class="comment"> ** @param const xcb_xfixes_get_cursor_image_reply_t *R</span>
<a name="l01017"></a>01017 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01018"></a>01018 <span class="comment"> **</span>
<a name="l01019"></a>01019 <span class="comment"> *****************************************************************************/</span>
<a name="l01020"></a>01020  
<a name="l01021"></a>01021 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01022"></a>01022 xcb_xfixes_get_cursor_image_cursor_image_end (<span class="keyword">const</span> <a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html" title="xcb_xfixes_get_cursor_image_reply_t">xcb_xfixes_get_cursor_image_reply_t</a> *R  );
<a name="l01023"></a>01023 
<a name="l01039"></a>01039 <span class="comment">/*****************************************************************************</span>
<a name="l01040"></a>01040 <span class="comment"> **</span>
<a name="l01041"></a>01041 <span class="comment"> ** xcb_xfixes_get_cursor_image_reply_t * xcb_xfixes_get_cursor_image_reply</span>
<a name="l01042"></a>01042 <span class="comment"> ** </span>
<a name="l01043"></a>01043 <span class="comment"> ** @param xcb_connection_t                      *c</span>
<a name="l01044"></a>01044 <span class="comment"> ** @param xcb_xfixes_get_cursor_image_cookie_t   cookie</span>
<a name="l01045"></a>01045 <span class="comment"> ** @param xcb_generic_error_t                  **e</span>
<a name="l01046"></a>01046 <span class="comment"> ** @returns xcb_xfixes_get_cursor_image_reply_t *</span>
<a name="l01047"></a>01047 <span class="comment"> **</span>
<a name="l01048"></a>01048 <span class="comment"> *****************************************************************************/</span>
<a name="l01049"></a>01049  
<a name="l01050"></a>01050 <a class="code" href="structxcb__xfixes__get__cursor__image__reply__t.html" title="xcb_xfixes_get_cursor_image_reply_t">xcb_xfixes_get_cursor_image_reply_t</a> *
<a name="l01051"></a>01051 <a class="code" href="group__XCB__XFixes__API.html#gafd2f944dd928a76adddd83a9c66e416f">xcb_xfixes_get_cursor_image_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                      *c  ,
<a name="l01052"></a>01052                                    <a class="code" href="structxcb__xfixes__get__cursor__image__cookie__t.html" title="xcb_xfixes_get_cursor_image_cookie_t">xcb_xfixes_get_cursor_image_cookie_t</a>   cookie  ,
<a name="l01053"></a>01053                                    <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                  **e  );
<a name="l01054"></a>01054 
<a name="l01064"></a>01064 <span class="comment">/*****************************************************************************</span>
<a name="l01065"></a>01065 <span class="comment"> **</span>
<a name="l01066"></a>01066 <span class="comment"> ** void xcb_xfixes_region_next</span>
<a name="l01067"></a>01067 <span class="comment"> ** </span>
<a name="l01068"></a>01068 <span class="comment"> ** @param xcb_xfixes_region_iterator_t *i</span>
<a name="l01069"></a>01069 <span class="comment"> ** @returns void</span>
<a name="l01070"></a>01070 <span class="comment"> **</span>
<a name="l01071"></a>01071 <span class="comment"> *****************************************************************************/</span>
<a name="l01072"></a>01072  
<a name="l01073"></a>01073 <span class="keywordtype">void</span>
<a name="l01074"></a>01074 <a class="code" href="group__XCB__XFixes__API.html#ga33fb783c06c10b92b3fa7ed940e0f667">xcb_xfixes_region_next</a> (<a class="code" href="structxcb__xfixes__region__iterator__t.html" title="xcb_xfixes_region_iterator_t">xcb_xfixes_region_iterator_t</a> *i  );
<a name="l01075"></a>01075 
<a name="l01086"></a>01086 <span class="comment">/*****************************************************************************</span>
<a name="l01087"></a>01087 <span class="comment"> **</span>
<a name="l01088"></a>01088 <span class="comment"> ** xcb_generic_iterator_t xcb_xfixes_region_end</span>
<a name="l01089"></a>01089 <span class="comment"> ** </span>
<a name="l01090"></a>01090 <span class="comment"> ** @param xcb_xfixes_region_iterator_t i</span>
<a name="l01091"></a>01091 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01092"></a>01092 <span class="comment"> **</span>
<a name="l01093"></a>01093 <span class="comment"> *****************************************************************************/</span>
<a name="l01094"></a>01094  
<a name="l01095"></a>01095 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01096"></a>01096 <a class="code" href="group__XCB__XFixes__API.html#ga2b56c7917319028c3a8fffbdd6f0c71c">xcb_xfixes_region_end</a> (<a class="code" href="structxcb__xfixes__region__iterator__t.html" title="xcb_xfixes_region_iterator_t">xcb_xfixes_region_iterator_t</a> i  );
<a name="l01097"></a>01097 
<a name="l01110"></a>01110 <span class="comment">/*****************************************************************************</span>
<a name="l01111"></a>01111 <span class="comment"> **</span>
<a name="l01112"></a>01112 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_create_region_checked</span>
<a name="l01113"></a>01113 <span class="comment"> ** </span>
<a name="l01114"></a>01114 <span class="comment"> ** @param xcb_connection_t      *c</span>
<a name="l01115"></a>01115 <span class="comment"> ** @param xcb_xfixes_region_t    region</span>
<a name="l01116"></a>01116 <span class="comment"> ** @param uint32_t               rectangles_len</span>
<a name="l01117"></a>01117 <span class="comment"> ** @param const xcb_rectangle_t *rectangles</span>
<a name="l01118"></a>01118 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01119"></a>01119 <span class="comment"> **</span>
<a name="l01120"></a>01120 <span class="comment"> *****************************************************************************/</span>
<a name="l01121"></a>01121  
<a name="l01122"></a>01122 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01123"></a>01123 <a class="code" href="group__XCB__XFixes__API.html#gacc374867f271c4c137445cdf8b580436">xcb_xfixes_create_region_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>      *c  ,
<a name="l01124"></a>01124                                   xcb_xfixes_region_t    region  ,
<a name="l01125"></a>01125                                   uint32_t               rectangles_len  ,
<a name="l01126"></a>01126                                   <span class="keyword">const</span> <a class="code" href="structxcb__rectangle__t.html" title="xcb_rectangle_t">xcb_rectangle_t</a> *rectangles  );
<a name="l01127"></a>01127 
<a name="l01137"></a>01137 <span class="comment">/*****************************************************************************</span>
<a name="l01138"></a>01138 <span class="comment"> **</span>
<a name="l01139"></a>01139 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_create_region</span>
<a name="l01140"></a>01140 <span class="comment"> ** </span>
<a name="l01141"></a>01141 <span class="comment"> ** @param xcb_connection_t      *c</span>
<a name="l01142"></a>01142 <span class="comment"> ** @param xcb_xfixes_region_t    region</span>
<a name="l01143"></a>01143 <span class="comment"> ** @param uint32_t               rectangles_len</span>
<a name="l01144"></a>01144 <span class="comment"> ** @param const xcb_rectangle_t *rectangles</span>
<a name="l01145"></a>01145 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01146"></a>01146 <span class="comment"> **</span>
<a name="l01147"></a>01147 <span class="comment"> *****************************************************************************/</span>
<a name="l01148"></a>01148  
<a name="l01149"></a>01149 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01150"></a>01150 <a class="code" href="group__XCB__XFixes__API.html#ga026fe373a3bdea16deec89d01f4b23fb">xcb_xfixes_create_region</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>      *c  ,
<a name="l01151"></a>01151                           xcb_xfixes_region_t    region  ,
<a name="l01152"></a>01152                           uint32_t               rectangles_len  ,
<a name="l01153"></a>01153                           <span class="keyword">const</span> <a class="code" href="structxcb__rectangle__t.html" title="xcb_rectangle_t">xcb_rectangle_t</a> *rectangles  );
<a name="l01154"></a>01154 
<a name="l01167"></a>01167 <span class="comment">/*****************************************************************************</span>
<a name="l01168"></a>01168 <span class="comment"> **</span>
<a name="l01169"></a>01169 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_create_region_from_bitmap_checked</span>
<a name="l01170"></a>01170 <span class="comment"> ** </span>
<a name="l01171"></a>01171 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01172"></a>01172 <span class="comment"> ** @param xcb_xfixes_region_t  region</span>
<a name="l01173"></a>01173 <span class="comment"> ** @param xcb_pixmap_t         bitmap</span>
<a name="l01174"></a>01174 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01175"></a>01175 <span class="comment"> **</span>
<a name="l01176"></a>01176 <span class="comment"> *****************************************************************************/</span>
<a name="l01177"></a>01177  
<a name="l01178"></a>01178 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01179"></a>01179 <a class="code" href="group__XCB__XFixes__API.html#ga54c2c444e40de5c1f8fd73292025d79e">xcb_xfixes_create_region_from_bitmap_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01180"></a>01180                                               xcb_xfixes_region_t  region  ,
<a name="l01181"></a>01181                                               xcb_pixmap_t         bitmap  );
<a name="l01182"></a>01182 
<a name="l01192"></a>01192 <span class="comment">/*****************************************************************************</span>
<a name="l01193"></a>01193 <span class="comment"> **</span>
<a name="l01194"></a>01194 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_create_region_from_bitmap</span>
<a name="l01195"></a>01195 <span class="comment"> ** </span>
<a name="l01196"></a>01196 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01197"></a>01197 <span class="comment"> ** @param xcb_xfixes_region_t  region</span>
<a name="l01198"></a>01198 <span class="comment"> ** @param xcb_pixmap_t         bitmap</span>
<a name="l01199"></a>01199 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01200"></a>01200 <span class="comment"> **</span>
<a name="l01201"></a>01201 <span class="comment"> *****************************************************************************/</span>
<a name="l01202"></a>01202  
<a name="l01203"></a>01203 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01204"></a>01204 <a class="code" href="group__XCB__XFixes__API.html#ga09b8c5bf4350e35286773b1f78ef28c3">xcb_xfixes_create_region_from_bitmap</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01205"></a>01205                                       xcb_xfixes_region_t  region  ,
<a name="l01206"></a>01206                                       xcb_pixmap_t         bitmap  );
<a name="l01207"></a>01207 
<a name="l01220"></a>01220 <span class="comment">/*****************************************************************************</span>
<a name="l01221"></a>01221 <span class="comment"> **</span>
<a name="l01222"></a>01222 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_create_region_from_window_checked</span>
<a name="l01223"></a>01223 <span class="comment"> ** </span>
<a name="l01224"></a>01224 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01225"></a>01225 <span class="comment"> ** @param xcb_xfixes_region_t  region</span>
<a name="l01226"></a>01226 <span class="comment"> ** @param xcb_window_t         window</span>
<a name="l01227"></a>01227 <span class="comment"> ** @param xcb_shape_kind_t     kind</span>
<a name="l01228"></a>01228 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01229"></a>01229 <span class="comment"> **</span>
<a name="l01230"></a>01230 <span class="comment"> *****************************************************************************/</span>
<a name="l01231"></a>01231  
<a name="l01232"></a>01232 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01233"></a>01233 <a class="code" href="group__XCB__XFixes__API.html#ga0911be532d889933af44402c1fa8f30b">xcb_xfixes_create_region_from_window_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01234"></a>01234                                               xcb_xfixes_region_t  region  ,
<a name="l01235"></a>01235                                               xcb_window_t         window  ,
<a name="l01236"></a>01236                                               xcb_shape_kind_t     kind  );
<a name="l01237"></a>01237 
<a name="l01247"></a>01247 <span class="comment">/*****************************************************************************</span>
<a name="l01248"></a>01248 <span class="comment"> **</span>
<a name="l01249"></a>01249 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_create_region_from_window</span>
<a name="l01250"></a>01250 <span class="comment"> ** </span>
<a name="l01251"></a>01251 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01252"></a>01252 <span class="comment"> ** @param xcb_xfixes_region_t  region</span>
<a name="l01253"></a>01253 <span class="comment"> ** @param xcb_window_t         window</span>
<a name="l01254"></a>01254 <span class="comment"> ** @param xcb_shape_kind_t     kind</span>
<a name="l01255"></a>01255 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01256"></a>01256 <span class="comment"> **</span>
<a name="l01257"></a>01257 <span class="comment"> *****************************************************************************/</span>
<a name="l01258"></a>01258  
<a name="l01259"></a>01259 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01260"></a>01260 <a class="code" href="group__XCB__XFixes__API.html#ga20c36cb80a9bfb1dfbce52791ba60f18">xcb_xfixes_create_region_from_window</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01261"></a>01261                                       xcb_xfixes_region_t  region  ,
<a name="l01262"></a>01262                                       xcb_window_t         window  ,
<a name="l01263"></a>01263                                       xcb_shape_kind_t     kind  );
<a name="l01264"></a>01264 
<a name="l01277"></a>01277 <span class="comment">/*****************************************************************************</span>
<a name="l01278"></a>01278 <span class="comment"> **</span>
<a name="l01279"></a>01279 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_create_region_from_gc_checked</span>
<a name="l01280"></a>01280 <span class="comment"> ** </span>
<a name="l01281"></a>01281 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01282"></a>01282 <span class="comment"> ** @param xcb_xfixes_region_t  region</span>
<a name="l01283"></a>01283 <span class="comment"> ** @param xcb_gcontext_t       gc</span>
<a name="l01284"></a>01284 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01285"></a>01285 <span class="comment"> **</span>
<a name="l01286"></a>01286 <span class="comment"> *****************************************************************************/</span>
<a name="l01287"></a>01287  
<a name="l01288"></a>01288 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01289"></a>01289 <a class="code" href="group__XCB__XFixes__API.html#ga9c66aa329485b9bc447e500c245ef8af">xcb_xfixes_create_region_from_gc_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01290"></a>01290                                           xcb_xfixes_region_t  region  ,
<a name="l01291"></a>01291                                           xcb_gcontext_t       gc  );
<a name="l01292"></a>01292 
<a name="l01302"></a>01302 <span class="comment">/*****************************************************************************</span>
<a name="l01303"></a>01303 <span class="comment"> **</span>
<a name="l01304"></a>01304 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_create_region_from_gc</span>
<a name="l01305"></a>01305 <span class="comment"> ** </span>
<a name="l01306"></a>01306 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01307"></a>01307 <span class="comment"> ** @param xcb_xfixes_region_t  region</span>
<a name="l01308"></a>01308 <span class="comment"> ** @param xcb_gcontext_t       gc</span>
<a name="l01309"></a>01309 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01310"></a>01310 <span class="comment"> **</span>
<a name="l01311"></a>01311 <span class="comment"> *****************************************************************************/</span>
<a name="l01312"></a>01312  
<a name="l01313"></a>01313 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01314"></a>01314 <a class="code" href="group__XCB__XFixes__API.html#ga5e846955609a8a7e9e0f0d9e9a1a8e55">xcb_xfixes_create_region_from_gc</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01315"></a>01315                                   xcb_xfixes_region_t  region  ,
<a name="l01316"></a>01316                                   xcb_gcontext_t       gc  );
<a name="l01317"></a>01317 
<a name="l01330"></a>01330 <span class="comment">/*****************************************************************************</span>
<a name="l01331"></a>01331 <span class="comment"> **</span>
<a name="l01332"></a>01332 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_create_region_from_picture_checked</span>
<a name="l01333"></a>01333 <span class="comment"> ** </span>
<a name="l01334"></a>01334 <span class="comment"> ** @param xcb_connection_t     *c</span>
<a name="l01335"></a>01335 <span class="comment"> ** @param xcb_xfixes_region_t   region</span>
<a name="l01336"></a>01336 <span class="comment"> ** @param xcb_render_picture_t  picture</span>
<a name="l01337"></a>01337 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01338"></a>01338 <span class="comment"> **</span>
<a name="l01339"></a>01339 <span class="comment"> *****************************************************************************/</span>
<a name="l01340"></a>01340  
<a name="l01341"></a>01341 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01342"></a>01342 <a class="code" href="group__XCB__XFixes__API.html#ga5c7aa4d640c4359c7bbeaa645f7255cb">xcb_xfixes_create_region_from_picture_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>     *c  ,
<a name="l01343"></a>01343                                                xcb_xfixes_region_t   region  ,
<a name="l01344"></a>01344                                                xcb_render_picture_t  picture  );
<a name="l01345"></a>01345 
<a name="l01355"></a>01355 <span class="comment">/*****************************************************************************</span>
<a name="l01356"></a>01356 <span class="comment"> **</span>
<a name="l01357"></a>01357 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_create_region_from_picture</span>
<a name="l01358"></a>01358 <span class="comment"> ** </span>
<a name="l01359"></a>01359 <span class="comment"> ** @param xcb_connection_t     *c</span>
<a name="l01360"></a>01360 <span class="comment"> ** @param xcb_xfixes_region_t   region</span>
<a name="l01361"></a>01361 <span class="comment"> ** @param xcb_render_picture_t  picture</span>
<a name="l01362"></a>01362 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01363"></a>01363 <span class="comment"> **</span>
<a name="l01364"></a>01364 <span class="comment"> *****************************************************************************/</span>
<a name="l01365"></a>01365  
<a name="l01366"></a>01366 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01367"></a>01367 <a class="code" href="group__XCB__XFixes__API.html#gac7a2b18b1a4759c8b4c40b4804b7df61">xcb_xfixes_create_region_from_picture</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>     *c  ,
<a name="l01368"></a>01368                                        xcb_xfixes_region_t   region  ,
<a name="l01369"></a>01369                                        xcb_render_picture_t  picture  );
<a name="l01370"></a>01370 
<a name="l01383"></a>01383 <span class="comment">/*****************************************************************************</span>
<a name="l01384"></a>01384 <span class="comment"> **</span>
<a name="l01385"></a>01385 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_destroy_region_checked</span>
<a name="l01386"></a>01386 <span class="comment"> ** </span>
<a name="l01387"></a>01387 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01388"></a>01388 <span class="comment"> ** @param xcb_xfixes_region_t  region</span>
<a name="l01389"></a>01389 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01390"></a>01390 <span class="comment"> **</span>
<a name="l01391"></a>01391 <span class="comment"> *****************************************************************************/</span>
<a name="l01392"></a>01392  
<a name="l01393"></a>01393 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01394"></a>01394 <a class="code" href="group__XCB__XFixes__API.html#ga270e6e10d5c9ffe14539727f2bffc520">xcb_xfixes_destroy_region_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01395"></a>01395                                    xcb_xfixes_region_t  region  );
<a name="l01396"></a>01396 
<a name="l01406"></a>01406 <span class="comment">/*****************************************************************************</span>
<a name="l01407"></a>01407 <span class="comment"> **</span>
<a name="l01408"></a>01408 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_destroy_region</span>
<a name="l01409"></a>01409 <span class="comment"> ** </span>
<a name="l01410"></a>01410 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01411"></a>01411 <span class="comment"> ** @param xcb_xfixes_region_t  region</span>
<a name="l01412"></a>01412 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01413"></a>01413 <span class="comment"> **</span>
<a name="l01414"></a>01414 <span class="comment"> *****************************************************************************/</span>
<a name="l01415"></a>01415  
<a name="l01416"></a>01416 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01417"></a>01417 <a class="code" href="group__XCB__XFixes__API.html#gaa3877c1e59d0c7a5839e245add94e505">xcb_xfixes_destroy_region</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01418"></a>01418                            xcb_xfixes_region_t  region  );
<a name="l01419"></a>01419 
<a name="l01432"></a>01432 <span class="comment">/*****************************************************************************</span>
<a name="l01433"></a>01433 <span class="comment"> **</span>
<a name="l01434"></a>01434 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_set_region_checked</span>
<a name="l01435"></a>01435 <span class="comment"> ** </span>
<a name="l01436"></a>01436 <span class="comment"> ** @param xcb_connection_t      *c</span>
<a name="l01437"></a>01437 <span class="comment"> ** @param xcb_xfixes_region_t    region</span>
<a name="l01438"></a>01438 <span class="comment"> ** @param uint32_t               rectangles_len</span>
<a name="l01439"></a>01439 <span class="comment"> ** @param const xcb_rectangle_t *rectangles</span>
<a name="l01440"></a>01440 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01441"></a>01441 <span class="comment"> **</span>
<a name="l01442"></a>01442 <span class="comment"> *****************************************************************************/</span>
<a name="l01443"></a>01443  
<a name="l01444"></a>01444 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01445"></a>01445 <a class="code" href="group__XCB__XFixes__API.html#ga71b4097769d6835dd9caeeb1c1e21a44">xcb_xfixes_set_region_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>      *c  ,
<a name="l01446"></a>01446                                xcb_xfixes_region_t    region  ,
<a name="l01447"></a>01447                                uint32_t               rectangles_len  ,
<a name="l01448"></a>01448                                <span class="keyword">const</span> <a class="code" href="structxcb__rectangle__t.html" title="xcb_rectangle_t">xcb_rectangle_t</a> *rectangles  );
<a name="l01449"></a>01449 
<a name="l01459"></a>01459 <span class="comment">/*****************************************************************************</span>
<a name="l01460"></a>01460 <span class="comment"> **</span>
<a name="l01461"></a>01461 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_set_region</span>
<a name="l01462"></a>01462 <span class="comment"> ** </span>
<a name="l01463"></a>01463 <span class="comment"> ** @param xcb_connection_t      *c</span>
<a name="l01464"></a>01464 <span class="comment"> ** @param xcb_xfixes_region_t    region</span>
<a name="l01465"></a>01465 <span class="comment"> ** @param uint32_t               rectangles_len</span>
<a name="l01466"></a>01466 <span class="comment"> ** @param const xcb_rectangle_t *rectangles</span>
<a name="l01467"></a>01467 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01468"></a>01468 <span class="comment"> **</span>
<a name="l01469"></a>01469 <span class="comment"> *****************************************************************************/</span>
<a name="l01470"></a>01470  
<a name="l01471"></a>01471 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01472"></a>01472 <a class="code" href="group__XCB__XFixes__API.html#gac11e65a0874b370e4a4cc3b9c50348ca">xcb_xfixes_set_region</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>      *c  ,
<a name="l01473"></a>01473                        xcb_xfixes_region_t    region  ,
<a name="l01474"></a>01474                        uint32_t               rectangles_len  ,
<a name="l01475"></a>01475                        <span class="keyword">const</span> <a class="code" href="structxcb__rectangle__t.html" title="xcb_rectangle_t">xcb_rectangle_t</a> *rectangles  );
<a name="l01476"></a>01476 
<a name="l01489"></a>01489 <span class="comment">/*****************************************************************************</span>
<a name="l01490"></a>01490 <span class="comment"> **</span>
<a name="l01491"></a>01491 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_copy_region_checked</span>
<a name="l01492"></a>01492 <span class="comment"> ** </span>
<a name="l01493"></a>01493 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01494"></a>01494 <span class="comment"> ** @param xcb_xfixes_region_t  source</span>
<a name="l01495"></a>01495 <span class="comment"> ** @param xcb_xfixes_region_t  destination</span>
<a name="l01496"></a>01496 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01497"></a>01497 <span class="comment"> **</span>
<a name="l01498"></a>01498 <span class="comment"> *****************************************************************************/</span>
<a name="l01499"></a>01499  
<a name="l01500"></a>01500 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01501"></a>01501 <a class="code" href="group__XCB__XFixes__API.html#ga5012e382f09f23f7522aad39aff91641">xcb_xfixes_copy_region_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01502"></a>01502                                 xcb_xfixes_region_t  source  ,
<a name="l01503"></a>01503                                 xcb_xfixes_region_t  destination  );
<a name="l01504"></a>01504 
<a name="l01514"></a>01514 <span class="comment">/*****************************************************************************</span>
<a name="l01515"></a>01515 <span class="comment"> **</span>
<a name="l01516"></a>01516 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_copy_region</span>
<a name="l01517"></a>01517 <span class="comment"> ** </span>
<a name="l01518"></a>01518 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01519"></a>01519 <span class="comment"> ** @param xcb_xfixes_region_t  source</span>
<a name="l01520"></a>01520 <span class="comment"> ** @param xcb_xfixes_region_t  destination</span>
<a name="l01521"></a>01521 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01522"></a>01522 <span class="comment"> **</span>
<a name="l01523"></a>01523 <span class="comment"> *****************************************************************************/</span>
<a name="l01524"></a>01524  
<a name="l01525"></a>01525 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01526"></a>01526 <a class="code" href="group__XCB__XFixes__API.html#gae8aaa39b3ffd2f40fa56f59acfd8005b">xcb_xfixes_copy_region</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01527"></a>01527                         xcb_xfixes_region_t  source  ,
<a name="l01528"></a>01528                         xcb_xfixes_region_t  destination  );
<a name="l01529"></a>01529 
<a name="l01542"></a>01542 <span class="comment">/*****************************************************************************</span>
<a name="l01543"></a>01543 <span class="comment"> **</span>
<a name="l01544"></a>01544 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_union_region_checked</span>
<a name="l01545"></a>01545 <span class="comment"> ** </span>
<a name="l01546"></a>01546 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01547"></a>01547 <span class="comment"> ** @param xcb_xfixes_region_t  source1</span>
<a name="l01548"></a>01548 <span class="comment"> ** @param xcb_xfixes_region_t  source2</span>
<a name="l01549"></a>01549 <span class="comment"> ** @param xcb_xfixes_region_t  destination</span>
<a name="l01550"></a>01550 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01551"></a>01551 <span class="comment"> **</span>
<a name="l01552"></a>01552 <span class="comment"> *****************************************************************************/</span>
<a name="l01553"></a>01553  
<a name="l01554"></a>01554 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01555"></a>01555 <a class="code" href="group__XCB__XFixes__API.html#ga75d20ca77bed1ecacfd4da48814565dd">xcb_xfixes_union_region_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01556"></a>01556                                  xcb_xfixes_region_t  source1  ,
<a name="l01557"></a>01557                                  xcb_xfixes_region_t  source2  ,
<a name="l01558"></a>01558                                  xcb_xfixes_region_t  destination  );
<a name="l01559"></a>01559 
<a name="l01569"></a>01569 <span class="comment">/*****************************************************************************</span>
<a name="l01570"></a>01570 <span class="comment"> **</span>
<a name="l01571"></a>01571 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_union_region</span>
<a name="l01572"></a>01572 <span class="comment"> ** </span>
<a name="l01573"></a>01573 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01574"></a>01574 <span class="comment"> ** @param xcb_xfixes_region_t  source1</span>
<a name="l01575"></a>01575 <span class="comment"> ** @param xcb_xfixes_region_t  source2</span>
<a name="l01576"></a>01576 <span class="comment"> ** @param xcb_xfixes_region_t  destination</span>
<a name="l01577"></a>01577 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01578"></a>01578 <span class="comment"> **</span>
<a name="l01579"></a>01579 <span class="comment"> *****************************************************************************/</span>
<a name="l01580"></a>01580  
<a name="l01581"></a>01581 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01582"></a>01582 <a class="code" href="group__XCB__XFixes__API.html#ga1b1bc81413cc601518c5f5ac67511dd1">xcb_xfixes_union_region</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01583"></a>01583                          xcb_xfixes_region_t  source1  ,
<a name="l01584"></a>01584                          xcb_xfixes_region_t  source2  ,
<a name="l01585"></a>01585                          xcb_xfixes_region_t  destination  );
<a name="l01586"></a>01586 
<a name="l01599"></a>01599 <span class="comment">/*****************************************************************************</span>
<a name="l01600"></a>01600 <span class="comment"> **</span>
<a name="l01601"></a>01601 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_intersect_region_checked</span>
<a name="l01602"></a>01602 <span class="comment"> ** </span>
<a name="l01603"></a>01603 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01604"></a>01604 <span class="comment"> ** @param xcb_xfixes_region_t  source1</span>
<a name="l01605"></a>01605 <span class="comment"> ** @param xcb_xfixes_region_t  source2</span>
<a name="l01606"></a>01606 <span class="comment"> ** @param xcb_xfixes_region_t  destination</span>
<a name="l01607"></a>01607 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01608"></a>01608 <span class="comment"> **</span>
<a name="l01609"></a>01609 <span class="comment"> *****************************************************************************/</span>
<a name="l01610"></a>01610  
<a name="l01611"></a>01611 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01612"></a>01612 <a class="code" href="group__XCB__XFixes__API.html#ga8879cf35c9ddbb1987c35f66f8d97d83">xcb_xfixes_intersect_region_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01613"></a>01613                                      xcb_xfixes_region_t  source1  ,
<a name="l01614"></a>01614                                      xcb_xfixes_region_t  source2  ,
<a name="l01615"></a>01615                                      xcb_xfixes_region_t  destination  );
<a name="l01616"></a>01616 
<a name="l01626"></a>01626 <span class="comment">/*****************************************************************************</span>
<a name="l01627"></a>01627 <span class="comment"> **</span>
<a name="l01628"></a>01628 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_intersect_region</span>
<a name="l01629"></a>01629 <span class="comment"> ** </span>
<a name="l01630"></a>01630 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01631"></a>01631 <span class="comment"> ** @param xcb_xfixes_region_t  source1</span>
<a name="l01632"></a>01632 <span class="comment"> ** @param xcb_xfixes_region_t  source2</span>
<a name="l01633"></a>01633 <span class="comment"> ** @param xcb_xfixes_region_t  destination</span>
<a name="l01634"></a>01634 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01635"></a>01635 <span class="comment"> **</span>
<a name="l01636"></a>01636 <span class="comment"> *****************************************************************************/</span>
<a name="l01637"></a>01637  
<a name="l01638"></a>01638 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01639"></a>01639 <a class="code" href="group__XCB__XFixes__API.html#ga2e218b5c84182a7d2f264d976438b1d4">xcb_xfixes_intersect_region</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01640"></a>01640                              xcb_xfixes_region_t  source1  ,
<a name="l01641"></a>01641                              xcb_xfixes_region_t  source2  ,
<a name="l01642"></a>01642                              xcb_xfixes_region_t  destination  );
<a name="l01643"></a>01643 
<a name="l01656"></a>01656 <span class="comment">/*****************************************************************************</span>
<a name="l01657"></a>01657 <span class="comment"> **</span>
<a name="l01658"></a>01658 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_subtract_region_checked</span>
<a name="l01659"></a>01659 <span class="comment"> ** </span>
<a name="l01660"></a>01660 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01661"></a>01661 <span class="comment"> ** @param xcb_xfixes_region_t  source1</span>
<a name="l01662"></a>01662 <span class="comment"> ** @param xcb_xfixes_region_t  source2</span>
<a name="l01663"></a>01663 <span class="comment"> ** @param xcb_xfixes_region_t  destination</span>
<a name="l01664"></a>01664 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01665"></a>01665 <span class="comment"> **</span>
<a name="l01666"></a>01666 <span class="comment"> *****************************************************************************/</span>
<a name="l01667"></a>01667  
<a name="l01668"></a>01668 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01669"></a>01669 <a class="code" href="group__XCB__XFixes__API.html#gad8d9f35625cb9167d4df87d38aca8b10">xcb_xfixes_subtract_region_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01670"></a>01670                                     xcb_xfixes_region_t  source1  ,
<a name="l01671"></a>01671                                     xcb_xfixes_region_t  source2  ,
<a name="l01672"></a>01672                                     xcb_xfixes_region_t  destination  );
<a name="l01673"></a>01673 
<a name="l01683"></a>01683 <span class="comment">/*****************************************************************************</span>
<a name="l01684"></a>01684 <span class="comment"> **</span>
<a name="l01685"></a>01685 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_subtract_region</span>
<a name="l01686"></a>01686 <span class="comment"> ** </span>
<a name="l01687"></a>01687 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01688"></a>01688 <span class="comment"> ** @param xcb_xfixes_region_t  source1</span>
<a name="l01689"></a>01689 <span class="comment"> ** @param xcb_xfixes_region_t  source2</span>
<a name="l01690"></a>01690 <span class="comment"> ** @param xcb_xfixes_region_t  destination</span>
<a name="l01691"></a>01691 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01692"></a>01692 <span class="comment"> **</span>
<a name="l01693"></a>01693 <span class="comment"> *****************************************************************************/</span>
<a name="l01694"></a>01694  
<a name="l01695"></a>01695 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01696"></a>01696 <a class="code" href="group__XCB__XFixes__API.html#ga0d3322aa76f081b5564220b77b822e1d">xcb_xfixes_subtract_region</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01697"></a>01697                             xcb_xfixes_region_t  source1  ,
<a name="l01698"></a>01698                             xcb_xfixes_region_t  source2  ,
<a name="l01699"></a>01699                             xcb_xfixes_region_t  destination  );
<a name="l01700"></a>01700 
<a name="l01713"></a>01713 <span class="comment">/*****************************************************************************</span>
<a name="l01714"></a>01714 <span class="comment"> **</span>
<a name="l01715"></a>01715 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_invert_region_checked</span>
<a name="l01716"></a>01716 <span class="comment"> ** </span>
<a name="l01717"></a>01717 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01718"></a>01718 <span class="comment"> ** @param xcb_xfixes_region_t  source</span>
<a name="l01719"></a>01719 <span class="comment"> ** @param xcb_rectangle_t      bounds</span>
<a name="l01720"></a>01720 <span class="comment"> ** @param xcb_xfixes_region_t  destination</span>
<a name="l01721"></a>01721 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01722"></a>01722 <span class="comment"> **</span>
<a name="l01723"></a>01723 <span class="comment"> *****************************************************************************/</span>
<a name="l01724"></a>01724  
<a name="l01725"></a>01725 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01726"></a>01726 <a class="code" href="group__XCB__XFixes__API.html#ga084a627e67937c433868d6a84cfa177c">xcb_xfixes_invert_region_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01727"></a>01727                                   xcb_xfixes_region_t  source  ,
<a name="l01728"></a>01728                                   <a class="code" href="structxcb__rectangle__t.html" title="xcb_rectangle_t">xcb_rectangle_t</a>      bounds  ,
<a name="l01729"></a>01729                                   xcb_xfixes_region_t  destination  );
<a name="l01730"></a>01730 
<a name="l01740"></a>01740 <span class="comment">/*****************************************************************************</span>
<a name="l01741"></a>01741 <span class="comment"> **</span>
<a name="l01742"></a>01742 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_invert_region</span>
<a name="l01743"></a>01743 <span class="comment"> ** </span>
<a name="l01744"></a>01744 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01745"></a>01745 <span class="comment"> ** @param xcb_xfixes_region_t  source</span>
<a name="l01746"></a>01746 <span class="comment"> ** @param xcb_rectangle_t      bounds</span>
<a name="l01747"></a>01747 <span class="comment"> ** @param xcb_xfixes_region_t  destination</span>
<a name="l01748"></a>01748 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01749"></a>01749 <span class="comment"> **</span>
<a name="l01750"></a>01750 <span class="comment"> *****************************************************************************/</span>
<a name="l01751"></a>01751  
<a name="l01752"></a>01752 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01753"></a>01753 <a class="code" href="group__XCB__XFixes__API.html#ga1e69ceb3a76b7abd8eb9fc6a5309f00a">xcb_xfixes_invert_region</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01754"></a>01754                           xcb_xfixes_region_t  source  ,
<a name="l01755"></a>01755                           <a class="code" href="structxcb__rectangle__t.html" title="xcb_rectangle_t">xcb_rectangle_t</a>      bounds  ,
<a name="l01756"></a>01756                           xcb_xfixes_region_t  destination  );
<a name="l01757"></a>01757 
<a name="l01770"></a>01770 <span class="comment">/*****************************************************************************</span>
<a name="l01771"></a>01771 <span class="comment"> **</span>
<a name="l01772"></a>01772 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_translate_region_checked</span>
<a name="l01773"></a>01773 <span class="comment"> ** </span>
<a name="l01774"></a>01774 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01775"></a>01775 <span class="comment"> ** @param xcb_xfixes_region_t  region</span>
<a name="l01776"></a>01776 <span class="comment"> ** @param int16_t              dx</span>
<a name="l01777"></a>01777 <span class="comment"> ** @param int16_t              dy</span>
<a name="l01778"></a>01778 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01779"></a>01779 <span class="comment"> **</span>
<a name="l01780"></a>01780 <span class="comment"> *****************************************************************************/</span>
<a name="l01781"></a>01781  
<a name="l01782"></a>01782 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01783"></a>01783 <a class="code" href="group__XCB__XFixes__API.html#gac16e184ac12aa332f1fad4a34bbbd2fd">xcb_xfixes_translate_region_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01784"></a>01784                                      xcb_xfixes_region_t  region  ,
<a name="l01785"></a>01785                                      int16_t              dx  ,
<a name="l01786"></a>01786                                      int16_t              dy  );
<a name="l01787"></a>01787 
<a name="l01797"></a>01797 <span class="comment">/*****************************************************************************</span>
<a name="l01798"></a>01798 <span class="comment"> **</span>
<a name="l01799"></a>01799 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_translate_region</span>
<a name="l01800"></a>01800 <span class="comment"> ** </span>
<a name="l01801"></a>01801 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01802"></a>01802 <span class="comment"> ** @param xcb_xfixes_region_t  region</span>
<a name="l01803"></a>01803 <span class="comment"> ** @param int16_t              dx</span>
<a name="l01804"></a>01804 <span class="comment"> ** @param int16_t              dy</span>
<a name="l01805"></a>01805 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01806"></a>01806 <span class="comment"> **</span>
<a name="l01807"></a>01807 <span class="comment"> *****************************************************************************/</span>
<a name="l01808"></a>01808  
<a name="l01809"></a>01809 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01810"></a>01810 <a class="code" href="group__XCB__XFixes__API.html#gac7aa59330cd8eca1de3ee999b9577c40">xcb_xfixes_translate_region</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01811"></a>01811                              xcb_xfixes_region_t  region  ,
<a name="l01812"></a>01812                              int16_t              dx  ,
<a name="l01813"></a>01813                              int16_t              dy  );
<a name="l01814"></a>01814 
<a name="l01827"></a>01827 <span class="comment">/*****************************************************************************</span>
<a name="l01828"></a>01828 <span class="comment"> **</span>
<a name="l01829"></a>01829 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_region_extents_checked</span>
<a name="l01830"></a>01830 <span class="comment"> ** </span>
<a name="l01831"></a>01831 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01832"></a>01832 <span class="comment"> ** @param xcb_xfixes_region_t  source</span>
<a name="l01833"></a>01833 <span class="comment"> ** @param xcb_xfixes_region_t  destination</span>
<a name="l01834"></a>01834 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01835"></a>01835 <span class="comment"> **</span>
<a name="l01836"></a>01836 <span class="comment"> *****************************************************************************/</span>
<a name="l01837"></a>01837  
<a name="l01838"></a>01838 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01839"></a>01839 <a class="code" href="group__XCB__XFixes__API.html#gab24ce1fca895d387491f5895cac062b1">xcb_xfixes_region_extents_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01840"></a>01840                                    xcb_xfixes_region_t  source  ,
<a name="l01841"></a>01841                                    xcb_xfixes_region_t  destination  );
<a name="l01842"></a>01842 
<a name="l01852"></a>01852 <span class="comment">/*****************************************************************************</span>
<a name="l01853"></a>01853 <span class="comment"> **</span>
<a name="l01854"></a>01854 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_region_extents</span>
<a name="l01855"></a>01855 <span class="comment"> ** </span>
<a name="l01856"></a>01856 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01857"></a>01857 <span class="comment"> ** @param xcb_xfixes_region_t  source</span>
<a name="l01858"></a>01858 <span class="comment"> ** @param xcb_xfixes_region_t  destination</span>
<a name="l01859"></a>01859 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01860"></a>01860 <span class="comment"> **</span>
<a name="l01861"></a>01861 <span class="comment"> *****************************************************************************/</span>
<a name="l01862"></a>01862  
<a name="l01863"></a>01863 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01864"></a>01864 <a class="code" href="group__XCB__XFixes__API.html#ga4d4fd1e7575940aea842ec7d7f73466d">xcb_xfixes_region_extents</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01865"></a>01865                            xcb_xfixes_region_t  source  ,
<a name="l01866"></a>01866                            xcb_xfixes_region_t  destination  );
<a name="l01867"></a>01867 
<a name="l01877"></a>01877 <span class="comment">/*****************************************************************************</span>
<a name="l01878"></a>01878 <span class="comment"> **</span>
<a name="l01879"></a>01879 <span class="comment"> ** xcb_xfixes_fetch_region_cookie_t xcb_xfixes_fetch_region</span>
<a name="l01880"></a>01880 <span class="comment"> ** </span>
<a name="l01881"></a>01881 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01882"></a>01882 <span class="comment"> ** @param xcb_xfixes_region_t  region</span>
<a name="l01883"></a>01883 <span class="comment"> ** @returns xcb_xfixes_fetch_region_cookie_t</span>
<a name="l01884"></a>01884 <span class="comment"> **</span>
<a name="l01885"></a>01885 <span class="comment"> *****************************************************************************/</span>
<a name="l01886"></a>01886  
<a name="l01887"></a>01887 <a class="code" href="structxcb__xfixes__fetch__region__cookie__t.html" title="xcb_xfixes_fetch_region_cookie_t">xcb_xfixes_fetch_region_cookie_t</a>
<a name="l01888"></a>01888 <a class="code" href="group__XCB__XFixes__API.html#ga6f93dba546776ab80fd98185fa503e4f">xcb_xfixes_fetch_region</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01889"></a>01889                          xcb_xfixes_region_t  region  );
<a name="l01890"></a>01890 
<a name="l01903"></a>01903 <span class="comment">/*****************************************************************************</span>
<a name="l01904"></a>01904 <span class="comment"> **</span>
<a name="l01905"></a>01905 <span class="comment"> ** xcb_xfixes_fetch_region_cookie_t xcb_xfixes_fetch_region_unchecked</span>
<a name="l01906"></a>01906 <span class="comment"> ** </span>
<a name="l01907"></a>01907 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l01908"></a>01908 <span class="comment"> ** @param xcb_xfixes_region_t  region</span>
<a name="l01909"></a>01909 <span class="comment"> ** @returns xcb_xfixes_fetch_region_cookie_t</span>
<a name="l01910"></a>01910 <span class="comment"> **</span>
<a name="l01911"></a>01911 <span class="comment"> *****************************************************************************/</span>
<a name="l01912"></a>01912  
<a name="l01913"></a>01913 <a class="code" href="structxcb__xfixes__fetch__region__cookie__t.html" title="xcb_xfixes_fetch_region_cookie_t">xcb_xfixes_fetch_region_cookie_t</a>
<a name="l01914"></a>01914 <a class="code" href="group__XCB__XFixes__API.html#gab7192472849c96dfa1a485cef7c900cb">xcb_xfixes_fetch_region_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l01915"></a>01915                                    xcb_xfixes_region_t  region  );
<a name="l01916"></a>01916 
<a name="l01917"></a>01917 
<a name="l01918"></a>01918 <span class="comment">/*****************************************************************************</span>
<a name="l01919"></a>01919 <span class="comment"> **</span>
<a name="l01920"></a>01920 <span class="comment"> ** xcb_rectangle_t * xcb_xfixes_fetch_region_rectangles</span>
<a name="l01921"></a>01921 <span class="comment"> ** </span>
<a name="l01922"></a>01922 <span class="comment"> ** @param const xcb_xfixes_fetch_region_reply_t *R</span>
<a name="l01923"></a>01923 <span class="comment"> ** @returns xcb_rectangle_t *</span>
<a name="l01924"></a>01924 <span class="comment"> **</span>
<a name="l01925"></a>01925 <span class="comment"> *****************************************************************************/</span>
<a name="l01926"></a>01926  
<a name="l01927"></a>01927 <a class="code" href="structxcb__rectangle__t.html" title="xcb_rectangle_t">xcb_rectangle_t</a> *
<a name="l01928"></a>01928 xcb_xfixes_fetch_region_rectangles (<span class="keyword">const</span> <a class="code" href="structxcb__xfixes__fetch__region__reply__t.html" title="xcb_xfixes_fetch_region_reply_t">xcb_xfixes_fetch_region_reply_t</a> *R  );
<a name="l01929"></a>01929 
<a name="l01930"></a>01930 
<a name="l01931"></a>01931 <span class="comment">/*****************************************************************************</span>
<a name="l01932"></a>01932 <span class="comment"> **</span>
<a name="l01933"></a>01933 <span class="comment"> ** int xcb_xfixes_fetch_region_rectangles_length</span>
<a name="l01934"></a>01934 <span class="comment"> ** </span>
<a name="l01935"></a>01935 <span class="comment"> ** @param const xcb_xfixes_fetch_region_reply_t *R</span>
<a name="l01936"></a>01936 <span class="comment"> ** @returns int</span>
<a name="l01937"></a>01937 <span class="comment"> **</span>
<a name="l01938"></a>01938 <span class="comment"> *****************************************************************************/</span>
<a name="l01939"></a>01939  
<a name="l01940"></a>01940 <span class="keywordtype">int</span>
<a name="l01941"></a>01941 xcb_xfixes_fetch_region_rectangles_length (<span class="keyword">const</span> <a class="code" href="structxcb__xfixes__fetch__region__reply__t.html" title="xcb_xfixes_fetch_region_reply_t">xcb_xfixes_fetch_region_reply_t</a> *R  );
<a name="l01942"></a>01942 
<a name="l01943"></a>01943 
<a name="l01944"></a>01944 <span class="comment">/*****************************************************************************</span>
<a name="l01945"></a>01945 <span class="comment"> **</span>
<a name="l01946"></a>01946 <span class="comment"> ** xcb_rectangle_iterator_t xcb_xfixes_fetch_region_rectangles_iterator</span>
<a name="l01947"></a>01947 <span class="comment"> ** </span>
<a name="l01948"></a>01948 <span class="comment"> ** @param const xcb_xfixes_fetch_region_reply_t *R</span>
<a name="l01949"></a>01949 <span class="comment"> ** @returns xcb_rectangle_iterator_t</span>
<a name="l01950"></a>01950 <span class="comment"> **</span>
<a name="l01951"></a>01951 <span class="comment"> *****************************************************************************/</span>
<a name="l01952"></a>01952  
<a name="l01953"></a>01953 <a class="code" href="structxcb__rectangle__iterator__t.html" title="xcb_rectangle_iterator_t">xcb_rectangle_iterator_t</a>
<a name="l01954"></a>01954 xcb_xfixes_fetch_region_rectangles_iterator (<span class="keyword">const</span> <a class="code" href="structxcb__xfixes__fetch__region__reply__t.html" title="xcb_xfixes_fetch_region_reply_t">xcb_xfixes_fetch_region_reply_t</a> *R  );
<a name="l01955"></a>01955 
<a name="l01971"></a>01971 <span class="comment">/*****************************************************************************</span>
<a name="l01972"></a>01972 <span class="comment"> **</span>
<a name="l01973"></a>01973 <span class="comment"> ** xcb_xfixes_fetch_region_reply_t * xcb_xfixes_fetch_region_reply</span>
<a name="l01974"></a>01974 <span class="comment"> ** </span>
<a name="l01975"></a>01975 <span class="comment"> ** @param xcb_connection_t                  *c</span>
<a name="l01976"></a>01976 <span class="comment"> ** @param xcb_xfixes_fetch_region_cookie_t   cookie</span>
<a name="l01977"></a>01977 <span class="comment"> ** @param xcb_generic_error_t              **e</span>
<a name="l01978"></a>01978 <span class="comment"> ** @returns xcb_xfixes_fetch_region_reply_t *</span>
<a name="l01979"></a>01979 <span class="comment"> **</span>
<a name="l01980"></a>01980 <span class="comment"> *****************************************************************************/</span>
<a name="l01981"></a>01981  
<a name="l01982"></a>01982 <a class="code" href="structxcb__xfixes__fetch__region__reply__t.html" title="xcb_xfixes_fetch_region_reply_t">xcb_xfixes_fetch_region_reply_t</a> *
<a name="l01983"></a>01983 <a class="code" href="group__XCB__XFixes__API.html#ga2b282c7807f1d66a1bc1cd1712336442">xcb_xfixes_fetch_region_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                  *c  ,
<a name="l01984"></a>01984                                <a class="code" href="structxcb__xfixes__fetch__region__cookie__t.html" title="xcb_xfixes_fetch_region_cookie_t">xcb_xfixes_fetch_region_cookie_t</a>   cookie  ,
<a name="l01985"></a>01985                                <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>              **e  );
<a name="l01986"></a>01986 
<a name="l01999"></a>01999 <span class="comment">/*****************************************************************************</span>
<a name="l02000"></a>02000 <span class="comment"> **</span>
<a name="l02001"></a>02001 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_set_gc_clip_region_checked</span>
<a name="l02002"></a>02002 <span class="comment"> ** </span>
<a name="l02003"></a>02003 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l02004"></a>02004 <span class="comment"> ** @param xcb_gcontext_t       gc</span>
<a name="l02005"></a>02005 <span class="comment"> ** @param xcb_xfixes_region_t  region</span>
<a name="l02006"></a>02006 <span class="comment"> ** @param int16_t              x_origin</span>
<a name="l02007"></a>02007 <span class="comment"> ** @param int16_t              y_origin</span>
<a name="l02008"></a>02008 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02009"></a>02009 <span class="comment"> **</span>
<a name="l02010"></a>02010 <span class="comment"> *****************************************************************************/</span>
<a name="l02011"></a>02011  
<a name="l02012"></a>02012 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02013"></a>02013 <a class="code" href="group__XCB__XFixes__API.html#ga34196f70c8e8fc05f746b430941da345">xcb_xfixes_set_gc_clip_region_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l02014"></a>02014                                        xcb_gcontext_t       gc  ,
<a name="l02015"></a>02015                                        xcb_xfixes_region_t  region  ,
<a name="l02016"></a>02016                                        int16_t              x_origin  ,
<a name="l02017"></a>02017                                        int16_t              y_origin  );
<a name="l02018"></a>02018 
<a name="l02028"></a>02028 <span class="comment">/*****************************************************************************</span>
<a name="l02029"></a>02029 <span class="comment"> **</span>
<a name="l02030"></a>02030 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_set_gc_clip_region</span>
<a name="l02031"></a>02031 <span class="comment"> ** </span>
<a name="l02032"></a>02032 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l02033"></a>02033 <span class="comment"> ** @param xcb_gcontext_t       gc</span>
<a name="l02034"></a>02034 <span class="comment"> ** @param xcb_xfixes_region_t  region</span>
<a name="l02035"></a>02035 <span class="comment"> ** @param int16_t              x_origin</span>
<a name="l02036"></a>02036 <span class="comment"> ** @param int16_t              y_origin</span>
<a name="l02037"></a>02037 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02038"></a>02038 <span class="comment"> **</span>
<a name="l02039"></a>02039 <span class="comment"> *****************************************************************************/</span>
<a name="l02040"></a>02040  
<a name="l02041"></a>02041 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02042"></a>02042 <a class="code" href="group__XCB__XFixes__API.html#ga675bf1e51e24bbf65342303b246a7d2c">xcb_xfixes_set_gc_clip_region</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l02043"></a>02043                                xcb_gcontext_t       gc  ,
<a name="l02044"></a>02044                                xcb_xfixes_region_t  region  ,
<a name="l02045"></a>02045                                int16_t              x_origin  ,
<a name="l02046"></a>02046                                int16_t              y_origin  );
<a name="l02047"></a>02047 
<a name="l02060"></a>02060 <span class="comment">/*****************************************************************************</span>
<a name="l02061"></a>02061 <span class="comment"> **</span>
<a name="l02062"></a>02062 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_set_window_shape_region_checked</span>
<a name="l02063"></a>02063 <span class="comment"> ** </span>
<a name="l02064"></a>02064 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l02065"></a>02065 <span class="comment"> ** @param xcb_window_t         dest</span>
<a name="l02066"></a>02066 <span class="comment"> ** @param xcb_shape_kind_t     dest_kind</span>
<a name="l02067"></a>02067 <span class="comment"> ** @param int16_t              x_offset</span>
<a name="l02068"></a>02068 <span class="comment"> ** @param int16_t              y_offset</span>
<a name="l02069"></a>02069 <span class="comment"> ** @param xcb_xfixes_region_t  region</span>
<a name="l02070"></a>02070 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02071"></a>02071 <span class="comment"> **</span>
<a name="l02072"></a>02072 <span class="comment"> *****************************************************************************/</span>
<a name="l02073"></a>02073  
<a name="l02074"></a>02074 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02075"></a>02075 <a class="code" href="group__XCB__XFixes__API.html#ga67679394c31cbab78dc29b851e8e5512">xcb_xfixes_set_window_shape_region_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l02076"></a>02076                                             xcb_window_t         dest  ,
<a name="l02077"></a>02077                                             xcb_shape_kind_t     dest_kind  ,
<a name="l02078"></a>02078                                             int16_t              x_offset  ,
<a name="l02079"></a>02079                                             int16_t              y_offset  ,
<a name="l02080"></a>02080                                             xcb_xfixes_region_t  region  );
<a name="l02081"></a>02081 
<a name="l02091"></a>02091 <span class="comment">/*****************************************************************************</span>
<a name="l02092"></a>02092 <span class="comment"> **</span>
<a name="l02093"></a>02093 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_set_window_shape_region</span>
<a name="l02094"></a>02094 <span class="comment"> ** </span>
<a name="l02095"></a>02095 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l02096"></a>02096 <span class="comment"> ** @param xcb_window_t         dest</span>
<a name="l02097"></a>02097 <span class="comment"> ** @param xcb_shape_kind_t     dest_kind</span>
<a name="l02098"></a>02098 <span class="comment"> ** @param int16_t              x_offset</span>
<a name="l02099"></a>02099 <span class="comment"> ** @param int16_t              y_offset</span>
<a name="l02100"></a>02100 <span class="comment"> ** @param xcb_xfixes_region_t  region</span>
<a name="l02101"></a>02101 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02102"></a>02102 <span class="comment"> **</span>
<a name="l02103"></a>02103 <span class="comment"> *****************************************************************************/</span>
<a name="l02104"></a>02104  
<a name="l02105"></a>02105 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02106"></a>02106 <a class="code" href="group__XCB__XFixes__API.html#gad4f5931cc17e15fd0ad56e2c96ec627e">xcb_xfixes_set_window_shape_region</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l02107"></a>02107                                     xcb_window_t         dest  ,
<a name="l02108"></a>02108                                     xcb_shape_kind_t     dest_kind  ,
<a name="l02109"></a>02109                                     int16_t              x_offset  ,
<a name="l02110"></a>02110                                     int16_t              y_offset  ,
<a name="l02111"></a>02111                                     xcb_xfixes_region_t  region  );
<a name="l02112"></a>02112 
<a name="l02125"></a>02125 <span class="comment">/*****************************************************************************</span>
<a name="l02126"></a>02126 <span class="comment"> **</span>
<a name="l02127"></a>02127 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_set_picture_clip_region_checked</span>
<a name="l02128"></a>02128 <span class="comment"> ** </span>
<a name="l02129"></a>02129 <span class="comment"> ** @param xcb_connection_t     *c</span>
<a name="l02130"></a>02130 <span class="comment"> ** @param xcb_render_picture_t  picture</span>
<a name="l02131"></a>02131 <span class="comment"> ** @param xcb_xfixes_region_t   region</span>
<a name="l02132"></a>02132 <span class="comment"> ** @param int16_t               x_origin</span>
<a name="l02133"></a>02133 <span class="comment"> ** @param int16_t               y_origin</span>
<a name="l02134"></a>02134 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02135"></a>02135 <span class="comment"> **</span>
<a name="l02136"></a>02136 <span class="comment"> *****************************************************************************/</span>
<a name="l02137"></a>02137  
<a name="l02138"></a>02138 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02139"></a>02139 <a class="code" href="group__XCB__XFixes__API.html#gaf43c0a6da8750ea4921410810db3e2cc">xcb_xfixes_set_picture_clip_region_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>     *c  ,
<a name="l02140"></a>02140                                             xcb_render_picture_t  picture  ,
<a name="l02141"></a>02141                                             xcb_xfixes_region_t   region  ,
<a name="l02142"></a>02142                                             int16_t               x_origin  ,
<a name="l02143"></a>02143                                             int16_t               y_origin  );
<a name="l02144"></a>02144 
<a name="l02154"></a>02154 <span class="comment">/*****************************************************************************</span>
<a name="l02155"></a>02155 <span class="comment"> **</span>
<a name="l02156"></a>02156 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_set_picture_clip_region</span>
<a name="l02157"></a>02157 <span class="comment"> ** </span>
<a name="l02158"></a>02158 <span class="comment"> ** @param xcb_connection_t     *c</span>
<a name="l02159"></a>02159 <span class="comment"> ** @param xcb_render_picture_t  picture</span>
<a name="l02160"></a>02160 <span class="comment"> ** @param xcb_xfixes_region_t   region</span>
<a name="l02161"></a>02161 <span class="comment"> ** @param int16_t               x_origin</span>
<a name="l02162"></a>02162 <span class="comment"> ** @param int16_t               y_origin</span>
<a name="l02163"></a>02163 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02164"></a>02164 <span class="comment"> **</span>
<a name="l02165"></a>02165 <span class="comment"> *****************************************************************************/</span>
<a name="l02166"></a>02166  
<a name="l02167"></a>02167 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02168"></a>02168 <a class="code" href="group__XCB__XFixes__API.html#ga8113691a3e78892c6f509d0b89f23d94">xcb_xfixes_set_picture_clip_region</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>     *c  ,
<a name="l02169"></a>02169                                     xcb_render_picture_t  picture  ,
<a name="l02170"></a>02170                                     xcb_xfixes_region_t   region  ,
<a name="l02171"></a>02171                                     int16_t               x_origin  ,
<a name="l02172"></a>02172                                     int16_t               y_origin  );
<a name="l02173"></a>02173 
<a name="l02186"></a>02186 <span class="comment">/*****************************************************************************</span>
<a name="l02187"></a>02187 <span class="comment"> **</span>
<a name="l02188"></a>02188 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_set_cursor_name_checked</span>
<a name="l02189"></a>02189 <span class="comment"> ** </span>
<a name="l02190"></a>02190 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02191"></a>02191 <span class="comment"> ** @param xcb_cursor_t      cursor</span>
<a name="l02192"></a>02192 <span class="comment"> ** @param uint16_t          nbytes</span>
<a name="l02193"></a>02193 <span class="comment"> ** @param const char       *name</span>
<a name="l02194"></a>02194 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02195"></a>02195 <span class="comment"> **</span>
<a name="l02196"></a>02196 <span class="comment"> *****************************************************************************/</span>
<a name="l02197"></a>02197  
<a name="l02198"></a>02198 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02199"></a>02199 <a class="code" href="group__XCB__XFixes__API.html#gac207fa63b08f7ab44e56786d644c7776">xcb_xfixes_set_cursor_name_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02200"></a>02200                                     xcb_cursor_t      cursor  ,
<a name="l02201"></a>02201                                     uint16_t          nbytes  ,
<a name="l02202"></a>02202                                     <span class="keyword">const</span> <span class="keywordtype">char</span>       *name  );
<a name="l02203"></a>02203 
<a name="l02213"></a>02213 <span class="comment">/*****************************************************************************</span>
<a name="l02214"></a>02214 <span class="comment"> **</span>
<a name="l02215"></a>02215 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_set_cursor_name</span>
<a name="l02216"></a>02216 <span class="comment"> ** </span>
<a name="l02217"></a>02217 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02218"></a>02218 <span class="comment"> ** @param xcb_cursor_t      cursor</span>
<a name="l02219"></a>02219 <span class="comment"> ** @param uint16_t          nbytes</span>
<a name="l02220"></a>02220 <span class="comment"> ** @param const char       *name</span>
<a name="l02221"></a>02221 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02222"></a>02222 <span class="comment"> **</span>
<a name="l02223"></a>02223 <span class="comment"> *****************************************************************************/</span>
<a name="l02224"></a>02224  
<a name="l02225"></a>02225 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02226"></a>02226 <a class="code" href="group__XCB__XFixes__API.html#ga66fc7cefbaf981c9f10ef889ef91d599">xcb_xfixes_set_cursor_name</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02227"></a>02227                             xcb_cursor_t      cursor  ,
<a name="l02228"></a>02228                             uint16_t          nbytes  ,
<a name="l02229"></a>02229                             <span class="keyword">const</span> <span class="keywordtype">char</span>       *name  );
<a name="l02230"></a>02230 
<a name="l02240"></a>02240 <span class="comment">/*****************************************************************************</span>
<a name="l02241"></a>02241 <span class="comment"> **</span>
<a name="l02242"></a>02242 <span class="comment"> ** xcb_xfixes_get_cursor_name_cookie_t xcb_xfixes_get_cursor_name</span>
<a name="l02243"></a>02243 <span class="comment"> ** </span>
<a name="l02244"></a>02244 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02245"></a>02245 <span class="comment"> ** @param xcb_cursor_t      cursor</span>
<a name="l02246"></a>02246 <span class="comment"> ** @returns xcb_xfixes_get_cursor_name_cookie_t</span>
<a name="l02247"></a>02247 <span class="comment"> **</span>
<a name="l02248"></a>02248 <span class="comment"> *****************************************************************************/</span>
<a name="l02249"></a>02249  
<a name="l02250"></a>02250 <a class="code" href="structxcb__xfixes__get__cursor__name__cookie__t.html" title="xcb_xfixes_get_cursor_name_cookie_t">xcb_xfixes_get_cursor_name_cookie_t</a>
<a name="l02251"></a>02251 <a class="code" href="group__XCB__XFixes__API.html#ga2bc2641c3465ce1f5eaf013eee2c24f2">xcb_xfixes_get_cursor_name</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02252"></a>02252                             xcb_cursor_t      cursor  );
<a name="l02253"></a>02253 
<a name="l02266"></a>02266 <span class="comment">/*****************************************************************************</span>
<a name="l02267"></a>02267 <span class="comment"> **</span>
<a name="l02268"></a>02268 <span class="comment"> ** xcb_xfixes_get_cursor_name_cookie_t xcb_xfixes_get_cursor_name_unchecked</span>
<a name="l02269"></a>02269 <span class="comment"> ** </span>
<a name="l02270"></a>02270 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02271"></a>02271 <span class="comment"> ** @param xcb_cursor_t      cursor</span>
<a name="l02272"></a>02272 <span class="comment"> ** @returns xcb_xfixes_get_cursor_name_cookie_t</span>
<a name="l02273"></a>02273 <span class="comment"> **</span>
<a name="l02274"></a>02274 <span class="comment"> *****************************************************************************/</span>
<a name="l02275"></a>02275  
<a name="l02276"></a>02276 <a class="code" href="structxcb__xfixes__get__cursor__name__cookie__t.html" title="xcb_xfixes_get_cursor_name_cookie_t">xcb_xfixes_get_cursor_name_cookie_t</a>
<a name="l02277"></a>02277 <a class="code" href="group__XCB__XFixes__API.html#ga9a9bde7006ad1a9b436aa2ad459bbf4c">xcb_xfixes_get_cursor_name_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02278"></a>02278                                       xcb_cursor_t      cursor  );
<a name="l02279"></a>02279 
<a name="l02280"></a>02280 
<a name="l02281"></a>02281 <span class="comment">/*****************************************************************************</span>
<a name="l02282"></a>02282 <span class="comment"> **</span>
<a name="l02283"></a>02283 <span class="comment"> ** char * xcb_xfixes_get_cursor_name_name</span>
<a name="l02284"></a>02284 <span class="comment"> ** </span>
<a name="l02285"></a>02285 <span class="comment"> ** @param const xcb_xfixes_get_cursor_name_reply_t *R</span>
<a name="l02286"></a>02286 <span class="comment"> ** @returns char *</span>
<a name="l02287"></a>02287 <span class="comment"> **</span>
<a name="l02288"></a>02288 <span class="comment"> *****************************************************************************/</span>
<a name="l02289"></a>02289  
<a name="l02290"></a>02290 <span class="keywordtype">char</span> *
<a name="l02291"></a>02291 xcb_xfixes_get_cursor_name_name (<span class="keyword">const</span> <a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html" title="xcb_xfixes_get_cursor_name_reply_t">xcb_xfixes_get_cursor_name_reply_t</a> *R  );
<a name="l02292"></a>02292 
<a name="l02293"></a>02293 
<a name="l02294"></a>02294 <span class="comment">/*****************************************************************************</span>
<a name="l02295"></a>02295 <span class="comment"> **</span>
<a name="l02296"></a>02296 <span class="comment"> ** int xcb_xfixes_get_cursor_name_name_length</span>
<a name="l02297"></a>02297 <span class="comment"> ** </span>
<a name="l02298"></a>02298 <span class="comment"> ** @param const xcb_xfixes_get_cursor_name_reply_t *R</span>
<a name="l02299"></a>02299 <span class="comment"> ** @returns int</span>
<a name="l02300"></a>02300 <span class="comment"> **</span>
<a name="l02301"></a>02301 <span class="comment"> *****************************************************************************/</span>
<a name="l02302"></a>02302  
<a name="l02303"></a>02303 <span class="keywordtype">int</span>
<a name="l02304"></a>02304 xcb_xfixes_get_cursor_name_name_length (<span class="keyword">const</span> <a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html" title="xcb_xfixes_get_cursor_name_reply_t">xcb_xfixes_get_cursor_name_reply_t</a> *R  );
<a name="l02305"></a>02305 
<a name="l02306"></a>02306 
<a name="l02307"></a>02307 <span class="comment">/*****************************************************************************</span>
<a name="l02308"></a>02308 <span class="comment"> **</span>
<a name="l02309"></a>02309 <span class="comment"> ** xcb_generic_iterator_t xcb_xfixes_get_cursor_name_name_end</span>
<a name="l02310"></a>02310 <span class="comment"> ** </span>
<a name="l02311"></a>02311 <span class="comment"> ** @param const xcb_xfixes_get_cursor_name_reply_t *R</span>
<a name="l02312"></a>02312 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l02313"></a>02313 <span class="comment"> **</span>
<a name="l02314"></a>02314 <span class="comment"> *****************************************************************************/</span>
<a name="l02315"></a>02315  
<a name="l02316"></a>02316 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l02317"></a>02317 xcb_xfixes_get_cursor_name_name_end (<span class="keyword">const</span> <a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html" title="xcb_xfixes_get_cursor_name_reply_t">xcb_xfixes_get_cursor_name_reply_t</a> *R  );
<a name="l02318"></a>02318 
<a name="l02334"></a>02334 <span class="comment">/*****************************************************************************</span>
<a name="l02335"></a>02335 <span class="comment"> **</span>
<a name="l02336"></a>02336 <span class="comment"> ** xcb_xfixes_get_cursor_name_reply_t * xcb_xfixes_get_cursor_name_reply</span>
<a name="l02337"></a>02337 <span class="comment"> ** </span>
<a name="l02338"></a>02338 <span class="comment"> ** @param xcb_connection_t                     *c</span>
<a name="l02339"></a>02339 <span class="comment"> ** @param xcb_xfixes_get_cursor_name_cookie_t   cookie</span>
<a name="l02340"></a>02340 <span class="comment"> ** @param xcb_generic_error_t                 **e</span>
<a name="l02341"></a>02341 <span class="comment"> ** @returns xcb_xfixes_get_cursor_name_reply_t *</span>
<a name="l02342"></a>02342 <span class="comment"> **</span>
<a name="l02343"></a>02343 <span class="comment"> *****************************************************************************/</span>
<a name="l02344"></a>02344  
<a name="l02345"></a>02345 <a class="code" href="structxcb__xfixes__get__cursor__name__reply__t.html" title="xcb_xfixes_get_cursor_name_reply_t">xcb_xfixes_get_cursor_name_reply_t</a> *
<a name="l02346"></a>02346 <a class="code" href="group__XCB__XFixes__API.html#gaa6fb1a57279c1b4e1163f9c399956269">xcb_xfixes_get_cursor_name_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                     *c  ,
<a name="l02347"></a>02347                                   <a class="code" href="structxcb__xfixes__get__cursor__name__cookie__t.html" title="xcb_xfixes_get_cursor_name_cookie_t">xcb_xfixes_get_cursor_name_cookie_t</a>   cookie  ,
<a name="l02348"></a>02348                                   <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                 **e  );
<a name="l02349"></a>02349 
<a name="l02359"></a>02359 <span class="comment">/*****************************************************************************</span>
<a name="l02360"></a>02360 <span class="comment"> **</span>
<a name="l02361"></a>02361 <span class="comment"> ** xcb_xfixes_get_cursor_image_and_name_cookie_t xcb_xfixes_get_cursor_image_and_name</span>
<a name="l02362"></a>02362 <span class="comment"> ** </span>
<a name="l02363"></a>02363 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02364"></a>02364 <span class="comment"> ** @returns xcb_xfixes_get_cursor_image_and_name_cookie_t</span>
<a name="l02365"></a>02365 <span class="comment"> **</span>
<a name="l02366"></a>02366 <span class="comment"> *****************************************************************************/</span>
<a name="l02367"></a>02367  
<a name="l02368"></a>02368 <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__cookie__t.html" title="xcb_xfixes_get_cursor_image_and_name_cookie_t">xcb_xfixes_get_cursor_image_and_name_cookie_t</a>
<a name="l02369"></a>02369 <a class="code" href="group__XCB__XFixes__API.html#ga2b5c2e50685f9ebb5c035526c3445db2">xcb_xfixes_get_cursor_image_and_name</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l02370"></a>02370 
<a name="l02383"></a>02383 <span class="comment">/*****************************************************************************</span>
<a name="l02384"></a>02384 <span class="comment"> **</span>
<a name="l02385"></a>02385 <span class="comment"> ** xcb_xfixes_get_cursor_image_and_name_cookie_t xcb_xfixes_get_cursor_image_and_name_unchecked</span>
<a name="l02386"></a>02386 <span class="comment"> ** </span>
<a name="l02387"></a>02387 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02388"></a>02388 <span class="comment"> ** @returns xcb_xfixes_get_cursor_image_and_name_cookie_t</span>
<a name="l02389"></a>02389 <span class="comment"> **</span>
<a name="l02390"></a>02390 <span class="comment"> *****************************************************************************/</span>
<a name="l02391"></a>02391  
<a name="l02392"></a>02392 <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__cookie__t.html" title="xcb_xfixes_get_cursor_image_and_name_cookie_t">xcb_xfixes_get_cursor_image_and_name_cookie_t</a>
<a name="l02393"></a>02393 <a class="code" href="group__XCB__XFixes__API.html#gaa590e0f35825871b45156eda80b43af2">xcb_xfixes_get_cursor_image_and_name_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l02394"></a>02394 
<a name="l02395"></a>02395 
<a name="l02396"></a>02396 <span class="comment">/*****************************************************************************</span>
<a name="l02397"></a>02397 <span class="comment"> **</span>
<a name="l02398"></a>02398 <span class="comment"> ** char * xcb_xfixes_get_cursor_image_and_name_name</span>
<a name="l02399"></a>02399 <span class="comment"> ** </span>
<a name="l02400"></a>02400 <span class="comment"> ** @param const xcb_xfixes_get_cursor_image_and_name_reply_t *R</span>
<a name="l02401"></a>02401 <span class="comment"> ** @returns char *</span>
<a name="l02402"></a>02402 <span class="comment"> **</span>
<a name="l02403"></a>02403 <span class="comment"> *****************************************************************************/</span>
<a name="l02404"></a>02404  
<a name="l02405"></a>02405 <span class="keywordtype">char</span> *
<a name="l02406"></a>02406 xcb_xfixes_get_cursor_image_and_name_name (<span class="keyword">const</span> <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html" title="xcb_xfixes_get_cursor_image_and_name_reply_t">xcb_xfixes_get_cursor_image_and_name_reply_t</a> *R  );
<a name="l02407"></a>02407 
<a name="l02408"></a>02408 
<a name="l02409"></a>02409 <span class="comment">/*****************************************************************************</span>
<a name="l02410"></a>02410 <span class="comment"> **</span>
<a name="l02411"></a>02411 <span class="comment"> ** int xcb_xfixes_get_cursor_image_and_name_name_length</span>
<a name="l02412"></a>02412 <span class="comment"> ** </span>
<a name="l02413"></a>02413 <span class="comment"> ** @param const xcb_xfixes_get_cursor_image_and_name_reply_t *R</span>
<a name="l02414"></a>02414 <span class="comment"> ** @returns int</span>
<a name="l02415"></a>02415 <span class="comment"> **</span>
<a name="l02416"></a>02416 <span class="comment"> *****************************************************************************/</span>
<a name="l02417"></a>02417  
<a name="l02418"></a>02418 <span class="keywordtype">int</span>
<a name="l02419"></a>02419 xcb_xfixes_get_cursor_image_and_name_name_length (<span class="keyword">const</span> <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html" title="xcb_xfixes_get_cursor_image_and_name_reply_t">xcb_xfixes_get_cursor_image_and_name_reply_t</a> *R  );
<a name="l02420"></a>02420 
<a name="l02421"></a>02421 
<a name="l02422"></a>02422 <span class="comment">/*****************************************************************************</span>
<a name="l02423"></a>02423 <span class="comment"> **</span>
<a name="l02424"></a>02424 <span class="comment"> ** xcb_generic_iterator_t xcb_xfixes_get_cursor_image_and_name_name_end</span>
<a name="l02425"></a>02425 <span class="comment"> ** </span>
<a name="l02426"></a>02426 <span class="comment"> ** @param const xcb_xfixes_get_cursor_image_and_name_reply_t *R</span>
<a name="l02427"></a>02427 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l02428"></a>02428 <span class="comment"> **</span>
<a name="l02429"></a>02429 <span class="comment"> *****************************************************************************/</span>
<a name="l02430"></a>02430  
<a name="l02431"></a>02431 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l02432"></a>02432 xcb_xfixes_get_cursor_image_and_name_name_end (<span class="keyword">const</span> <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html" title="xcb_xfixes_get_cursor_image_and_name_reply_t">xcb_xfixes_get_cursor_image_and_name_reply_t</a> *R  );
<a name="l02433"></a>02433 
<a name="l02434"></a>02434 
<a name="l02435"></a>02435 <span class="comment">/*****************************************************************************</span>
<a name="l02436"></a>02436 <span class="comment"> **</span>
<a name="l02437"></a>02437 <span class="comment"> ** uint32_t * xcb_xfixes_get_cursor_image_and_name_cursor_image</span>
<a name="l02438"></a>02438 <span class="comment"> ** </span>
<a name="l02439"></a>02439 <span class="comment"> ** @param const xcb_xfixes_get_cursor_image_and_name_reply_t *R</span>
<a name="l02440"></a>02440 <span class="comment"> ** @returns uint32_t *</span>
<a name="l02441"></a>02441 <span class="comment"> **</span>
<a name="l02442"></a>02442 <span class="comment"> *****************************************************************************/</span>
<a name="l02443"></a>02443  
<a name="l02444"></a>02444 uint32_t *
<a name="l02445"></a>02445 xcb_xfixes_get_cursor_image_and_name_cursor_image (<span class="keyword">const</span> <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html" title="xcb_xfixes_get_cursor_image_and_name_reply_t">xcb_xfixes_get_cursor_image_and_name_reply_t</a> *R  );
<a name="l02446"></a>02446 
<a name="l02447"></a>02447 
<a name="l02448"></a>02448 <span class="comment">/*****************************************************************************</span>
<a name="l02449"></a>02449 <span class="comment"> **</span>
<a name="l02450"></a>02450 <span class="comment"> ** int xcb_xfixes_get_cursor_image_and_name_cursor_image_length</span>
<a name="l02451"></a>02451 <span class="comment"> ** </span>
<a name="l02452"></a>02452 <span class="comment"> ** @param const xcb_xfixes_get_cursor_image_and_name_reply_t *R</span>
<a name="l02453"></a>02453 <span class="comment"> ** @returns int</span>
<a name="l02454"></a>02454 <span class="comment"> **</span>
<a name="l02455"></a>02455 <span class="comment"> *****************************************************************************/</span>
<a name="l02456"></a>02456  
<a name="l02457"></a>02457 <span class="keywordtype">int</span>
<a name="l02458"></a>02458 xcb_xfixes_get_cursor_image_and_name_cursor_image_length (<span class="keyword">const</span> <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html" title="xcb_xfixes_get_cursor_image_and_name_reply_t">xcb_xfixes_get_cursor_image_and_name_reply_t</a> *R  );
<a name="l02459"></a>02459 
<a name="l02460"></a>02460 
<a name="l02461"></a>02461 <span class="comment">/*****************************************************************************</span>
<a name="l02462"></a>02462 <span class="comment"> **</span>
<a name="l02463"></a>02463 <span class="comment"> ** xcb_generic_iterator_t xcb_xfixes_get_cursor_image_and_name_cursor_image_end</span>
<a name="l02464"></a>02464 <span class="comment"> ** </span>
<a name="l02465"></a>02465 <span class="comment"> ** @param const xcb_xfixes_get_cursor_image_and_name_reply_t *R</span>
<a name="l02466"></a>02466 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l02467"></a>02467 <span class="comment"> **</span>
<a name="l02468"></a>02468 <span class="comment"> *****************************************************************************/</span>
<a name="l02469"></a>02469  
<a name="l02470"></a>02470 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l02471"></a>02471 xcb_xfixes_get_cursor_image_and_name_cursor_image_end (<span class="keyword">const</span> <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html" title="xcb_xfixes_get_cursor_image_and_name_reply_t">xcb_xfixes_get_cursor_image_and_name_reply_t</a> *R  );
<a name="l02472"></a>02472 
<a name="l02488"></a>02488 <span class="comment">/*****************************************************************************</span>
<a name="l02489"></a>02489 <span class="comment"> **</span>
<a name="l02490"></a>02490 <span class="comment"> ** xcb_xfixes_get_cursor_image_and_name_reply_t * xcb_xfixes_get_cursor_image_and_name_reply</span>
<a name="l02491"></a>02491 <span class="comment"> ** </span>
<a name="l02492"></a>02492 <span class="comment"> ** @param xcb_connection_t                               *c</span>
<a name="l02493"></a>02493 <span class="comment"> ** @param xcb_xfixes_get_cursor_image_and_name_cookie_t   cookie</span>
<a name="l02494"></a>02494 <span class="comment"> ** @param xcb_generic_error_t                           **e</span>
<a name="l02495"></a>02495 <span class="comment"> ** @returns xcb_xfixes_get_cursor_image_and_name_reply_t *</span>
<a name="l02496"></a>02496 <span class="comment"> **</span>
<a name="l02497"></a>02497 <span class="comment"> *****************************************************************************/</span>
<a name="l02498"></a>02498  
<a name="l02499"></a>02499 <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html" title="xcb_xfixes_get_cursor_image_and_name_reply_t">xcb_xfixes_get_cursor_image_and_name_reply_t</a> *
<a name="l02500"></a>02500 <a class="code" href="group__XCB__XFixes__API.html#ga1ccb20de6f888f227629a8c9fd5d1280">xcb_xfixes_get_cursor_image_and_name_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                               *c  ,
<a name="l02501"></a>02501                                             <a class="code" href="structxcb__xfixes__get__cursor__image__and__name__cookie__t.html" title="xcb_xfixes_get_cursor_image_and_name_cookie_t">xcb_xfixes_get_cursor_image_and_name_cookie_t</a>   cookie  ,
<a name="l02502"></a>02502                                             <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                           **e  );
<a name="l02503"></a>02503 
<a name="l02516"></a>02516 <span class="comment">/*****************************************************************************</span>
<a name="l02517"></a>02517 <span class="comment"> **</span>
<a name="l02518"></a>02518 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_change_cursor_checked</span>
<a name="l02519"></a>02519 <span class="comment"> ** </span>
<a name="l02520"></a>02520 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02521"></a>02521 <span class="comment"> ** @param xcb_cursor_t      source</span>
<a name="l02522"></a>02522 <span class="comment"> ** @param xcb_cursor_t      destination</span>
<a name="l02523"></a>02523 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02524"></a>02524 <span class="comment"> **</span>
<a name="l02525"></a>02525 <span class="comment"> *****************************************************************************/</span>
<a name="l02526"></a>02526  
<a name="l02527"></a>02527 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02528"></a>02528 <a class="code" href="group__XCB__XFixes__API.html#gae04743f651ee2890d728dabead21a179">xcb_xfixes_change_cursor_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02529"></a>02529                                   xcb_cursor_t      source  ,
<a name="l02530"></a>02530                                   xcb_cursor_t      destination  );
<a name="l02531"></a>02531 
<a name="l02541"></a>02541 <span class="comment">/*****************************************************************************</span>
<a name="l02542"></a>02542 <span class="comment"> **</span>
<a name="l02543"></a>02543 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_change_cursor</span>
<a name="l02544"></a>02544 <span class="comment"> ** </span>
<a name="l02545"></a>02545 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02546"></a>02546 <span class="comment"> ** @param xcb_cursor_t      source</span>
<a name="l02547"></a>02547 <span class="comment"> ** @param xcb_cursor_t      destination</span>
<a name="l02548"></a>02548 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02549"></a>02549 <span class="comment"> **</span>
<a name="l02550"></a>02550 <span class="comment"> *****************************************************************************/</span>
<a name="l02551"></a>02551  
<a name="l02552"></a>02552 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02553"></a>02553 <a class="code" href="group__XCB__XFixes__API.html#ga4933281cbff5162a1187b3cda42148ce">xcb_xfixes_change_cursor</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02554"></a>02554                           xcb_cursor_t      source  ,
<a name="l02555"></a>02555                           xcb_cursor_t      destination  );
<a name="l02556"></a>02556 
<a name="l02569"></a>02569 <span class="comment">/*****************************************************************************</span>
<a name="l02570"></a>02570 <span class="comment"> **</span>
<a name="l02571"></a>02571 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_change_cursor_by_name_checked</span>
<a name="l02572"></a>02572 <span class="comment"> ** </span>
<a name="l02573"></a>02573 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02574"></a>02574 <span class="comment"> ** @param xcb_cursor_t      src</span>
<a name="l02575"></a>02575 <span class="comment"> ** @param uint16_t          nbytes</span>
<a name="l02576"></a>02576 <span class="comment"> ** @param const char       *name</span>
<a name="l02577"></a>02577 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02578"></a>02578 <span class="comment"> **</span>
<a name="l02579"></a>02579 <span class="comment"> *****************************************************************************/</span>
<a name="l02580"></a>02580  
<a name="l02581"></a>02581 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02582"></a>02582 <a class="code" href="group__XCB__XFixes__API.html#ga7f78361eac0932485448f9a0cdcfb462">xcb_xfixes_change_cursor_by_name_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02583"></a>02583                                           xcb_cursor_t      src  ,
<a name="l02584"></a>02584                                           uint16_t          nbytes  ,
<a name="l02585"></a>02585                                           <span class="keyword">const</span> <span class="keywordtype">char</span>       *name  );
<a name="l02586"></a>02586 
<a name="l02596"></a>02596 <span class="comment">/*****************************************************************************</span>
<a name="l02597"></a>02597 <span class="comment"> **</span>
<a name="l02598"></a>02598 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_change_cursor_by_name</span>
<a name="l02599"></a>02599 <span class="comment"> ** </span>
<a name="l02600"></a>02600 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02601"></a>02601 <span class="comment"> ** @param xcb_cursor_t      src</span>
<a name="l02602"></a>02602 <span class="comment"> ** @param uint16_t          nbytes</span>
<a name="l02603"></a>02603 <span class="comment"> ** @param const char       *name</span>
<a name="l02604"></a>02604 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02605"></a>02605 <span class="comment"> **</span>
<a name="l02606"></a>02606 <span class="comment"> *****************************************************************************/</span>
<a name="l02607"></a>02607  
<a name="l02608"></a>02608 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02609"></a>02609 <a class="code" href="group__XCB__XFixes__API.html#ga49c23f6f5198e83c3408f93b7669bb86">xcb_xfixes_change_cursor_by_name</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02610"></a>02610                                   xcb_cursor_t      src  ,
<a name="l02611"></a>02611                                   uint16_t          nbytes  ,
<a name="l02612"></a>02612                                   <span class="keyword">const</span> <span class="keywordtype">char</span>       *name  );
<a name="l02613"></a>02613 
<a name="l02626"></a>02626 <span class="comment">/*****************************************************************************</span>
<a name="l02627"></a>02627 <span class="comment"> **</span>
<a name="l02628"></a>02628 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_expand_region_checked</span>
<a name="l02629"></a>02629 <span class="comment"> ** </span>
<a name="l02630"></a>02630 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l02631"></a>02631 <span class="comment"> ** @param xcb_xfixes_region_t  source</span>
<a name="l02632"></a>02632 <span class="comment"> ** @param xcb_xfixes_region_t  destination</span>
<a name="l02633"></a>02633 <span class="comment"> ** @param uint16_t             left</span>
<a name="l02634"></a>02634 <span class="comment"> ** @param uint16_t             right</span>
<a name="l02635"></a>02635 <span class="comment"> ** @param uint16_t             top</span>
<a name="l02636"></a>02636 <span class="comment"> ** @param uint16_t             bottom</span>
<a name="l02637"></a>02637 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02638"></a>02638 <span class="comment"> **</span>
<a name="l02639"></a>02639 <span class="comment"> *****************************************************************************/</span>
<a name="l02640"></a>02640  
<a name="l02641"></a>02641 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02642"></a>02642 <a class="code" href="group__XCB__XFixes__API.html#gaae31c40c13f93f1e1bea69461ece7427">xcb_xfixes_expand_region_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l02643"></a>02643                                   xcb_xfixes_region_t  source  ,
<a name="l02644"></a>02644                                   xcb_xfixes_region_t  destination  ,
<a name="l02645"></a>02645                                   uint16_t             left  ,
<a name="l02646"></a>02646                                   uint16_t             right  ,
<a name="l02647"></a>02647                                   uint16_t             top  ,
<a name="l02648"></a>02648                                   uint16_t             bottom  );
<a name="l02649"></a>02649 
<a name="l02659"></a>02659 <span class="comment">/*****************************************************************************</span>
<a name="l02660"></a>02660 <span class="comment"> **</span>
<a name="l02661"></a>02661 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_expand_region</span>
<a name="l02662"></a>02662 <span class="comment"> ** </span>
<a name="l02663"></a>02663 <span class="comment"> ** @param xcb_connection_t    *c</span>
<a name="l02664"></a>02664 <span class="comment"> ** @param xcb_xfixes_region_t  source</span>
<a name="l02665"></a>02665 <span class="comment"> ** @param xcb_xfixes_region_t  destination</span>
<a name="l02666"></a>02666 <span class="comment"> ** @param uint16_t             left</span>
<a name="l02667"></a>02667 <span class="comment"> ** @param uint16_t             right</span>
<a name="l02668"></a>02668 <span class="comment"> ** @param uint16_t             top</span>
<a name="l02669"></a>02669 <span class="comment"> ** @param uint16_t             bottom</span>
<a name="l02670"></a>02670 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02671"></a>02671 <span class="comment"> **</span>
<a name="l02672"></a>02672 <span class="comment"> *****************************************************************************/</span>
<a name="l02673"></a>02673  
<a name="l02674"></a>02674 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02675"></a>02675 <a class="code" href="group__XCB__XFixes__API.html#ga563ca237e293246c8fea2ca47aeed9cb">xcb_xfixes_expand_region</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>    *c  ,
<a name="l02676"></a>02676                           xcb_xfixes_region_t  source  ,
<a name="l02677"></a>02677                           xcb_xfixes_region_t  destination  ,
<a name="l02678"></a>02678                           uint16_t             left  ,
<a name="l02679"></a>02679                           uint16_t             right  ,
<a name="l02680"></a>02680                           uint16_t             top  ,
<a name="l02681"></a>02681                           uint16_t             bottom  );
<a name="l02682"></a>02682 
<a name="l02695"></a>02695 <span class="comment">/*****************************************************************************</span>
<a name="l02696"></a>02696 <span class="comment"> **</span>
<a name="l02697"></a>02697 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_hide_cursor_checked</span>
<a name="l02698"></a>02698 <span class="comment"> ** </span>
<a name="l02699"></a>02699 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02700"></a>02700 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l02701"></a>02701 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02702"></a>02702 <span class="comment"> **</span>
<a name="l02703"></a>02703 <span class="comment"> *****************************************************************************/</span>
<a name="l02704"></a>02704  
<a name="l02705"></a>02705 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02706"></a>02706 <a class="code" href="group__XCB__XFixes__API.html#gaec1c015b5414ea18318585dd64159428">xcb_xfixes_hide_cursor_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02707"></a>02707                                 xcb_window_t      window  );
<a name="l02708"></a>02708 
<a name="l02718"></a>02718 <span class="comment">/*****************************************************************************</span>
<a name="l02719"></a>02719 <span class="comment"> **</span>
<a name="l02720"></a>02720 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_hide_cursor</span>
<a name="l02721"></a>02721 <span class="comment"> ** </span>
<a name="l02722"></a>02722 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02723"></a>02723 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l02724"></a>02724 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02725"></a>02725 <span class="comment"> **</span>
<a name="l02726"></a>02726 <span class="comment"> *****************************************************************************/</span>
<a name="l02727"></a>02727  
<a name="l02728"></a>02728 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02729"></a>02729 <a class="code" href="group__XCB__XFixes__API.html#ga975bdaee2092cb7bef303beab11fbdf3">xcb_xfixes_hide_cursor</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02730"></a>02730                         xcb_window_t      window  );
<a name="l02731"></a>02731 
<a name="l02744"></a>02744 <span class="comment">/*****************************************************************************</span>
<a name="l02745"></a>02745 <span class="comment"> **</span>
<a name="l02746"></a>02746 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_show_cursor_checked</span>
<a name="l02747"></a>02747 <span class="comment"> ** </span>
<a name="l02748"></a>02748 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02749"></a>02749 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l02750"></a>02750 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02751"></a>02751 <span class="comment"> **</span>
<a name="l02752"></a>02752 <span class="comment"> *****************************************************************************/</span>
<a name="l02753"></a>02753  
<a name="l02754"></a>02754 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02755"></a>02755 <a class="code" href="group__XCB__XFixes__API.html#ga4f3891546927f000079a06f06c13e0c3">xcb_xfixes_show_cursor_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02756"></a>02756                                 xcb_window_t      window  );
<a name="l02757"></a>02757 
<a name="l02767"></a>02767 <span class="comment">/*****************************************************************************</span>
<a name="l02768"></a>02768 <span class="comment"> **</span>
<a name="l02769"></a>02769 <span class="comment"> ** xcb_void_cookie_t xcb_xfixes_show_cursor</span>
<a name="l02770"></a>02770 <span class="comment"> ** </span>
<a name="l02771"></a>02771 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02772"></a>02772 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l02773"></a>02773 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02774"></a>02774 <span class="comment"> **</span>
<a name="l02775"></a>02775 <span class="comment"> *****************************************************************************/</span>
<a name="l02776"></a>02776  
<a name="l02777"></a>02777 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02778"></a>02778 <a class="code" href="group__XCB__XFixes__API.html#ga27b93af53755d4f10c9d611e16be383d">xcb_xfixes_show_cursor</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02779"></a>02779                         xcb_window_t      window  );
<a name="l02780"></a>02780 
<a name="l02781"></a>02781 
<a name="l02782"></a>02782 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l02783"></a>02783 <span class="preprocessor"></span>}
<a name="l02784"></a>02784 <span class="preprocessor">#endif</span>
<a name="l02785"></a>02785 <span class="preprocessor"></span>
<a name="l02786"></a>02786 <span class="preprocessor">#endif</span>
<a name="l02787"></a>02787 <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>