Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > c67c6057ffd14254a26624517a2352e6 > files > 192

i3-doc-3.e-3.bf1.fc14.noarch.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>i3: include/manage.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.6.2-20100208 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<h1>include/manage.h</h1><a href="a00046.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * vim:ts=8:expandtab</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * i3 - an improved dynamic tiling window manager</span>
<a name="l00005"></a>00005 <span class="comment"> *</span>
<a name="l00006"></a>00006 <span class="comment"> * © 2009 Michael Stapelberg and contributors</span>
<a name="l00007"></a>00007 <span class="comment"> *</span>
<a name="l00008"></a>00008 <span class="comment"> * See file LICENSE for license information.</span>
<a name="l00009"></a>00009 <span class="comment"> *</span>
<a name="l00010"></a>00010 <span class="comment"> */</span>
<a name="l00011"></a>00011 <span class="preprocessor">#include &lt;xcb/xcb.h&gt;</span>
<a name="l00012"></a>00012 
<a name="l00013"></a>00013 <span class="preprocessor">#include &quot;<a class="code" href="a00036.html">data.h</a>&quot;</span>
<a name="l00014"></a>00014 
<a name="l00015"></a>00015 <span class="preprocessor">#ifndef _MANAGE_H</span>
<a name="l00016"></a>00016 <span class="preprocessor"></span><span class="preprocessor">#define _MANAGE_H</span>
<a name="l00017"></a>00017 <span class="preprocessor"></span>
<a name="l00023"></a>00023 <span class="keywordtype">void</span> <a class="code" href="a00072.html#a525375308e06d233e560f4e739e02ca6" title="Go through all existing windows (if the window manager is restarted) and manage them...">manage_existing_windows</a>(xcb_connection_t *conn, xcb_property_handlers_t
<a name="l00024"></a>00024                              *prophs, xcb_window_t <a class="code" href="a00071.html#a768f07da9e11ab88732a5c550ff49257">root</a>);
<a name="l00025"></a>00025 
<a name="l00034"></a>00034 <span class="keywordtype">void</span> <a class="code" href="a00072.html#a7a5eac8069bf76ea873503dd80100544" title="Restores the geometry of each window by reparenting it to the root window at the...">restore_geometry</a>(xcb_connection_t *conn);
<a name="l00035"></a>00035 
<a name="l00040"></a>00040 <span class="keywordtype">void</span> <a class="code" href="a00072.html#a4a34e4e6e27dfe96206b43297c001f9c" title="Do some sanity checks and then reparent the window.">manage_window</a>(xcb_property_handlers_t *prophs, xcb_connection_t *conn,
<a name="l00041"></a>00041                    xcb_window_t window,
<a name="l00042"></a>00042                    xcb_get_window_attributes_cookie_t cookie,
<a name="l00043"></a>00043                    <span class="keywordtype">bool</span> needs_to_be_mapped);
<a name="l00044"></a>00044 
<a name="l00053"></a>00053 <span class="keywordtype">void</span> <a class="code" href="a00072.html#a3231348efe9bf4a5f43fe491b1fbfbc8" title="reparent_window() gets called when a new window was opened and becomes a child of...">reparent_window</a>(xcb_connection_t *conn, xcb_window_t child,
<a name="l00054"></a>00054                      xcb_visualid_t visual, xcb_window_t <a class="code" href="a00071.html#a768f07da9e11ab88732a5c550ff49257">root</a>, uint8_t depth,
<a name="l00055"></a>00055                      int16_t x, int16_t <a class="code" href="a00068.html#a16e56e533e1eb98fda15e06fdec03da6">y</a>, uint16_t width, uint16_t height,
<a name="l00056"></a>00056                      uint32_t border_width);
<a name="l00057"></a>00057 
<a name="l00058"></a>00058 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr class="footer"/><address style="text-align: right;"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2-20100208 </small></address>
</body>
</html>