Sophie

Sophie

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

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: src/commands.c 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>src/commands.c</h1><a href="a00061.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-2010 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;stdbool.h&gt;</span>
<a name="l00012"></a>00012 <span class="preprocessor">#include &lt;stdio.h&gt;</span>
<a name="l00013"></a>00013 <span class="preprocessor">#include &lt;stdlib.h&gt;</span>
<a name="l00014"></a>00014 <span class="preprocessor">#include &lt;assert.h&gt;</span>
<a name="l00015"></a>00015 <span class="preprocessor">#include &lt;unistd.h&gt;</span>
<a name="l00016"></a>00016 <span class="preprocessor">#include &lt;string.h&gt;</span>
<a name="l00017"></a>00017 
<a name="l00018"></a>00018 <span class="preprocessor">#include &lt;xcb/xcb.h&gt;</span>
<a name="l00019"></a>00019 
<a name="l00020"></a>00020 <span class="preprocessor">#include &quot;<a class="code" href="a00052.html">util.h</a>&quot;</span>
<a name="l00021"></a>00021 <span class="preprocessor">#include &quot;<a class="code" href="a00036.html">data.h</a>&quot;</span>
<a name="l00022"></a>00022 <span class="preprocessor">#include &quot;<a class="code" href="a00051.html">table.h</a>&quot;</span>
<a name="l00023"></a>00023 <span class="preprocessor">#include &quot;<a class="code" href="a00043.html">layout.h</a>&quot;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &quot;<a class="code" href="a00041.html">i3.h</a>&quot;</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &quot;<a class="code" href="a00048.html">randr.h</a>&quot;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &quot;<a class="code" href="a00032.html">client.h</a>&quot;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &quot;<a class="code" href="a00039.html">floating.h</a>&quot;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &quot;<a class="code" href="a00054.html">xcb.h</a>&quot;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &quot;<a class="code" href="a00034.html">config.h</a>&quot;</span>
<a name="l00030"></a>00030 <span class="preprocessor">#include &quot;<a class="code" href="a00053.html">workspace.h</a>&quot;</span>
<a name="l00031"></a>00031 <span class="preprocessor">#include &quot;<a class="code" href="a00033.html">commands.h</a>&quot;</span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &quot;<a class="code" href="a00049.html">resize.h</a>&quot;</span>
<a name="l00033"></a>00033 <span class="preprocessor">#include &quot;<a class="code" href="a00044.html">log.h</a>&quot;</span>
<a name="l00034"></a>00034 <span class="preprocessor">#include &quot;<a class="code" href="a00050.html">sighandler.h</a>&quot;</span>
<a name="l00035"></a>00035 <span class="preprocessor">#include &quot;<a class="code" href="a00046.html">manage.h</a>&quot;</span>
<a name="l00036"></a>00036 <span class="preprocessor">#include &quot;<a class="code" href="a00042.html">ipc.h</a>&quot;</span>
<a name="l00037"></a>00037 
<a name="l00038"></a><a class="code" href="a00033.html#a66ea1b5aca9851f7dae1d949fc8e8894">00038</a> <span class="keywordtype">bool</span> <a class="code" href="a00061.html#a66ea1b5aca9851f7dae1d949fc8e8894">focus_window_in_container</a>(xcb_connection_t *conn, <a class="code" href="a00013.html" title="A container is either in default, stacking or tabbed mode.">Container</a> *<a class="code" href="a00023.html#ad5f9402c2db288b0762e3a6467257dc8" title="Backpointer to the container this stack window is in.">container</a>, <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a> direction) {
<a name="l00039"></a>00039         <span class="comment">/* If this container is empty, we’re done */</span>
<a name="l00040"></a>00040         <span class="keywordflow">if</span> (container-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a> == NULL)
<a name="l00041"></a>00041                 <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00042"></a>00042 
<a name="l00043"></a>00043         <span class="comment">/* Get the previous/next client or wrap around */</span>
<a name="l00044"></a>00044         <a class="code" href="a00007.html" title="A client is X11-speak for a window.">Client</a> *candidate = NULL;
<a name="l00045"></a>00045         <span class="keywordflow">if</span> (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a>) {
<a name="l00046"></a>00046                 <span class="keywordflow">if</span> ((candidate = <a class="code" href="a00052.html#a36f127da0b693024f8fc7018cecaecab">CIRCLEQ_PREV_OR_NULL</a>(&amp;(container-&gt;clients), container-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a>, clients)) == NULL)
<a name="l00047"></a>00047                         candidate = <a class="code" href="a00047.html#a5e9a63e6896e72acbf0bdbdf45baeb1a">CIRCLEQ_LAST</a>(&amp;(container-&gt;clients));
<a name="l00048"></a>00048         }
<a name="l00049"></a>00049         <span class="keywordflow">else</span> <span class="keywordflow">if</span> (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6baee5b9399d89b358fa6fb0adef67d3a4b">D_DOWN</a>) {
<a name="l00050"></a>00050                 <span class="keywordflow">if</span> ((candidate = <a class="code" href="a00052.html#a637193044fe053d19ac4ca175b00e213">CIRCLEQ_NEXT_OR_NULL</a>(&amp;(container-&gt;clients), container-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a>, clients)) == NULL)
<a name="l00051"></a>00051                         candidate = <a class="code" href="a00047.html#ab6bde704fab7206d75cf540048cea723">CIRCLEQ_FIRST</a>(&amp;(container-&gt;clients));
<a name="l00052"></a>00052         } <span class="keywordflow">else</span> <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;Direction not implemented!\n&quot;</span>);
<a name="l00053"></a>00053 
<a name="l00054"></a>00054         <span class="comment">/* If we could not switch, the container contains exactly one client. We return false */</span>
<a name="l00055"></a>00055         <span class="keywordflow">if</span> (candidate == container-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a>)
<a name="l00056"></a>00056                 <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00057"></a>00057 
<a name="l00058"></a>00058         <span class="comment">/* Set focus */</span>
<a name="l00059"></a>00059         <a class="code" href="a00077.html#a323dcf30475bb3bf165100e74d225b48" title="Sets the given client as focused by updating the data structures correctly, updating...">set_focus</a>(conn, candidate, <span class="keyword">true</span>);
<a name="l00060"></a>00060 
<a name="l00061"></a>00061         <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00062"></a>00062 }
<a name="l00063"></a>00063 
<a name="l00064"></a><a class="code" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9ca6188079fc25a5f7b9d47f8b3c126751e">00064</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> { <a class="code" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9ca6188079fc25a5f7b9d47f8b3c126751e">THING_WINDOW</a>, <a class="code" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9ca09d5840d868a5369e193caf2f2f461ae">THING_CONTAINER</a>, <a class="code" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9ca3a9a379cc9deda100c109719216b37d7">THING_SCREEN</a> } <a class="code" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9c">thing_t</a>;
<a name="l00065"></a>00065 
<a name="l00066"></a><a class="code" href="a00061.html#a92181016c53d6a833bf1842aa2d61a9c">00066</a> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="a00061.html#a92181016c53d6a833bf1842aa2d61a9c">jump_to_mark</a>(xcb_connection_t *conn, <span class="keyword">const</span> <span class="keywordtype">char</span> *mark) {
<a name="l00067"></a>00067         <a class="code" href="a00007.html" title="A client is X11-speak for a window.">Client</a> *current;
<a name="l00068"></a>00068         <a class="code" href="a00044.html#a388edf12256bf73c3a8ee9734c3bd841" title="#__VA_ARGS__ means: leave out __VA_ARGS__ completely if it is empty, that is, delete...">LOG</a>(<span class="stringliteral">&quot;Jumping to \&quot;%s\&quot;\n&quot;</span>, mark);
<a name="l00069"></a>00069 
<a name="l00070"></a>00070         <a class="code" href="a00025.html" title="The concept of Workspaces is known from various other window managers.">Workspace</a> *ws;
<a name="l00071"></a>00071         <a class="code" href="a00047.html#a16e5fc168e7f3494d4b1df54447d871e">TAILQ_FOREACH</a>(ws, <a class="code" href="a00076.html#afb45f3a3a9c66c3e3a5e4d372ae24da7">workspaces</a>, <a class="code" href="a00076.html#afb45f3a3a9c66c3e3a5e4d372ae24da7">workspaces</a>)
<a name="l00072"></a>00072                 <a class="code" href="a00047.html#a05db87878125c27e3060dd641aa3b0f4">SLIST_FOREACH</a>(current, &amp;(ws-&gt;focus_stack), focus_clients) {
<a name="l00073"></a>00073                         <span class="keywordflow">if</span> (current-&gt;<a class="code" href="a00007.html#a08f4887a64c4ea1812e5a27efe641d18" title="Holds the client’s mark, for vim-like jumping.">mark</a> == NULL || strcmp(current-&gt;<a class="code" href="a00007.html#a08f4887a64c4ea1812e5a27efe641d18" title="Holds the client’s mark, for vim-like jumping.">mark</a>, mark) != 0)
<a name="l00074"></a>00074                                 <span class="keywordflow">continue</span>;
<a name="l00075"></a>00075 
<a name="l00076"></a>00076                         <a class="code" href="a00077.html#a323dcf30475bb3bf165100e74d225b48" title="Sets the given client as focused by updating the data structures correctly, updating...">set_focus</a>(conn, current, <span class="keyword">true</span>);
<a name="l00077"></a>00077                         <a class="code" href="a00078.html#a2f31983877c705919ed85c985220855e" title="Switches to the given workspace.">workspace_show</a>(conn, current-&gt;<a class="code" href="a00007.html#ab9573ba898dbd1932f5200be5eb2a990" title="Because dock clients don’t have a container, we have this workspace-backpointer...">workspace</a>-&gt;<a class="code" href="a00025.html#a7dfb9b375b2740db75bb82eb0b2be41d" title="Number of this workspace, starting from 0.">num</a> + 1);
<a name="l00078"></a>00078                         <span class="keywordflow">return</span>;
<a name="l00079"></a>00079                 }
<a name="l00080"></a>00080 
<a name="l00081"></a>00081         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;No window with this mark found\n&quot;</span>);
<a name="l00082"></a>00082 }
<a name="l00083"></a>00083 
<a name="l00084"></a><a class="code" href="a00061.html#a85388c7e3180205d9907b8e4e7363adc">00084</a> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="a00061.html#a85388c7e3180205d9907b8e4e7363adc">focus_thing</a>(xcb_connection_t *conn, <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a> direction, <a class="code" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9c">thing_t</a> thing) {
<a name="l00085"></a>00085         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;focusing direction %d\n&quot;</span>, direction);
<a name="l00086"></a>00086 
<a name="l00087"></a>00087         <span class="keywordtype">int</span> new_row = <a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>,
<a name="l00088"></a>00088             new_col = <a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>;
<a name="l00089"></a>00089         <a class="code" href="a00013.html" title="A container is either in default, stacking or tabbed mode.">Container</a> *<a class="code" href="a00023.html#ad5f9402c2db288b0762e3a6467257dc8" title="Backpointer to the container this stack window is in.">container</a> = <a class="code" href="a00051.html#ac120dc3752e8ac2853ddd65d7737a2fd">CUR_CELL</a>;
<a name="l00090"></a>00090         <a class="code" href="a00025.html" title="The concept of Workspaces is known from various other window managers.">Workspace</a> *t_ws = <a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>;
<a name="l00091"></a>00091 
<a name="l00092"></a>00092         <span class="comment">/* Makes sure new_col and new_row are within bounds of the new workspace */</span>
<a name="l00093"></a>00093 <span class="preprocessor">#define CHECK_COLROW_BOUNDARIES \</span>
<a name="l00094"></a>00094 <span class="preprocessor">        do { \</span>
<a name="l00095"></a>00095 <span class="preprocessor">                if (new_col &gt;= t_ws-&gt;cols) \</span>
<a name="l00096"></a>00096 <span class="preprocessor">                        new_col = (t_ws-&gt;cols - 1); \</span>
<a name="l00097"></a>00097 <span class="preprocessor">                if (new_row &gt;= t_ws-&gt;rows) \</span>
<a name="l00098"></a>00098 <span class="preprocessor">                        new_row = (t_ws-&gt;rows - 1); \</span>
<a name="l00099"></a>00099 <span class="preprocessor">        } while (0)</span>
<a name="l00100"></a>00100 <span class="preprocessor"></span>
<a name="l00101"></a>00101         <span class="comment">/* There always is a container. If not, current_col or current_row is wrong */</span>
<a name="l00102"></a>00102         assert(container != NULL);
<a name="l00103"></a>00103 
<a name="l00104"></a>00104         <span class="keywordflow">if</span> (container-&gt;<a class="code" href="a00013.html#a98ed501e1088ccf2e7c75399ab7e6031">workspace</a>-&gt;<a class="code" href="a00025.html#a918ace3a3d2f03c58ec8fa05ac97275e" title="the client who is started in fullscreen mode on this workspace, NULL if there is...">fullscreen_client</a> != NULL) {
<a name="l00105"></a>00105                 <a class="code" href="a00044.html#a388edf12256bf73c3a8ee9734c3bd841" title="#__VA_ARGS__ means: leave out __VA_ARGS__ completely if it is empty, that is, delete...">LOG</a>(<span class="stringliteral">&quot;You&#39;re in fullscreen mode. Forcing focus to operate on whole screens\n&quot;</span>);
<a name="l00106"></a>00106                 thing = <a class="code" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9ca3a9a379cc9deda100c109719216b37d7">THING_SCREEN</a>;
<a name="l00107"></a>00107         }
<a name="l00108"></a>00108 
<a name="l00109"></a>00109         <span class="comment">/* For focusing screens, situation is different: we get the rect</span>
<a name="l00110"></a>00110 <span class="comment">         * of the current screen, then get the screen which is on its</span>
<a name="l00111"></a>00111 <span class="comment">         * right/left/bottom/top and just switch to the workspace on</span>
<a name="l00112"></a>00112 <span class="comment">         * the target screen. */</span>
<a name="l00113"></a>00113         <span class="keywordflow">if</span> (thing == <a class="code" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9ca3a9a379cc9deda100c109719216b37d7">THING_SCREEN</a>) {
<a name="l00114"></a>00114                 <a class="code" href="a00026.html" title="An Output is a physical output on your graphics driver.">Output</a> *cs = <a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;<a class="code" href="a00025.html#aeee203e013dae84555d28f8247a7e375" title="Backpointer to the output this workspace is on.">output</a>;
<a name="l00115"></a>00115                 assert(cs != NULL);
<a name="l00116"></a>00116                 <a class="code" href="a00020.html" title="Stores a rectangle, for example the size of a window, the child window etc.">Rect</a> bounds = cs-&gt;<a class="code" href="a00026.html#aedbb714bf5d5ef9a28b5ff048321ed99" title="x, y, width, height">rect</a>;
<a name="l00117"></a>00117 
<a name="l00118"></a>00118                 <span class="keywordflow">if</span> (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6ba07fb0d616c46d4120eb541871fbdfd2d">D_RIGHT</a>)
<a name="l00119"></a>00119                         bounds.<a class="code" href="a00020.html#a6f5ab43ec9da45a9c3ddbc45d9aa3bbc">x</a> += bounds.<a class="code" href="a00020.html#adb31dc42e48628c3e513c60296779ef8">width</a>;
<a name="l00120"></a>00120                 <span class="keywordflow">else</span> <span class="keywordflow">if</span> (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6babbac3b12101a9c0c07dbdfcd6bbb212c">D_LEFT</a>)
<a name="l00121"></a>00121                         bounds.<a class="code" href="a00020.html#a6f5ab43ec9da45a9c3ddbc45d9aa3bbc">x</a> -= bounds.<a class="code" href="a00020.html#adb31dc42e48628c3e513c60296779ef8">width</a>;
<a name="l00122"></a>00122                 <span class="keywordflow">else</span> <span class="keywordflow">if</span> (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a>)
<a name="l00123"></a>00123                         bounds.<a class="code" href="a00020.html#ac77eddc4cc31fe7881da4a23cdca0ea5">y</a> -= bounds.<a class="code" href="a00020.html#a0a074c07d144c9647e3eb60ef54f88c3">height</a>;
<a name="l00124"></a>00124                 <span class="keywordflow">else</span> bounds.<a class="code" href="a00020.html#ac77eddc4cc31fe7881da4a23cdca0ea5">y</a> += bounds.<a class="code" href="a00020.html#a0a074c07d144c9647e3eb60ef54f88c3">height</a>;
<a name="l00125"></a>00125 
<a name="l00126"></a>00126                 <a class="code" href="a00026.html" title="An Output is a physical output on your graphics driver.">Output</a> *target = <a class="code" href="a00073.html#abb7e75366265212195afd09ab85235f6" title="Returns the active (!) output which contains the coordinates x, y or NULL if there...">get_output_containing</a>(bounds.<a class="code" href="a00020.html#a6f5ab43ec9da45a9c3ddbc45d9aa3bbc">x</a>, bounds.<a class="code" href="a00020.html#ac77eddc4cc31fe7881da4a23cdca0ea5">y</a>);
<a name="l00127"></a>00127                 <span class="keywordflow">if</span> (target == NULL) {
<a name="l00128"></a>00128                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Target output NULL\n&quot;</span>);
<a name="l00129"></a>00129                         <span class="comment">/* Wrap around if the target screen is out of bounds */</span>
<a name="l00130"></a>00130                         <span class="keywordflow">if</span> (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6ba07fb0d616c46d4120eb541871fbdfd2d">D_RIGHT</a>)
<a name="l00131"></a>00131                                 target = <a class="code" href="a00073.html#ab437b557cdb16bda702e52c99efcfe4a" title="Gets the output which is the last one in the given direction, for example the output...">get_output_most</a>(<a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6babbac3b12101a9c0c07dbdfcd6bbb212c">D_LEFT</a>, cs);
<a name="l00132"></a>00132                         <span class="keywordflow">else</span> <span class="keywordflow">if</span> (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6babbac3b12101a9c0c07dbdfcd6bbb212c">D_LEFT</a>)
<a name="l00133"></a>00133                                 target = <a class="code" href="a00073.html#ab437b557cdb16bda702e52c99efcfe4a" title="Gets the output which is the last one in the given direction, for example the output...">get_output_most</a>(<a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6ba07fb0d616c46d4120eb541871fbdfd2d">D_RIGHT</a>, cs);
<a name="l00134"></a>00134                         <span class="keywordflow">else</span> <span class="keywordflow">if</span> (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a>)
<a name="l00135"></a>00135                                 target = <a class="code" href="a00073.html#ab437b557cdb16bda702e52c99efcfe4a" title="Gets the output which is the last one in the given direction, for example the output...">get_output_most</a>(<a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6baee5b9399d89b358fa6fb0adef67d3a4b">D_DOWN</a>, cs);
<a name="l00136"></a>00136                         <span class="keywordflow">else</span> target = <a class="code" href="a00073.html#ab437b557cdb16bda702e52c99efcfe4a" title="Gets the output which is the last one in the given direction, for example the output...">get_output_most</a>(<a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a>, cs);
<a name="l00137"></a>00137                 }
<a name="l00138"></a>00138 
<a name="l00139"></a>00139                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Switching to ws %d\n&quot;</span>, target-&gt;<a class="code" href="a00026.html#a9bcf702b65d8f47f98eafbefff529ffe" title="Current workspace selected on this virtual screen.">current_workspace</a> + 1);
<a name="l00140"></a>00140                 <a class="code" href="a00078.html#a2f31983877c705919ed85c985220855e" title="Switches to the given workspace.">workspace_show</a>(conn, target-&gt;<a class="code" href="a00026.html#a9bcf702b65d8f47f98eafbefff529ffe" title="Current workspace selected on this virtual screen.">current_workspace</a>-&gt;<a class="code" href="a00025.html#a7dfb9b375b2740db75bb82eb0b2be41d" title="Number of this workspace, starting from 0.">num</a> + 1);
<a name="l00141"></a>00141                 <span class="keywordflow">return</span>;
<a name="l00142"></a>00142         }
<a name="l00143"></a>00143 
<a name="l00144"></a>00144         <span class="comment">/* TODO: for horizontal default layout, this has to be expanded to LEFT/RIGHT */</span>
<a name="l00145"></a>00145         <span class="keywordflow">if</span> (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a> || direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6baee5b9399d89b358fa6fb0adef67d3a4b">D_DOWN</a>) {
<a name="l00146"></a>00146                 <span class="keywordflow">if</span> (thing == <a class="code" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9ca6188079fc25a5f7b9d47f8b3c126751e">THING_WINDOW</a>)
<a name="l00147"></a>00147                         <span class="comment">/* Let’s see if we can perform up/down focus in the current container */</span>
<a name="l00148"></a>00148                         <span class="keywordflow">if</span> (<a class="code" href="a00061.html#a66ea1b5aca9851f7dae1d949fc8e8894">focus_window_in_container</a>(conn, container, direction))
<a name="l00149"></a>00149                                 <span class="keywordflow">return</span>;
<a name="l00150"></a>00150 
<a name="l00151"></a>00151                 <span class="keywordflow">if</span> (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6baee5b9399d89b358fa6fb0adef67d3a4b">D_DOWN</a> &amp;&amp; <a class="code" href="a00076.html#a35612ca2e7ae4fc1fe4e396957215065" title="Performs simple bounds checking for the given column/row.">cell_exists</a>(t_ws, <a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>, <a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>+1))
<a name="l00152"></a>00152                         new_row = <a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a> + t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>][<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>]-&gt;<a class="code" href="a00013.html#ac87ec920de798c8f06a131af45af1fa6">rowspan</a>;
<a name="l00153"></a>00153                 <span class="keywordflow">else</span> <span class="keywordflow">if</span> (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a> &amp;&amp; <a class="code" href="a00076.html#a35612ca2e7ae4fc1fe4e396957215065" title="Performs simple bounds checking for the given column/row.">cell_exists</a>(<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>, <a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>, <a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>-1)) {
<a name="l00154"></a>00154                         <span class="comment">/* Set new_row as a sane default, but it may get overwritten in a second */</span>
<a name="l00155"></a>00155                         new_row--;
<a name="l00156"></a>00156 
<a name="l00157"></a>00157                         <span class="comment">/* Search from the top to correctly handle rowspanned containers */</span>
<a name="l00158"></a>00158                         <span class="keywordflow">for</span> (<span class="keywordtype">int</span> rows = 0; rows &lt; <a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>; rows += t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>][rows]-&gt;<a class="code" href="a00013.html#ac87ec920de798c8f06a131af45af1fa6">rowspan</a>) {
<a name="l00159"></a>00159                                 <span class="keywordflow">if</span> (new_row &gt; (rows + (t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>][rows]-&gt;<a class="code" href="a00013.html#ac87ec920de798c8f06a131af45af1fa6">rowspan</a> - 1)))
<a name="l00160"></a>00160                                         <span class="keywordflow">continue</span>;
<a name="l00161"></a>00161 
<a name="l00162"></a>00162                                 new_row = rows;
<a name="l00163"></a>00163                                 <span class="keywordflow">break</span>;
<a name="l00164"></a>00164                         }
<a name="l00165"></a>00165                 } <span class="keywordflow">else</span> {
<a name="l00166"></a>00166                         <span class="comment">/* Let’s see if there is a screen down/up there to which we can switch */</span>
<a name="l00167"></a>00167                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;container is at %d with height %d\n&quot;</span>, container-&gt;<a class="code" href="a00013.html#a31cfaffc96b7c938a239bd40c1488230">y</a>, container-&gt;<a class="code" href="a00013.html#a62e576209b30aeaf8c2fd0121b4f705c">height</a>);
<a name="l00168"></a>00168                         <a class="code" href="a00026.html" title="An Output is a physical output on your graphics driver.">Output</a> *output;
<a name="l00169"></a>00169                         <span class="keywordtype">int</span> destination_y = (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a> ? (container-&gt;<a class="code" href="a00013.html#a31cfaffc96b7c938a239bd40c1488230">y</a> - 1) : (container-&gt;<a class="code" href="a00013.html#a31cfaffc96b7c938a239bd40c1488230">y</a> + container-&gt;<a class="code" href="a00013.html#a62e576209b30aeaf8c2fd0121b4f705c">height</a> + 1));
<a name="l00170"></a>00170                         <span class="keywordflow">if</span> ((output = <a class="code" href="a00073.html#abb7e75366265212195afd09ab85235f6" title="Returns the active (!) output which contains the coordinates x, y or NULL if there...">get_output_containing</a>(container-&gt;<a class="code" href="a00013.html#a4829135d344139fb1c9e25ae5cdf5747">x</a>, destination_y)) == NULL) {
<a name="l00171"></a>00171                                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Wrapping screen around vertically\n&quot;</span>);
<a name="l00172"></a>00172                                 <span class="comment">/* No screen found? Then wrap */</span>
<a name="l00173"></a>00173                                 output = <a class="code" href="a00073.html#ab437b557cdb16bda702e52c99efcfe4a" title="Gets the output which is the last one in the given direction, for example the output...">get_output_most</a>((direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a> ? <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6baee5b9399d89b358fa6fb0adef67d3a4b">D_DOWN</a> : <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a>), container-&gt;<a class="code" href="a00013.html#a98ed501e1088ccf2e7c75399ab7e6031">workspace</a>-&gt;<a class="code" href="a00025.html#aeee203e013dae84555d28f8247a7e375" title="Backpointer to the output this workspace is on.">output</a>);
<a name="l00174"></a>00174                         }
<a name="l00175"></a>00175                         t_ws = output-&gt;<a class="code" href="a00026.html#a9bcf702b65d8f47f98eafbefff529ffe" title="Current workspace selected on this virtual screen.">current_workspace</a>;
<a name="l00176"></a>00176                         new_row = (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a> ? (t_ws-&gt;<a class="code" href="a00025.html#ae4fee0126eb1ae8484bf7281709c3fdb" title="table dimensions">rows</a> - 1) : 0);
<a name="l00177"></a>00177                 }
<a name="l00178"></a>00178 
<a name="l00179"></a>00179                 <a class="code" href="a00061.html#ae13ab21dfe0867642defc8bf9f5a8b4a">CHECK_COLROW_BOUNDARIES</a>;
<a name="l00180"></a>00180 
<a name="l00181"></a>00181                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;new_col = %d, new_row = %d\n&quot;</span>, new_col, new_row);
<a name="l00182"></a>00182                 <span class="keywordflow">if</span> (t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[new_col][new_row]-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a> == NULL) {
<a name="l00183"></a>00183                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Cell empty, checking for colspanned client above...\n&quot;</span>);
<a name="l00184"></a>00184                         <span class="keywordflow">for</span> (<span class="keywordtype">int</span> cols = 0; cols &lt; new_col; cols += t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[cols][new_row]-&gt;<a class="code" href="a00013.html#abb706ed35dd8c6303633d4c45c97d855">colspan</a>) {
<a name="l00185"></a>00185                                 <span class="keywordflow">if</span> (new_col &gt; (cols + (t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[cols][new_row]-&gt;<a class="code" href="a00013.html#abb706ed35dd8c6303633d4c45c97d855">colspan</a> - 1)))
<a name="l00186"></a>00186                                         <span class="keywordflow">continue</span>;
<a name="l00187"></a>00187 
<a name="l00188"></a>00188                                 new_col = cols;
<a name="l00189"></a>00189                                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Fixed it to new col %d\n&quot;</span>, new_col);
<a name="l00190"></a>00190                                 <span class="keywordflow">break</span>;
<a name="l00191"></a>00191                         }
<a name="l00192"></a>00192                 }
<a name="l00193"></a>00193 
<a name="l00194"></a>00194                 <span class="keywordflow">if</span> (t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[new_col][new_row]-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a> == NULL) {
<a name="l00195"></a>00195                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Cell still empty, checking for full cols above spanned width...\n&quot;</span>);
<a name="l00196"></a>00196                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;new_col = %d\n&quot;</span>, new_col);
<a name="l00197"></a>00197                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;colspan = %d\n&quot;</span>, container-&gt;<a class="code" href="a00013.html#abb706ed35dd8c6303633d4c45c97d855">colspan</a>);
<a name="l00198"></a>00198                         <span class="keywordflow">for</span> (<span class="keywordtype">int</span> cols = new_col;
<a name="l00199"></a>00199                              cols &lt; container-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a> + container-&gt;<a class="code" href="a00013.html#abb706ed35dd8c6303633d4c45c97d855">colspan</a>;
<a name="l00200"></a>00200                              cols += t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[cols][new_row]-&gt;<a class="code" href="a00013.html#abb706ed35dd8c6303633d4c45c97d855">colspan</a>) {
<a name="l00201"></a>00201                                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;candidate: new_row = %d, cols = %d\n&quot;</span>, new_row, cols);
<a name="l00202"></a>00202                                 <span class="keywordflow">if</span> (t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[cols][new_row]-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a> == NULL)
<a name="l00203"></a>00203                                         <span class="keywordflow">continue</span>;
<a name="l00204"></a>00204 
<a name="l00205"></a>00205                                 new_col = cols;
<a name="l00206"></a>00206                                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Fixed it to new col %d\n&quot;</span>, new_col);
<a name="l00207"></a>00207                                 <span class="keywordflow">break</span>;
<a name="l00208"></a>00208                         }
<a name="l00209"></a>00209                 }
<a name="l00210"></a>00210         } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6babbac3b12101a9c0c07dbdfcd6bbb212c">D_LEFT</a> || direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6ba07fb0d616c46d4120eb541871fbdfd2d">D_RIGHT</a>) {
<a name="l00211"></a>00211                 <span class="keywordflow">if</span> (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6ba07fb0d616c46d4120eb541871fbdfd2d">D_RIGHT</a> &amp;&amp; <a class="code" href="a00076.html#a35612ca2e7ae4fc1fe4e396957215065" title="Performs simple bounds checking for the given column/row.">cell_exists</a>(t_ws, <a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>+1, <a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>))
<a name="l00212"></a>00212                         new_col = <a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a> + t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>][<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>]-&gt;<a class="code" href="a00013.html#abb706ed35dd8c6303633d4c45c97d855">colspan</a>;
<a name="l00213"></a>00213                 <span class="keywordflow">else</span> <span class="keywordflow">if</span> (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6babbac3b12101a9c0c07dbdfcd6bbb212c">D_LEFT</a> &amp;&amp; <a class="code" href="a00076.html#a35612ca2e7ae4fc1fe4e396957215065" title="Performs simple bounds checking for the given column/row.">cell_exists</a>(t_ws, <a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>-1, <a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>)) {
<a name="l00214"></a>00214                         <span class="comment">/* Set new_col as a sane default, but it may get overwritten in a second */</span>
<a name="l00215"></a>00215                         new_col--;
<a name="l00216"></a>00216 
<a name="l00217"></a>00217                         <span class="comment">/* Search from the left to correctly handle colspanned containers */</span>
<a name="l00218"></a>00218                         <span class="keywordflow">for</span> (<span class="keywordtype">int</span> cols = 0; cols &lt; <a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>; cols += t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[cols][<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>]-&gt;<a class="code" href="a00013.html#abb706ed35dd8c6303633d4c45c97d855">colspan</a>) {
<a name="l00219"></a>00219                                 <span class="keywordflow">if</span> (new_col &gt; (cols + (t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[cols][<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>]-&gt;<a class="code" href="a00013.html#abb706ed35dd8c6303633d4c45c97d855">colspan</a> - 1)))
<a name="l00220"></a>00220                                         <span class="keywordflow">continue</span>;
<a name="l00221"></a>00221 
<a name="l00222"></a>00222                                 new_col = cols;
<a name="l00223"></a>00223                                 <span class="keywordflow">break</span>;
<a name="l00224"></a>00224                         }
<a name="l00225"></a>00225                 } <span class="keywordflow">else</span> {
<a name="l00226"></a>00226                         <span class="comment">/* Let’s see if there is a screen left/right here to which we can switch */</span>
<a name="l00227"></a>00227                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;container is at %d with width %d\n&quot;</span>, container-&gt;<a class="code" href="a00013.html#a4829135d344139fb1c9e25ae5cdf5747">x</a>, container-&gt;<a class="code" href="a00013.html#af9b566fc3a8a208897503254747ae720">width</a>);
<a name="l00228"></a>00228                         <a class="code" href="a00026.html" title="An Output is a physical output on your graphics driver.">Output</a> *output;
<a name="l00229"></a>00229                         <span class="keywordtype">int</span> destination_x = (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6babbac3b12101a9c0c07dbdfcd6bbb212c">D_LEFT</a> ? (container-&gt;<a class="code" href="a00013.html#a4829135d344139fb1c9e25ae5cdf5747">x</a> - 1) : (container-&gt;<a class="code" href="a00013.html#a4829135d344139fb1c9e25ae5cdf5747">x</a> + container-&gt;<a class="code" href="a00013.html#af9b566fc3a8a208897503254747ae720">width</a> + 1));
<a name="l00230"></a>00230                         <span class="keywordflow">if</span> ((output = <a class="code" href="a00073.html#abb7e75366265212195afd09ab85235f6" title="Returns the active (!) output which contains the coordinates x, y or NULL if there...">get_output_containing</a>(destination_x, container-&gt;<a class="code" href="a00013.html#a31cfaffc96b7c938a239bd40c1488230">y</a>)) == NULL) {
<a name="l00231"></a>00231                                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Wrapping screen around horizontally\n&quot;</span>);
<a name="l00232"></a>00232                                 output = <a class="code" href="a00073.html#ab437b557cdb16bda702e52c99efcfe4a" title="Gets the output which is the last one in the given direction, for example the output...">get_output_most</a>((direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6babbac3b12101a9c0c07dbdfcd6bbb212c">D_LEFT</a> ? <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6ba07fb0d616c46d4120eb541871fbdfd2d">D_RIGHT</a> : <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6babbac3b12101a9c0c07dbdfcd6bbb212c">D_LEFT</a>), container-&gt;<a class="code" href="a00013.html#a98ed501e1088ccf2e7c75399ab7e6031">workspace</a>-&gt;<a class="code" href="a00025.html#aeee203e013dae84555d28f8247a7e375" title="Backpointer to the output this workspace is on.">output</a>);
<a name="l00233"></a>00233                         }
<a name="l00234"></a>00234                         t_ws = output-&gt;<a class="code" href="a00026.html#a9bcf702b65d8f47f98eafbefff529ffe" title="Current workspace selected on this virtual screen.">current_workspace</a>;
<a name="l00235"></a>00235                         new_col = (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6babbac3b12101a9c0c07dbdfcd6bbb212c">D_LEFT</a> ? (t_ws-&gt;<a class="code" href="a00025.html#a1d295f430fa92fc0b91c7f85a4b499b2" title="table dimensions">cols</a> - 1) : 0);
<a name="l00236"></a>00236                 }
<a name="l00237"></a>00237 
<a name="l00238"></a>00238                 <a class="code" href="a00061.html#ae13ab21dfe0867642defc8bf9f5a8b4a">CHECK_COLROW_BOUNDARIES</a>;
<a name="l00239"></a>00239 
<a name="l00240"></a>00240                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;new_col = %d, new_row = %d\n&quot;</span>, new_col, new_row);
<a name="l00241"></a>00241                 <span class="keywordflow">if</span> (t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[new_col][new_row]-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a> == NULL) {
<a name="l00242"></a>00242                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Cell empty, checking for rowspanned client above...\n&quot;</span>);
<a name="l00243"></a>00243                         <span class="keywordflow">for</span> (<span class="keywordtype">int</span> rows = 0; rows &lt; new_row; rows += t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[new_col][rows]-&gt;<a class="code" href="a00013.html#ac87ec920de798c8f06a131af45af1fa6">rowspan</a>) {
<a name="l00244"></a>00244                                 <span class="keywordflow">if</span> (new_row &gt; (rows + (t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[new_col][rows]-&gt;<a class="code" href="a00013.html#ac87ec920de798c8f06a131af45af1fa6">rowspan</a> - 1)))
<a name="l00245"></a>00245                                         <span class="keywordflow">continue</span>;
<a name="l00246"></a>00246 
<a name="l00247"></a>00247                                 new_row = rows;
<a name="l00248"></a>00248                                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Fixed it to new row %d\n&quot;</span>, new_row);
<a name="l00249"></a>00249                                 <span class="keywordflow">break</span>;
<a name="l00250"></a>00250                         }
<a name="l00251"></a>00251                 }
<a name="l00252"></a>00252 
<a name="l00253"></a>00253                 <span class="keywordflow">if</span> (t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[new_col][new_row]-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a> == NULL) {
<a name="l00254"></a>00254                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Cell still empty, checking for full cols near full spanned height...\n&quot;</span>);
<a name="l00255"></a>00255                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;new_row = %d\n&quot;</span>, new_row);
<a name="l00256"></a>00256                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;rowspan = %d\n&quot;</span>, container-&gt;<a class="code" href="a00013.html#ac87ec920de798c8f06a131af45af1fa6">rowspan</a>);
<a name="l00257"></a>00257                         <span class="keywordflow">for</span> (<span class="keywordtype">int</span> rows = new_row;
<a name="l00258"></a>00258                              rows &lt; container-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a> + container-&gt;<a class="code" href="a00013.html#ac87ec920de798c8f06a131af45af1fa6">rowspan</a>;
<a name="l00259"></a>00259                              rows += t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[new_col][rows]-&gt;<a class="code" href="a00013.html#ac87ec920de798c8f06a131af45af1fa6">rowspan</a>) {
<a name="l00260"></a>00260                                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;candidate: new_col = %d, rows = %d\n&quot;</span>, new_col, rows);
<a name="l00261"></a>00261                                 <span class="keywordflow">if</span> (t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[new_col][rows]-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a> == NULL)
<a name="l00262"></a>00262                                         <span class="keywordflow">continue</span>;
<a name="l00263"></a>00263 
<a name="l00264"></a>00264                                 new_row = rows;
<a name="l00265"></a>00265                                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Fixed it to new col %d\n&quot;</span>, new_row);
<a name="l00266"></a>00266                                 <span class="keywordflow">break</span>;
<a name="l00267"></a>00267                         }
<a name="l00268"></a>00268                 }
<a name="l00269"></a>00269 
<a name="l00270"></a>00270         } <span class="keywordflow">else</span> {
<a name="l00271"></a>00271                 <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;direction unhandled\n&quot;</span>);
<a name="l00272"></a>00272                 <span class="keywordflow">return</span>;
<a name="l00273"></a>00273         }
<a name="l00274"></a>00274 
<a name="l00275"></a>00275         <a class="code" href="a00061.html#ae13ab21dfe0867642defc8bf9f5a8b4a">CHECK_COLROW_BOUNDARIES</a>;
<a name="l00276"></a>00276 
<a name="l00277"></a>00277         <span class="keywordflow">if</span> (t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[new_col][new_row]-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a> != NULL)
<a name="l00278"></a>00278                 <a class="code" href="a00077.html#a323dcf30475bb3bf165100e74d225b48" title="Sets the given client as focused by updating the data structures correctly, updating...">set_focus</a>(conn, t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[new_col][new_row]-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a>, <span class="keyword">true</span>);
<a name="l00279"></a>00279 }
<a name="l00280"></a>00280 
<a name="l00281"></a>00281 <span class="comment">/*</span>
<a name="l00282"></a>00282 <span class="comment"> * Tries to move the window inside its current container.</span>
<a name="l00283"></a>00283 <span class="comment"> *</span>
<a name="l00284"></a>00284 <span class="comment"> * Returns true if the window could be moved, false otherwise.</span>
<a name="l00285"></a>00285 <span class="comment"> *</span>
<a name="l00286"></a>00286 <span class="comment"> */</span>
<a name="l00287"></a><a class="code" href="a00061.html#a5541f3fea0f73501a39ea5ff557078cc">00287</a> <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="a00061.html#a5541f3fea0f73501a39ea5ff557078cc">move_current_window_in_container</a>(xcb_connection_t *conn, <a class="code" href="a00007.html" title="A client is X11-speak for a window.">Client</a> *client,
<a name="l00288"></a>00288                 <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a> direction) {
<a name="l00289"></a>00289         assert(client-&gt;<a class="code" href="a00007.html#a022927d41b4140a623f72fa360c46a17" title="Backpointer.">container</a> != NULL);
<a name="l00290"></a>00290 
<a name="l00291"></a>00291         <a class="code" href="a00007.html" title="A client is X11-speak for a window.">Client</a> *other = (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a> ? <a class="code" href="a00047.html#ae15b6cb06907211e1e5c621fdf0f4030">CIRCLEQ_PREV</a>(client, clients) :
<a name="l00292"></a>00292                                              <a class="code" href="a00047.html#a7d1437823e61cb4941eee6a05705f567">CIRCLEQ_NEXT</a>(client, clients));
<a name="l00293"></a>00293 
<a name="l00294"></a>00294         <span class="keywordflow">if</span> (other == <a class="code" href="a00047.html#ad5e0f98453ebaf5e7435b3cd393b8e36">CIRCLEQ_END</a>(&amp;(client-&gt;<a class="code" href="a00007.html#a022927d41b4140a623f72fa360c46a17" title="Backpointer.">container</a>-&gt;clients)))
<a name="l00295"></a>00295                 <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00296"></a>00296 
<a name="l00297"></a>00297         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;i can do that\n&quot;</span>);
<a name="l00298"></a>00298         <span class="comment">/* We can move the client inside its current container */</span>
<a name="l00299"></a>00299         <a class="code" href="a00047.html#ae1b066e803ee2f2a3ead6e4c632b7e49">CIRCLEQ_REMOVE</a>(&amp;(client-&gt;<a class="code" href="a00007.html#a022927d41b4140a623f72fa360c46a17" title="Backpointer.">container</a>-&gt;clients), client, clients);
<a name="l00300"></a>00300         <span class="keywordflow">if</span> (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a>)
<a name="l00301"></a>00301                 <a class="code" href="a00047.html#af5cda165eacfbfe150e86c12baa96089">CIRCLEQ_INSERT_BEFORE</a>(&amp;(client-&gt;<a class="code" href="a00007.html#a022927d41b4140a623f72fa360c46a17" title="Backpointer.">container</a>-&gt;clients), other, client, clients);
<a name="l00302"></a>00302         <span class="keywordflow">else</span> <a class="code" href="a00047.html#a108b36ff00cbf59efbbf185baac770b4">CIRCLEQ_INSERT_AFTER</a>(&amp;(client-&gt;<a class="code" href="a00007.html#a022927d41b4140a623f72fa360c46a17" title="Backpointer.">container</a>-&gt;clients), other, client, clients);
<a name="l00303"></a>00303         <a class="code" href="a00069.html#a47ffef7db851301198762179187ac997" title="Renders the whole layout, that is: Go through each screen, each workspace, each container...">render_layout</a>(conn);
<a name="l00304"></a>00304         <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00305"></a>00305 }
<a name="l00306"></a>00306 
<a name="l00307"></a>00307 <span class="comment">/*</span>
<a name="l00308"></a>00308 <span class="comment"> * Moves the current window or whole container to the given direction, creating a column/row if</span>
<a name="l00309"></a>00309 <span class="comment"> * necessary.</span>
<a name="l00310"></a>00310 <span class="comment"> *</span>
<a name="l00311"></a>00311 <span class="comment"> */</span>
<a name="l00312"></a><a class="code" href="a00061.html#a2a73207ebf36d2a239ac40ad20e88105">00312</a> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="a00061.html#a2a73207ebf36d2a239ac40ad20e88105">move_current_window</a>(xcb_connection_t *conn, <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a> direction) {
<a name="l00313"></a>00313         <a class="code" href="a00044.html#a388edf12256bf73c3a8ee9734c3bd841" title="#__VA_ARGS__ means: leave out __VA_ARGS__ completely if it is empty, that is, delete...">LOG</a>(<span class="stringliteral">&quot;moving window to direction %s\n&quot;</span>, (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a> ? <span class="stringliteral">&quot;up&quot;</span> : (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6baee5b9399d89b358fa6fb0adef67d3a4b">D_DOWN</a> ? <span class="stringliteral">&quot;down&quot;</span> :
<a name="l00314"></a>00314                                             (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6babbac3b12101a9c0c07dbdfcd6bbb212c">D_LEFT</a> ? <span class="stringliteral">&quot;left&quot;</span> : <span class="stringliteral">&quot;right&quot;</span>))));
<a name="l00315"></a>00315         <span class="comment">/* Get current window */</span>
<a name="l00316"></a>00316         <a class="code" href="a00013.html" title="A container is either in default, stacking or tabbed mode.">Container</a> *<a class="code" href="a00023.html#ad5f9402c2db288b0762e3a6467257dc8" title="Backpointer to the container this stack window is in.">container</a> = <a class="code" href="a00051.html#ac120dc3752e8ac2853ddd65d7737a2fd">CUR_CELL</a>,
<a name="l00317"></a>00317                   *<span class="keyword">new</span> = NULL;
<a name="l00318"></a>00318 
<a name="l00319"></a>00319         <span class="comment">/* There has to be a container, see focus_window() */</span>
<a name="l00320"></a>00320         assert(container != NULL);
<a name="l00321"></a>00321 
<a name="l00322"></a>00322         <span class="comment">/* If there is no window or the dock window is focused, we’re done */</span>
<a name="l00323"></a>00323         <span class="keywordflow">if</span> (container-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a> == NULL ||
<a name="l00324"></a>00324             container-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a>-&gt;<a class="code" href="a00007.html#a994b0c5a9eb35e42f04a0b845a3166ef" title="If a client is set as a dock, it is placed at the very bottom of the screen and its...">dock</a>)
<a name="l00325"></a>00325                 <span class="keywordflow">return</span>;
<a name="l00326"></a>00326 
<a name="l00327"></a>00327         <span class="comment">/* As soon as the client is moved away, the last focused client in the old</span>
<a name="l00328"></a>00328 <span class="comment">         * container needs to get focus, if any. Therefore, we save it here. */</span>
<a name="l00329"></a>00329         <a class="code" href="a00007.html" title="A client is X11-speak for a window.">Client</a> *current_client = container-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a>;
<a name="l00330"></a>00330         <a class="code" href="a00007.html" title="A client is X11-speak for a window.">Client</a> *to_focus = <a class="code" href="a00077.html#ad5a21e1f5f7065c1997717c13559907a" title="Returns the client which comes next in focus stack (= was selected before) for the...">get_last_focused_client</a>(conn, container, current_client);
<a name="l00331"></a>00331 
<a name="l00332"></a>00332         <span class="keywordflow">if</span> (to_focus == NULL) {
<a name="l00333"></a>00333                 to_focus = <a class="code" href="a00052.html#a637193044fe053d19ac4ca175b00e213">CIRCLEQ_NEXT_OR_NULL</a>(&amp;(container-&gt;clients), current_client, clients);
<a name="l00334"></a>00334                 <span class="keywordflow">if</span> (to_focus == NULL)
<a name="l00335"></a>00335                         to_focus = <a class="code" href="a00052.html#a36f127da0b693024f8fc7018cecaecab">CIRCLEQ_PREV_OR_NULL</a>(&amp;(container-&gt;clients), current_client, clients);
<a name="l00336"></a>00336         }
<a name="l00337"></a>00337 
<a name="l00338"></a>00338         <span class="keywordflow">switch</span> (direction) {
<a name="l00339"></a>00339                 <span class="keywordflow">case</span> <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6babbac3b12101a9c0c07dbdfcd6bbb212c">D_LEFT</a>:
<a name="l00340"></a>00340                         <span class="comment">/* If we’re at the left-most position, move the rest of the table right */</span>
<a name="l00341"></a>00341                         <span class="keywordflow">if</span> (<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a> == 0) {
<a name="l00342"></a>00342                                 <a class="code" href="a00076.html#a64137c62f1c21a49d0f2f2a7a48b50a8" title="Inserts one column at the table’s head.">expand_table_cols_at_head</a>(<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>);
<a name="l00343"></a>00343                                 <span class="keyword">new</span> = <a class="code" href="a00051.html#ac120dc3752e8ac2853ddd65d7737a2fd">CUR_CELL</a>;
<a name="l00344"></a>00344                         } <span class="keywordflow">else</span>
<a name="l00345"></a>00345                                 <span class="keyword">new</span> = <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[--<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>][<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>];
<a name="l00346"></a>00346                         <span class="keywordflow">break</span>;
<a name="l00347"></a>00347                 <span class="keywordflow">case</span> <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6ba07fb0d616c46d4120eb541871fbdfd2d">D_RIGHT</a>:
<a name="l00348"></a>00348                         <span class="keywordflow">if</span> (<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a> == (<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;<a class="code" href="a00025.html#a1d295f430fa92fc0b91c7f85a4b499b2" title="table dimensions">cols</a>-1))
<a name="l00349"></a>00349                                 <a class="code" href="a00076.html#ac58314a435fd187ce2ed416b9dc8019f" title="Add one column to the table.">expand_table_cols</a>(<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>);
<a name="l00350"></a>00350 
<a name="l00351"></a>00351                         <span class="keyword">new</span> = <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[++<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>][<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>];
<a name="l00352"></a>00352                         <span class="keywordflow">break</span>;
<a name="l00353"></a>00353                 <span class="keywordflow">case</span> <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a>:
<a name="l00354"></a>00354                         <span class="keywordflow">if</span> (<a class="code" href="a00061.html#a5541f3fea0f73501a39ea5ff557078cc">move_current_window_in_container</a>(conn, current_client, <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a>))
<a name="l00355"></a>00355                                 <span class="keywordflow">return</span>;
<a name="l00356"></a>00356 
<a name="l00357"></a>00357                         <span class="comment">/* if we’re at the up-most position, move the rest of the table down */</span>
<a name="l00358"></a>00358                         <span class="keywordflow">if</span> (<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a> == 0) {
<a name="l00359"></a>00359                                 <a class="code" href="a00076.html#aabd77fc80543d15af28744cc7fb65eff" title="Adds one row at the head of the table.">expand_table_rows_at_head</a>(<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>);
<a name="l00360"></a>00360                                 <span class="keyword">new</span> = <a class="code" href="a00051.html#ac120dc3752e8ac2853ddd65d7737a2fd">CUR_CELL</a>;
<a name="l00361"></a>00361                         } <span class="keywordflow">else</span>
<a name="l00362"></a>00362                                 <span class="keyword">new</span> = <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>][--<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>];
<a name="l00363"></a>00363                         <span class="keywordflow">break</span>;
<a name="l00364"></a>00364                 <span class="keywordflow">case</span> <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6baee5b9399d89b358fa6fb0adef67d3a4b">D_DOWN</a>:
<a name="l00365"></a>00365                         <span class="keywordflow">if</span> (<a class="code" href="a00061.html#a5541f3fea0f73501a39ea5ff557078cc">move_current_window_in_container</a>(conn, current_client, <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6baee5b9399d89b358fa6fb0adef67d3a4b">D_DOWN</a>))
<a name="l00366"></a>00366                                 <span class="keywordflow">return</span>;
<a name="l00367"></a>00367 
<a name="l00368"></a>00368                         <span class="keywordflow">if</span> (<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a> == (<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;<a class="code" href="a00025.html#ae4fee0126eb1ae8484bf7281709c3fdb" title="table dimensions">rows</a>-1))
<a name="l00369"></a>00369                                 <a class="code" href="a00076.html#a8fb9ac616cc935e2fd54c6bcb6563df1" title="Add one row to the table.">expand_table_rows</a>(<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>);
<a name="l00370"></a>00370 
<a name="l00371"></a>00371                         <span class="keyword">new</span> = <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>][++<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>];
<a name="l00372"></a>00372                         <span class="keywordflow">break</span>;
<a name="l00373"></a>00373                 <span class="comment">/* To make static analyzers happy: */</span>
<a name="l00374"></a>00374                 <span class="keywordflow">default</span>:
<a name="l00375"></a>00375                         <span class="keywordflow">return</span>;
<a name="l00376"></a>00376         }
<a name="l00377"></a>00377 
<a name="l00378"></a>00378         <span class="comment">/* Remove it from the old container and put it into the new one */</span>
<a name="l00379"></a>00379         <a class="code" href="a00060.html#a795be4a8912ac14d7657257953a91cd1" title="Removes the given client from the container, either because it will be inserted into...">client_remove_from_container</a>(conn, current_client, container, <span class="keyword">true</span>);
<a name="l00380"></a>00380 
<a name="l00381"></a>00381         <span class="keywordflow">if</span> (new-&gt;currently_focused != NULL)
<a name="l00382"></a>00382                 <a class="code" href="a00047.html#a108b36ff00cbf59efbbf185baac770b4">CIRCLEQ_INSERT_AFTER</a>(&amp;(new-&gt;clients), new-&gt;currently_focused, current_client, clients);
<a name="l00383"></a>00383         <span class="keywordflow">else</span> <a class="code" href="a00047.html#aa2b767125267fa26ca10e21fa358008c">CIRCLEQ_INSERT_TAIL</a>(&amp;(new-&gt;clients), current_client, clients);
<a name="l00384"></a>00384         <a class="code" href="a00047.html#a48df7439e09a419afabdd1f2f8551e73">SLIST_INSERT_HEAD</a>(&amp;(new-&gt;workspace-&gt;focus_stack), current_client, focus_clients);
<a name="l00385"></a>00385 
<a name="l00386"></a>00386         <span class="comment">/* Update data structures */</span>
<a name="l00387"></a>00387         current_client-&gt;<a class="code" href="a00007.html#a022927d41b4140a623f72fa360c46a17" title="Backpointer.">container</a> = <span class="keyword">new</span>;
<a name="l00388"></a>00388         current_client-&gt;<a class="code" href="a00007.html#ab9573ba898dbd1932f5200be5eb2a990" title="Because dock clients don’t have a container, we have this workspace-backpointer...">workspace</a> = <span class="keyword">new</span>-&gt;workspace;
<a name="l00389"></a>00389         container-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a> = to_focus;
<a name="l00390"></a>00390         <span class="keyword">new</span>-&gt;currently_focused = current_client;
<a name="l00391"></a>00391 
<a name="l00392"></a>00392         <a class="code" href="a00025.html" title="The concept of Workspaces is known from various other window managers.">Workspace</a> *workspace = container-&gt;<a class="code" href="a00013.html#a98ed501e1088ccf2e7c75399ab7e6031">workspace</a>;
<a name="l00393"></a>00393 
<a name="l00394"></a>00394         <span class="comment">/* delete all empty columns/rows */</span>
<a name="l00395"></a>00395         <a class="code" href="a00076.html#a53709ed2b55f1b76021b0e6c93aae547" title="Shrinks the table by &amp;quot;compacting&amp;quot; it, that is, removing completely empty...">cleanup_table</a>(conn, workspace);
<a name="l00396"></a>00396 
<a name="l00397"></a>00397         <span class="comment">/* Fix colspan/rowspan if it’d overlap */</span>
<a name="l00398"></a>00398         <a class="code" href="a00076.html#aaeae76f5b6005f3a20a6fb1d8906d8a5" title="Fixes col/rowspan (makes sure there are no overlapping windows).">fix_colrowspan</a>(conn, workspace);
<a name="l00399"></a>00399 
<a name="l00400"></a>00400         <a class="code" href="a00069.html#ab3e248d886080e290648c0d791a40b64" title="Renders the given workspace on the given screen.">render_workspace</a>(conn, workspace-&gt;<a class="code" href="a00025.html#aeee203e013dae84555d28f8247a7e375" title="Backpointer to the output this workspace is on.">output</a>, workspace);
<a name="l00401"></a>00401         xcb_flush(conn);
<a name="l00402"></a>00402 
<a name="l00403"></a>00403         <a class="code" href="a00077.html#a323dcf30475bb3bf165100e74d225b48" title="Sets the given client as focused by updating the data structures correctly, updating...">set_focus</a>(conn, current_client, <span class="keyword">true</span>);
<a name="l00404"></a>00404 }
<a name="l00405"></a>00405 
<a name="l00406"></a><a class="code" href="a00061.html#ae85a0296c526b06de7e86a1fbcf2755b">00406</a> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="a00061.html#ae85a0296c526b06de7e86a1fbcf2755b">move_current_container</a>(xcb_connection_t *conn, <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a> direction) {
<a name="l00407"></a>00407         <a class="code" href="a00044.html#a388edf12256bf73c3a8ee9734c3bd841" title="#__VA_ARGS__ means: leave out __VA_ARGS__ completely if it is empty, that is, delete...">LOG</a>(<span class="stringliteral">&quot;moving container to direction %s\n&quot;</span>, (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a> ? <span class="stringliteral">&quot;up&quot;</span> : (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6baee5b9399d89b358fa6fb0adef67d3a4b">D_DOWN</a> ? <span class="stringliteral">&quot;down&quot;</span> :
<a name="l00408"></a>00408                                             (direction == <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6babbac3b12101a9c0c07dbdfcd6bbb212c">D_LEFT</a> ? <span class="stringliteral">&quot;left&quot;</span> : <span class="stringliteral">&quot;right&quot;</span>))));
<a name="l00409"></a>00409         <span class="comment">/* Get current window */</span>
<a name="l00410"></a>00410         <a class="code" href="a00013.html" title="A container is either in default, stacking or tabbed mode.">Container</a> *<a class="code" href="a00023.html#ad5f9402c2db288b0762e3a6467257dc8" title="Backpointer to the container this stack window is in.">container</a> = <a class="code" href="a00051.html#ac120dc3752e8ac2853ddd65d7737a2fd">CUR_CELL</a>,
<a name="l00411"></a>00411                   *<span class="keyword">new</span> = NULL;
<a name="l00412"></a>00412 
<a name="l00413"></a>00413         <a class="code" href="a00013.html" title="A container is either in default, stacking or tabbed mode.">Container</a> **old = &amp;<a class="code" href="a00051.html#ac120dc3752e8ac2853ddd65d7737a2fd">CUR_CELL</a>;
<a name="l00414"></a>00414 
<a name="l00415"></a>00415         <span class="comment">/* There has to be a container, see focus_window() */</span>
<a name="l00416"></a>00416         assert(container != NULL);
<a name="l00417"></a>00417 
<a name="l00418"></a>00418         <span class="keywordflow">switch</span> (direction) {
<a name="l00419"></a>00419                 <span class="keywordflow">case</span> <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6babbac3b12101a9c0c07dbdfcd6bbb212c">D_LEFT</a>:
<a name="l00420"></a>00420                         <span class="comment">/* If we’re at the left-most position, move the rest of the table right */</span>
<a name="l00421"></a>00421                         <span class="keywordflow">if</span> (<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a> == 0) {
<a name="l00422"></a>00422                                 <a class="code" href="a00076.html#a64137c62f1c21a49d0f2f2a7a48b50a8" title="Inserts one column at the table’s head.">expand_table_cols_at_head</a>(<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>);
<a name="l00423"></a>00423                                 <span class="keyword">new</span> = <a class="code" href="a00051.html#ac120dc3752e8ac2853ddd65d7737a2fd">CUR_CELL</a>;
<a name="l00424"></a>00424                                 old = &amp;<a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>+1][<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>];
<a name="l00425"></a>00425                         } <span class="keywordflow">else</span>
<a name="l00426"></a>00426                                 <span class="keyword">new</span> = <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[--<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>][<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>];
<a name="l00427"></a>00427                         <span class="keywordflow">break</span>;
<a name="l00428"></a>00428                 <span class="keywordflow">case</span> <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6ba07fb0d616c46d4120eb541871fbdfd2d">D_RIGHT</a>:
<a name="l00429"></a>00429                         <span class="keywordflow">if</span> (<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a> == (<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;<a class="code" href="a00025.html#a1d295f430fa92fc0b91c7f85a4b499b2" title="table dimensions">cols</a>-1))
<a name="l00430"></a>00430                                 <a class="code" href="a00076.html#ac58314a435fd187ce2ed416b9dc8019f" title="Add one column to the table.">expand_table_cols</a>(<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>);
<a name="l00431"></a>00431 
<a name="l00432"></a>00432                         <span class="keyword">new</span> = <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[++<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>][<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>];
<a name="l00433"></a>00433                         <span class="keywordflow">break</span>;
<a name="l00434"></a>00434                 <span class="keywordflow">case</span> <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a>:
<a name="l00435"></a>00435                         <span class="comment">/* if we’re at the up-most position, move the rest of the table down */</span>
<a name="l00436"></a>00436                         <span class="keywordflow">if</span> (<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a> == 0) {
<a name="l00437"></a>00437                                 <a class="code" href="a00076.html#aabd77fc80543d15af28744cc7fb65eff" title="Adds one row at the head of the table.">expand_table_rows_at_head</a>(<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>);
<a name="l00438"></a>00438                                 <span class="keyword">new</span> = <a class="code" href="a00051.html#ac120dc3752e8ac2853ddd65d7737a2fd">CUR_CELL</a>;
<a name="l00439"></a>00439                                 old = &amp;<a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>][<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>+1];
<a name="l00440"></a>00440                         } <span class="keywordflow">else</span>
<a name="l00441"></a>00441                                 <span class="keyword">new</span> = <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>][--<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>];
<a name="l00442"></a>00442                         <span class="keywordflow">break</span>;
<a name="l00443"></a>00443                 <span class="keywordflow">case</span> <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6baee5b9399d89b358fa6fb0adef67d3a4b">D_DOWN</a>:
<a name="l00444"></a>00444                         <span class="keywordflow">if</span> (<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a> == (<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;<a class="code" href="a00025.html#ae4fee0126eb1ae8484bf7281709c3fdb" title="table dimensions">rows</a>-1))
<a name="l00445"></a>00445                                 <a class="code" href="a00076.html#a8fb9ac616cc935e2fd54c6bcb6563df1" title="Add one row to the table.">expand_table_rows</a>(<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>);
<a name="l00446"></a>00446 
<a name="l00447"></a>00447                         <span class="keyword">new</span> = <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[<a class="code" href="a00076.html#a5f839b3ac61c0771c9f8fbef974afe76">current_col</a>][++<a class="code" href="a00076.html#a40ba377d6a3a574ff03b859bc7cdd4b0">current_row</a>];
<a name="l00448"></a>00448                         <span class="keywordflow">break</span>;
<a name="l00449"></a>00449                 <span class="comment">/* To make static analyzers happy: */</span>
<a name="l00450"></a>00450                 <span class="keywordflow">default</span>:
<a name="l00451"></a>00451                         <span class="keywordflow">return</span>;
<a name="l00452"></a>00452         }
<a name="l00453"></a>00453 
<a name="l00454"></a>00454         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;old = %d,%d and new = %d,%d\n&quot;</span>, container-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a>, container-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a>, new-&gt;col, new-&gt;row);
<a name="l00455"></a>00455 
<a name="l00456"></a>00456         <span class="comment">/* Swap the containers */</span>
<a name="l00457"></a>00457         <span class="keywordtype">int</span> col = <span class="keyword">new</span>-&gt;col;
<a name="l00458"></a>00458         <span class="keywordtype">int</span> row = <span class="keyword">new</span>-&gt;row;
<a name="l00459"></a>00459 
<a name="l00460"></a>00460         *old = <span class="keyword">new</span>;
<a name="l00461"></a>00461         <span class="keyword">new</span>-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a> = container-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a>;
<a name="l00462"></a>00462         <span class="keyword">new</span>-&gt;row = container-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a>;
<a name="l00463"></a>00463 
<a name="l00464"></a>00464         <a class="code" href="a00051.html#ac120dc3752e8ac2853ddd65d7737a2fd">CUR_CELL</a> = container;
<a name="l00465"></a>00465         container-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a> = col;
<a name="l00466"></a>00466         container-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a> = row;
<a name="l00467"></a>00467 
<a name="l00468"></a>00468         <a class="code" href="a00025.html" title="The concept of Workspaces is known from various other window managers.">Workspace</a> *workspace = container-&gt;<a class="code" href="a00013.html#a98ed501e1088ccf2e7c75399ab7e6031">workspace</a>;
<a name="l00469"></a>00469 
<a name="l00470"></a>00470         <span class="comment">/* delete all empty columns/rows */</span>
<a name="l00471"></a>00471         <a class="code" href="a00076.html#a53709ed2b55f1b76021b0e6c93aae547" title="Shrinks the table by &amp;quot;compacting&amp;quot; it, that is, removing completely empty...">cleanup_table</a>(conn, workspace);
<a name="l00472"></a>00472 
<a name="l00473"></a>00473         <span class="comment">/* Fix colspan/rowspan if it’d overlap */</span>
<a name="l00474"></a>00474         <a class="code" href="a00076.html#aaeae76f5b6005f3a20a6fb1d8906d8a5" title="Fixes col/rowspan (makes sure there are no overlapping windows).">fix_colrowspan</a>(conn, workspace);
<a name="l00475"></a>00475 
<a name="l00476"></a>00476         <a class="code" href="a00069.html#a47ffef7db851301198762179187ac997" title="Renders the whole layout, that is: Go through each screen, each workspace, each container...">render_layout</a>(conn);
<a name="l00477"></a>00477 }
<a name="l00478"></a>00478 
<a name="l00479"></a>00479 <span class="comment">/*</span>
<a name="l00480"></a>00480 <span class="comment"> * &quot;Snaps&quot; the current container (not possible for windows, because it works at table base)</span>
<a name="l00481"></a>00481 <span class="comment"> * to the given direction, that is, adjusts cellspan/rowspan</span>
<a name="l00482"></a>00482 <span class="comment"> *</span>
<a name="l00483"></a>00483 <span class="comment"> */</span>
<a name="l00484"></a><a class="code" href="a00061.html#ab4df589a44cf1ee1c252b6b663760097">00484</a> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="a00061.html#ab4df589a44cf1ee1c252b6b663760097">snap_current_container</a>(xcb_connection_t *conn, <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a> direction) {
<a name="l00485"></a>00485         <a class="code" href="a00044.html#a388edf12256bf73c3a8ee9734c3bd841" title="#__VA_ARGS__ means: leave out __VA_ARGS__ completely if it is empty, that is, delete...">LOG</a>(<span class="stringliteral">&quot;snapping container to direction %d\n&quot;</span>, direction);
<a name="l00486"></a>00486 
<a name="l00487"></a>00487         <a class="code" href="a00013.html" title="A container is either in default, stacking or tabbed mode.">Container</a> *<a class="code" href="a00023.html#ad5f9402c2db288b0762e3a6467257dc8" title="Backpointer to the container this stack window is in.">container</a> = <a class="code" href="a00051.html#ac120dc3752e8ac2853ddd65d7737a2fd">CUR_CELL</a>;
<a name="l00488"></a>00488 
<a name="l00489"></a>00489         assert(container != NULL);
<a name="l00490"></a>00490 
<a name="l00491"></a>00491         <span class="keywordflow">switch</span> (direction) {
<a name="l00492"></a>00492                 <span class="keywordflow">case</span> <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6babbac3b12101a9c0c07dbdfcd6bbb212c">D_LEFT</a>:
<a name="l00493"></a>00493                         <span class="comment">/* Snap to the left is actually a move to the left and then a snap right */</span>
<a name="l00494"></a>00494                         <span class="keywordflow">if</span> (!<a class="code" href="a00076.html#a35612ca2e7ae4fc1fe4e396957215065" title="Performs simple bounds checking for the given column/row.">cell_exists</a>(container-&gt;<a class="code" href="a00013.html#a98ed501e1088ccf2e7c75399ab7e6031">workspace</a>, container-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a> - 1, container-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a>) ||
<a name="l00495"></a>00495                             <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[container-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a>-1][container-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a>]-&gt;currently_focused != NULL) {
<a name="l00496"></a>00496                                 <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;cannot snap to left - the cell is already used\n&quot;</span>);
<a name="l00497"></a>00497                                 <span class="keywordflow">return</span>;
<a name="l00498"></a>00498                         }
<a name="l00499"></a>00499 
<a name="l00500"></a>00500                         <a class="code" href="a00061.html#a2a73207ebf36d2a239ac40ad20e88105">move_current_window</a>(conn, <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6babbac3b12101a9c0c07dbdfcd6bbb212c">D_LEFT</a>);
<a name="l00501"></a>00501                         <a class="code" href="a00061.html#ab4df589a44cf1ee1c252b6b663760097">snap_current_container</a>(conn, <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6ba07fb0d616c46d4120eb541871fbdfd2d">D_RIGHT</a>);
<a name="l00502"></a>00502                         <span class="keywordflow">return</span>;
<a name="l00503"></a>00503                 <span class="keywordflow">case</span> <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6ba07fb0d616c46d4120eb541871fbdfd2d">D_RIGHT</a>: {
<a name="l00504"></a>00504                         <span class="comment">/* Check if the cell is used */</span>
<a name="l00505"></a>00505                         <span class="keywordtype">int</span> new_col = container-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a> + container-&gt;<a class="code" href="a00013.html#abb706ed35dd8c6303633d4c45c97d855">colspan</a>;
<a name="l00506"></a>00506                         <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; container-&gt;<a class="code" href="a00013.html#ac87ec920de798c8f06a131af45af1fa6">rowspan</a>; i++)
<a name="l00507"></a>00507                                 <span class="keywordflow">if</span> (!<a class="code" href="a00076.html#a35612ca2e7ae4fc1fe4e396957215065" title="Performs simple bounds checking for the given column/row.">cell_exists</a>(container-&gt;<a class="code" href="a00013.html#a98ed501e1088ccf2e7c75399ab7e6031">workspace</a>, new_col, container-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a> + i) ||
<a name="l00508"></a>00508                                     <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[new_col][container-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a> + i]-&gt;currently_focused != NULL) {
<a name="l00509"></a>00509                                         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;cannot snap to right - the cell is already used\n&quot;</span>);
<a name="l00510"></a>00510                                         <span class="keywordflow">return</span>;
<a name="l00511"></a>00511                                 }
<a name="l00512"></a>00512 
<a name="l00513"></a>00513                         <span class="comment">/* Check if there are other cells with rowspan, which are in our way.</span>
<a name="l00514"></a>00514 <span class="comment">                         * If so, reduce their rowspan. */</span>
<a name="l00515"></a>00515                         <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = container-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a>-1; i &gt;= 0; i--) {
<a name="l00516"></a>00516                                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;we got cell %d, %d with rowspan %d\n&quot;</span>,
<a name="l00517"></a>00517                                                 new_col, i, <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[new_col][i]-&gt;rowspan);
<a name="l00518"></a>00518                                 <span class="keywordflow">while</span> ((<a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[new_col][i]-&gt;rowspan-1) &gt;= (container-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a> - i))
<a name="l00519"></a>00519                                         <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[new_col][i]-&gt;rowspan--;
<a name="l00520"></a>00520                                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;new rowspan = %d\n&quot;</span>, <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[new_col][i]-&gt;rowspan);
<a name="l00521"></a>00521                         }
<a name="l00522"></a>00522 
<a name="l00523"></a>00523                         container-&gt;<a class="code" href="a00013.html#abb706ed35dd8c6303633d4c45c97d855">colspan</a>++;
<a name="l00524"></a>00524                         <span class="keywordflow">break</span>;
<a name="l00525"></a>00525                 }
<a name="l00526"></a>00526                 <span class="keywordflow">case</span> <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a>:
<a name="l00527"></a>00527                         <span class="keywordflow">if</span> (!<a class="code" href="a00076.html#a35612ca2e7ae4fc1fe4e396957215065" title="Performs simple bounds checking for the given column/row.">cell_exists</a>(container-&gt;<a class="code" href="a00013.html#a98ed501e1088ccf2e7c75399ab7e6031">workspace</a>, container-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a>, container-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a> - 1) ||
<a name="l00528"></a>00528                             <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[container-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a>][container-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a>-1]-&gt;currently_focused != NULL) {
<a name="l00529"></a>00529                                 <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;cannot snap to top - the cell is already used\n&quot;</span>);
<a name="l00530"></a>00530                                 <span class="keywordflow">return</span>;
<a name="l00531"></a>00531                         }
<a name="l00532"></a>00532 
<a name="l00533"></a>00533                         <a class="code" href="a00061.html#a2a73207ebf36d2a239ac40ad20e88105">move_current_window</a>(conn, <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a>);
<a name="l00534"></a>00534                         <a class="code" href="a00061.html#ab4df589a44cf1ee1c252b6b663760097">snap_current_container</a>(conn, <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6baee5b9399d89b358fa6fb0adef67d3a4b">D_DOWN</a>);
<a name="l00535"></a>00535                         <span class="keywordflow">return</span>;
<a name="l00536"></a>00536                 <span class="keywordflow">case</span> <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6baee5b9399d89b358fa6fb0adef67d3a4b">D_DOWN</a>: {
<a name="l00537"></a>00537                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;snapping down\n&quot;</span>);
<a name="l00538"></a>00538                         <span class="keywordtype">int</span> new_row = container-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a> + container-&gt;<a class="code" href="a00013.html#ac87ec920de798c8f06a131af45af1fa6">rowspan</a>;
<a name="l00539"></a>00539                         <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; container-&gt;<a class="code" href="a00013.html#abb706ed35dd8c6303633d4c45c97d855">colspan</a>; i++)
<a name="l00540"></a>00540                                 <span class="keywordflow">if</span> (!<a class="code" href="a00076.html#a35612ca2e7ae4fc1fe4e396957215065" title="Performs simple bounds checking for the given column/row.">cell_exists</a>(container-&gt;<a class="code" href="a00013.html#a98ed501e1088ccf2e7c75399ab7e6031">workspace</a>, container-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a> + i, new_row) ||
<a name="l00541"></a>00541                                     <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[container-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a> + i][new_row]-&gt;currently_focused != NULL) {
<a name="l00542"></a>00542                                         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;cannot snap down - the cell is already used\n&quot;</span>);
<a name="l00543"></a>00543                                         <span class="keywordflow">return</span>;
<a name="l00544"></a>00544                                 }
<a name="l00545"></a>00545 
<a name="l00546"></a>00546                         <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = container-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a>-1; i &gt;= 0; i--) {
<a name="l00547"></a>00547                                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;we got cell %d, %d with colspan %d\n&quot;</span>,
<a name="l00548"></a>00548                                                 i, new_row, <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[i][new_row]-&gt;colspan);
<a name="l00549"></a>00549                                 <span class="keywordflow">while</span> ((<a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[i][new_row]-&gt;colspan-1) &gt;= (container-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a> - i))
<a name="l00550"></a>00550                                         <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[i][new_row]-&gt;colspan--;
<a name="l00551"></a>00551                                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;new colspan = %d\n&quot;</span>, <a class="code" href="a00051.html#ab074841bfa241556bb0eac4207c7ebd3">CUR_TABLE</a>[i][new_row]-&gt;colspan);
<a name="l00552"></a>00552 
<a name="l00553"></a>00553                         }
<a name="l00554"></a>00554 
<a name="l00555"></a>00555                         container-&gt;<a class="code" href="a00013.html#ac87ec920de798c8f06a131af45af1fa6">rowspan</a>++;
<a name="l00556"></a>00556                         <span class="keywordflow">break</span>;
<a name="l00557"></a>00557                 }
<a name="l00558"></a>00558                 <span class="comment">/* To make static analyzers happy: */</span>
<a name="l00559"></a>00559                 <span class="keywordflow">default</span>:
<a name="l00560"></a>00560                         <span class="keywordflow">return</span>;
<a name="l00561"></a>00561         }
<a name="l00562"></a>00562 
<a name="l00563"></a>00563         <a class="code" href="a00069.html#a47ffef7db851301198762179187ac997" title="Renders the whole layout, that is: Go through each screen, each workspace, each container...">render_layout</a>(conn);
<a name="l00564"></a>00564 }
<a name="l00565"></a>00565 
<a name="l00566"></a><a class="code" href="a00061.html#aa89794fcce5227dd22fea2a0f322c1f3">00566</a> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="a00061.html#aa89794fcce5227dd22fea2a0f322c1f3">move_floating_window_to_workspace</a>(xcb_connection_t *conn, <a class="code" href="a00007.html" title="A client is X11-speak for a window.">Client</a> *client, <span class="keywordtype">int</span> workspace) {
<a name="l00567"></a>00567         <span class="comment">/* t_ws (to workspace) is just a container pointer to the workspace we’re switching to */</span>
<a name="l00568"></a>00568         <a class="code" href="a00025.html" title="The concept of Workspaces is known from various other window managers.">Workspace</a> *t_ws = <a class="code" href="a00078.html#a73833335a85bfc97bdff285b151ab1c5" title="Returns a pointer to the workspace with the given number (starting at 0), creating...">workspace_get</a>(workspace-1),
<a name="l00569"></a>00569                   *old_ws = client-&gt;<a class="code" href="a00007.html#ab9573ba898dbd1932f5200be5eb2a990" title="Because dock clients don’t have a container, we have this workspace-backpointer...">workspace</a>;
<a name="l00570"></a>00570 
<a name="l00571"></a>00571         <a class="code" href="a00044.html#a388edf12256bf73c3a8ee9734c3bd841" title="#__VA_ARGS__ means: leave out __VA_ARGS__ completely if it is empty, that is, delete...">LOG</a>(<span class="stringliteral">&quot;moving floating\n&quot;</span>);
<a name="l00572"></a>00572 
<a name="l00573"></a>00573         <a class="code" href="a00078.html#a8339966acb1a826e826e9b20bfb754f6" title="Initializes the given workspace if it is not already initialized.">workspace_initialize</a>(t_ws, <a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;<a class="code" href="a00025.html#aeee203e013dae84555d28f8247a7e375" title="Backpointer to the output this workspace is on.">output</a>, <span class="keyword">false</span>);
<a name="l00574"></a>00574 
<a name="l00575"></a>00575         <span class="comment">/* Check if there is already a fullscreen client on the destination workspace and</span>
<a name="l00576"></a>00576 <span class="comment">         * stop moving if so. */</span>
<a name="l00577"></a>00577         <span class="keywordflow">if</span> (client-&gt;<a class="code" href="a00007.html#a9eeeb880b93223456c2eae445beccf94" title="fullscreen is pretty obvious">fullscreen</a> &amp;&amp; (t_ws-&gt;<a class="code" href="a00025.html#a918ace3a3d2f03c58ec8fa05ac97275e" title="the client who is started in fullscreen mode on this workspace, NULL if there is...">fullscreen_client</a> != NULL)) {
<a name="l00578"></a>00578                 <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;Not moving: Fullscreen client already existing on destination workspace.\n&quot;</span>);
<a name="l00579"></a>00579                 <span class="keywordflow">return</span>;
<a name="l00580"></a>00580         }
<a name="l00581"></a>00581 
<a name="l00582"></a>00582         <a class="code" href="a00066.html#a551a7fd238fea8026df7a07b503f1bef" title="Removes the floating client from its workspace and attaches it to the new workspace...">floating_assign_to_workspace</a>(client, t_ws);
<a name="l00583"></a>00583 
<a name="l00584"></a>00584         <span class="comment">/* If we’re moving it to an invisible screen, we need to unmap it */</span>
<a name="l00585"></a>00585         <span class="keywordflow">if</span> (!<a class="code" href="a00078.html#a7a4e9d7994d904776ead4c8fc1b22091" title="Returns true if the workspace is currently visible.">workspace_is_visible</a>(t_ws)) {
<a name="l00586"></a>00586                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;This workspace is not visible, unmapping\n&quot;</span>);
<a name="l00587"></a>00587                 <a class="code" href="a00060.html#afe96e905cd2fcc23acf096304000f793" title="Unmap the client, correctly setting any state which is needed.">client_unmap</a>(conn, client);
<a name="l00588"></a>00588         } <span class="keywordflow">else</span> {
<a name="l00589"></a>00589                 <span class="comment">/* If this is not the case, we move the window to a workspace</span>
<a name="l00590"></a>00590 <span class="comment">                 * which is on another screen, so we also need to adjust its</span>
<a name="l00591"></a>00591 <span class="comment">                 * coordinates. */</span>
<a name="l00592"></a>00592                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;before x = %d, y = %d\n&quot;</span>, client-&gt;<a class="code" href="a00007.html#aea76187592ae1a87eb8bb1af77af62d4" title="x, y, width, height of the frame">rect</a>.<a class="code" href="a00020.html#a6f5ab43ec9da45a9c3ddbc45d9aa3bbc">x</a>, client-&gt;<a class="code" href="a00007.html#aea76187592ae1a87eb8bb1af77af62d4" title="x, y, width, height of the frame">rect</a>.<a class="code" href="a00020.html#ac77eddc4cc31fe7881da4a23cdca0ea5">y</a>);
<a name="l00593"></a>00593                 uint32_t relative_x = client-&gt;<a class="code" href="a00007.html#aea76187592ae1a87eb8bb1af77af62d4" title="x, y, width, height of the frame">rect</a>.<a class="code" href="a00020.html#a6f5ab43ec9da45a9c3ddbc45d9aa3bbc">x</a> - old_ws-&gt;rect.x,
<a name="l00594"></a>00594                          relative_y = client-&gt;<a class="code" href="a00007.html#aea76187592ae1a87eb8bb1af77af62d4" title="x, y, width, height of the frame">rect</a>.<a class="code" href="a00020.html#ac77eddc4cc31fe7881da4a23cdca0ea5">y</a> - old_ws-&gt;rect.y;
<a name="l00595"></a>00595                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;rel_x = %d, rel_y = %d\n&quot;</span>, relative_x, relative_y);
<a name="l00596"></a>00596                 <span class="keywordflow">if</span> (client-&gt;<a class="code" href="a00007.html#a9eeeb880b93223456c2eae445beccf94" title="fullscreen is pretty obvious">fullscreen</a>) {
<a name="l00597"></a>00597                         <a class="code" href="a00060.html#a9ec4f35452bd2af99fbc1e8cbf0917f4" title="Enters fullscreen mode for the given client.">client_enter_fullscreen</a>(conn, client, <span class="keyword">false</span>);
<a name="l00598"></a>00598                         memcpy(&amp;(client-&gt;<a class="code" href="a00007.html#aea76187592ae1a87eb8bb1af77af62d4" title="x, y, width, height of the frame">rect</a>), &amp;(t_ws-&gt;<a class="code" href="a00025.html#ac11bedb880b568b9c540fc9a376607ad" title="x, y, width, height">rect</a>), <span class="keyword">sizeof</span>(<a class="code" href="a00020.html" title="Stores a rectangle, for example the size of a window, the child window etc.">Rect</a>));
<a name="l00599"></a>00599                 } <span class="keywordflow">else</span> {
<a name="l00600"></a>00600                         client-&gt;<a class="code" href="a00007.html#aea76187592ae1a87eb8bb1af77af62d4" title="x, y, width, height of the frame">rect</a>.<a class="code" href="a00020.html#a6f5ab43ec9da45a9c3ddbc45d9aa3bbc">x</a> = t_ws-&gt;<a class="code" href="a00025.html#ac11bedb880b568b9c540fc9a376607ad" title="x, y, width, height">rect</a>.<a class="code" href="a00020.html#a6f5ab43ec9da45a9c3ddbc45d9aa3bbc">x</a> + relative_x;
<a name="l00601"></a>00601                         client-&gt;<a class="code" href="a00007.html#aea76187592ae1a87eb8bb1af77af62d4" title="x, y, width, height of the frame">rect</a>.<a class="code" href="a00020.html#ac77eddc4cc31fe7881da4a23cdca0ea5">y</a> = t_ws-&gt;<a class="code" href="a00025.html#ac11bedb880b568b9c540fc9a376607ad" title="x, y, width, height">rect</a>.<a class="code" href="a00020.html#ac77eddc4cc31fe7881da4a23cdca0ea5">y</a> + relative_y;
<a name="l00602"></a>00602                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;after x = %d, y = %d\n&quot;</span>, client-&gt;<a class="code" href="a00007.html#aea76187592ae1a87eb8bb1af77af62d4" title="x, y, width, height of the frame">rect</a>.<a class="code" href="a00020.html#a6f5ab43ec9da45a9c3ddbc45d9aa3bbc">x</a>, client-&gt;<a class="code" href="a00007.html#aea76187592ae1a87eb8bb1af77af62d4" title="x, y, width, height of the frame">rect</a>.<a class="code" href="a00020.html#ac77eddc4cc31fe7881da4a23cdca0ea5">y</a>);
<a name="l00603"></a>00603                         <a class="code" href="a00069.html#a1d68fface3cf11ff882c23a5bfa586ab" title="Pushes the client’s x and y coordinates to X11.">reposition_client</a>(conn, client);
<a name="l00604"></a>00604                         xcb_flush(conn);
<a name="l00605"></a>00605                 }
<a name="l00606"></a>00606         }
<a name="l00607"></a>00607 
<a name="l00608"></a>00608         <span class="comment">/* Configure the window above all tiling windows (or below a fullscreen</span>
<a name="l00609"></a>00609 <span class="comment">         * window, if any) */</span>
<a name="l00610"></a>00610         <span class="keywordflow">if</span> (t_ws-&gt;<a class="code" href="a00025.html#a918ace3a3d2f03c58ec8fa05ac97275e" title="the client who is started in fullscreen mode on this workspace, NULL if there is...">fullscreen_client</a> != NULL) {
<a name="l00611"></a>00611                 uint32_t values[] = { t_ws-&gt;<a class="code" href="a00025.html#a918ace3a3d2f03c58ec8fa05ac97275e" title="the client who is started in fullscreen mode on this workspace, NULL if there is...">fullscreen_client</a>-&gt;<a class="code" href="a00007.html#ae6bb442465a95e5794ed34936fa67bac" title="Our window: The frame around the client.">frame</a>, XCB_STACK_MODE_BELOW };
<a name="l00612"></a>00612                 xcb_configure_window(conn, client-&gt;<a class="code" href="a00007.html#ae6bb442465a95e5794ed34936fa67bac" title="Our window: The frame around the client.">frame</a>, XCB_CONFIG_WINDOW_SIBLING | XCB_CONFIG_WINDOW_STACK_MODE, values);
<a name="l00613"></a>00613         } <span class="keywordflow">else</span> {
<a name="l00614"></a>00614                 <a class="code" href="a00007.html" title="A client is X11-speak for a window.">Client</a> *last_tiling;
<a name="l00615"></a>00615                 <a class="code" href="a00047.html#a05db87878125c27e3060dd641aa3b0f4">SLIST_FOREACH</a>(last_tiling, &amp;(t_ws-&gt;focus_stack), focus_clients)
<a name="l00616"></a>00616                         <span class="keywordflow">if</span> (!<a class="code" href="a00060.html#a56065826f75013837bc8e125c8dc66c7" title="Returns true if the client is floating.">client_is_floating</a>(last_tiling))
<a name="l00617"></a>00617                                 <span class="keywordflow">break</span>;
<a name="l00618"></a>00618                 <span class="keywordflow">if</span> (last_tiling != <a class="code" href="a00047.html#a33283f951b262b1ac57d20c0e4e0862c">SLIST_END</a>(&amp;(t_ws-&gt;focus_stack))) {
<a name="l00619"></a>00619                         uint32_t values[] = { last_tiling-&gt;<a class="code" href="a00007.html#ae6bb442465a95e5794ed34936fa67bac" title="Our window: The frame around the client.">frame</a>, XCB_STACK_MODE_ABOVE };
<a name="l00620"></a>00620                         xcb_configure_window(conn, client-&gt;<a class="code" href="a00007.html#ae6bb442465a95e5794ed34936fa67bac" title="Our window: The frame around the client.">frame</a>, XCB_CONFIG_WINDOW_SIBLING | XCB_CONFIG_WINDOW_STACK_MODE, values);
<a name="l00621"></a>00621                 }
<a name="l00622"></a>00622         }
<a name="l00623"></a>00623 
<a name="l00624"></a>00624         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;done\n&quot;</span>);
<a name="l00625"></a>00625 
<a name="l00626"></a>00626         <a class="code" href="a00069.html#a47ffef7db851301198762179187ac997" title="Renders the whole layout, that is: Go through each screen, each workspace, each container...">render_layout</a>(conn);
<a name="l00627"></a>00627 
<a name="l00628"></a>00628         <span class="keywordflow">if</span> (<a class="code" href="a00078.html#a7a4e9d7994d904776ead4c8fc1b22091" title="Returns true if the workspace is currently visible.">workspace_is_visible</a>(t_ws)) {
<a name="l00629"></a>00629                 <a class="code" href="a00060.html#a4f8920c26884a6afe27211af25500135" title="Warps the pointer into the given client (in the middle of it, to be specific), therefore...">client_warp_pointer_into</a>(conn, client);
<a name="l00630"></a>00630                 <a class="code" href="a00077.html#a323dcf30475bb3bf165100e74d225b48" title="Sets the given client as focused by updating the data structures correctly, updating...">set_focus</a>(conn, client, <span class="keyword">true</span>);
<a name="l00631"></a>00631         }
<a name="l00632"></a>00632 }
<a name="l00633"></a>00633 
<a name="l00634"></a>00634 <span class="comment">/*</span>
<a name="l00635"></a>00635 <span class="comment"> * Moves the currently selected window to the given workspace</span>
<a name="l00636"></a>00636 <span class="comment"> *</span>
<a name="l00637"></a>00637 <span class="comment"> */</span>
<a name="l00638"></a><a class="code" href="a00061.html#a8b86b1313355cb7e032ec9be5f218d27">00638</a> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="a00061.html#a8b86b1313355cb7e032ec9be5f218d27">move_current_window_to_workspace</a>(xcb_connection_t *conn, <span class="keywordtype">int</span> workspace) {
<a name="l00639"></a>00639         <a class="code" href="a00044.html#a388edf12256bf73c3a8ee9734c3bd841" title="#__VA_ARGS__ means: leave out __VA_ARGS__ completely if it is empty, that is, delete...">LOG</a>(<span class="stringliteral">&quot;Moving current window to workspace %d\n&quot;</span>, workspace);
<a name="l00640"></a>00640 
<a name="l00641"></a>00641         <a class="code" href="a00013.html" title="A container is either in default, stacking or tabbed mode.">Container</a> *<a class="code" href="a00023.html#ad5f9402c2db288b0762e3a6467257dc8" title="Backpointer to the container this stack window is in.">container</a> = <a class="code" href="a00051.html#ac120dc3752e8ac2853ddd65d7737a2fd">CUR_CELL</a>;
<a name="l00642"></a>00642 
<a name="l00643"></a>00643         assert(container != NULL);
<a name="l00644"></a>00644 
<a name="l00645"></a>00645         <span class="comment">/* t_ws (to workspace) is just a container pointer to the workspace we’re switching to */</span>
<a name="l00646"></a>00646         <a class="code" href="a00025.html" title="The concept of Workspaces is known from various other window managers.">Workspace</a> *t_ws = <a class="code" href="a00078.html#a73833335a85bfc97bdff285b151ab1c5" title="Returns a pointer to the workspace with the given number (starting at 0), creating...">workspace_get</a>(workspace-1);
<a name="l00647"></a>00647 
<a name="l00648"></a>00648         <a class="code" href="a00007.html" title="A client is X11-speak for a window.">Client</a> *current_client = container-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a>;
<a name="l00649"></a>00649         <span class="keywordflow">if</span> (current_client == NULL) {
<a name="l00650"></a>00650                 <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;No currently focused client in current container.\n&quot;</span>);
<a name="l00651"></a>00651                 <span class="keywordflow">return</span>;
<a name="l00652"></a>00652         }
<a name="l00653"></a>00653         <a class="code" href="a00007.html" title="A client is X11-speak for a window.">Client</a> *to_focus = <a class="code" href="a00052.html#a637193044fe053d19ac4ca175b00e213">CIRCLEQ_NEXT_OR_NULL</a>(&amp;(container-&gt;clients), current_client, clients);
<a name="l00654"></a>00654         <span class="keywordflow">if</span> (to_focus == NULL)
<a name="l00655"></a>00655                 to_focus = <a class="code" href="a00052.html#a36f127da0b693024f8fc7018cecaecab">CIRCLEQ_PREV_OR_NULL</a>(&amp;(container-&gt;clients), current_client, clients);
<a name="l00656"></a>00656 
<a name="l00657"></a>00657         <a class="code" href="a00078.html#a8339966acb1a826e826e9b20bfb754f6" title="Initializes the given workspace if it is not already initialized.">workspace_initialize</a>(t_ws, container-&gt;<a class="code" href="a00013.html#a98ed501e1088ccf2e7c75399ab7e6031">workspace</a>-&gt;<a class="code" href="a00025.html#aeee203e013dae84555d28f8247a7e375" title="Backpointer to the output this workspace is on.">output</a>, <span class="keyword">false</span>);
<a name="l00658"></a>00658         <span class="comment">/* Check if there is already a fullscreen client on the destination workspace and</span>
<a name="l00659"></a>00659 <span class="comment">         * stop moving if so. */</span>
<a name="l00660"></a>00660         <span class="keywordflow">if</span> (current_client-&gt;<a class="code" href="a00007.html#a9eeeb880b93223456c2eae445beccf94" title="fullscreen is pretty obvious">fullscreen</a> &amp;&amp; (t_ws-&gt;<a class="code" href="a00025.html#a918ace3a3d2f03c58ec8fa05ac97275e" title="the client who is started in fullscreen mode on this workspace, NULL if there is...">fullscreen_client</a> != NULL)) {
<a name="l00661"></a>00661                 <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;Not moving: Fullscreen client already existing on destination workspace.\n&quot;</span>);
<a name="l00662"></a>00662                 <span class="keywordflow">return</span>;
<a name="l00663"></a>00663         }
<a name="l00664"></a>00664 
<a name="l00665"></a>00665         <a class="code" href="a00013.html" title="A container is either in default, stacking or tabbed mode.">Container</a> *to_container = t_ws-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[t_ws-&gt;<a class="code" href="a00025.html#ab683091dfe46963b2dd0761e8e5f9e16" title="These are stored here only while this workspace is _not_ shown (see show_workspace())...">current_col</a>][t_ws-&gt;<a class="code" href="a00025.html#a86fefbdc838f2b5593ea2521378e4ddd" title="These are stored here only while this workspace is _not_ shown (see show_workspace())...">current_row</a>];
<a name="l00666"></a>00666 
<a name="l00667"></a>00667         assert(to_container != NULL);
<a name="l00668"></a>00668 
<a name="l00669"></a>00669         <a class="code" href="a00060.html#a795be4a8912ac14d7657257953a91cd1" title="Removes the given client from the container, either because it will be inserted into...">client_remove_from_container</a>(conn, current_client, container, <span class="keyword">true</span>);
<a name="l00670"></a>00670         <span class="keywordflow">if</span> (container-&gt;<a class="code" href="a00013.html#a98ed501e1088ccf2e7c75399ab7e6031">workspace</a>-&gt;<a class="code" href="a00025.html#a918ace3a3d2f03c58ec8fa05ac97275e" title="the client who is started in fullscreen mode on this workspace, NULL if there is...">fullscreen_client</a> == current_client)
<a name="l00671"></a>00671                 container-&gt;<a class="code" href="a00013.html#a98ed501e1088ccf2e7c75399ab7e6031">workspace</a>-&gt;<a class="code" href="a00025.html#a918ace3a3d2f03c58ec8fa05ac97275e" title="the client who is started in fullscreen mode on this workspace, NULL if there is...">fullscreen_client</a> = NULL;
<a name="l00672"></a>00672 
<a name="l00673"></a>00673         <span class="comment">/* TODO: insert it to the correct position */</span>
<a name="l00674"></a>00674         <a class="code" href="a00047.html#aa2b767125267fa26ca10e21fa358008c">CIRCLEQ_INSERT_TAIL</a>(&amp;(to_container-&gt;clients), current_client, clients);
<a name="l00675"></a>00675 
<a name="l00676"></a>00676         <a class="code" href="a00047.html#a48df7439e09a419afabdd1f2f8551e73">SLIST_INSERT_HEAD</a>(&amp;(to_container-&gt;<a class="code" href="a00013.html#a98ed501e1088ccf2e7c75399ab7e6031">workspace</a>-&gt;focus_stack), current_client, focus_clients);
<a name="l00677"></a>00677         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Moved.\n&quot;</span>);
<a name="l00678"></a>00678 
<a name="l00679"></a>00679         current_client-&gt;<a class="code" href="a00007.html#a022927d41b4140a623f72fa360c46a17" title="Backpointer.">container</a> = to_container;
<a name="l00680"></a>00680         current_client-&gt;<a class="code" href="a00007.html#ab9573ba898dbd1932f5200be5eb2a990" title="Because dock clients don’t have a container, we have this workspace-backpointer...">workspace</a> = to_container-&gt;<a class="code" href="a00013.html#a98ed501e1088ccf2e7c75399ab7e6031">workspace</a>;
<a name="l00681"></a>00681         container-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a> = to_focus;
<a name="l00682"></a>00682         to_container-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a> = current_client;
<a name="l00683"></a>00683 
<a name="l00684"></a>00684         <span class="comment">/* If we’re moving it to an invisible screen, we need to unmap it */</span>
<a name="l00685"></a>00685         <span class="keywordflow">if</span> (!<a class="code" href="a00078.html#a7a4e9d7994d904776ead4c8fc1b22091" title="Returns true if the workspace is currently visible.">workspace_is_visible</a>(to_container-&gt;<a class="code" href="a00013.html#a98ed501e1088ccf2e7c75399ab7e6031">workspace</a>)) {
<a name="l00686"></a>00686                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;This workspace is not visible, unmapping\n&quot;</span>);
<a name="l00687"></a>00687                 <a class="code" href="a00060.html#afe96e905cd2fcc23acf096304000f793" title="Unmap the client, correctly setting any state which is needed.">client_unmap</a>(conn, current_client);
<a name="l00688"></a>00688         } <span class="keywordflow">else</span> {
<a name="l00689"></a>00689                 <span class="keywordflow">if</span> (current_client-&gt;<a class="code" href="a00007.html#a9eeeb880b93223456c2eae445beccf94" title="fullscreen is pretty obvious">fullscreen</a>) {
<a name="l00690"></a>00690                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Calling client_enter_fullscreen again\n&quot;</span>);
<a name="l00691"></a>00691                         <a class="code" href="a00060.html#a9ec4f35452bd2af99fbc1e8cbf0917f4" title="Enters fullscreen mode for the given client.">client_enter_fullscreen</a>(conn, current_client, <span class="keyword">false</span>);
<a name="l00692"></a>00692                 }
<a name="l00693"></a>00693         }
<a name="l00694"></a>00694 
<a name="l00695"></a>00695         <span class="comment">/* delete all empty columns/rows */</span>
<a name="l00696"></a>00696         <a class="code" href="a00076.html#a53709ed2b55f1b76021b0e6c93aae547" title="Shrinks the table by &amp;quot;compacting&amp;quot; it, that is, removing completely empty...">cleanup_table</a>(conn, container-&gt;<a class="code" href="a00013.html#a98ed501e1088ccf2e7c75399ab7e6031">workspace</a>);
<a name="l00697"></a>00697 
<a name="l00698"></a>00698         <a class="code" href="a00069.html#a47ffef7db851301198762179187ac997" title="Renders the whole layout, that is: Go through each screen, each workspace, each container...">render_layout</a>(conn);
<a name="l00699"></a>00699 
<a name="l00700"></a>00700         <span class="keywordflow">if</span> (<a class="code" href="a00078.html#a7a4e9d7994d904776ead4c8fc1b22091" title="Returns true if the workspace is currently visible.">workspace_is_visible</a>(to_container-&gt;<a class="code" href="a00013.html#a98ed501e1088ccf2e7c75399ab7e6031">workspace</a>)) {
<a name="l00701"></a>00701                 <a class="code" href="a00060.html#a4f8920c26884a6afe27211af25500135" title="Warps the pointer into the given client (in the middle of it, to be specific), therefore...">client_warp_pointer_into</a>(conn, current_client);
<a name="l00702"></a>00702                 <a class="code" href="a00077.html#a323dcf30475bb3bf165100e74d225b48" title="Sets the given client as focused by updating the data structures correctly, updating...">set_focus</a>(conn, current_client, <span class="keyword">true</span>);
<a name="l00703"></a>00703         }
<a name="l00704"></a>00704 }
<a name="l00705"></a>00705 
<a name="l00706"></a>00706 <span class="comment">/*</span>
<a name="l00707"></a>00707 <span class="comment"> * Jumps to the given window class / title.</span>
<a name="l00708"></a>00708 <span class="comment"> * Title is matched using strstr, that is, matches if it appears anywhere</span>
<a name="l00709"></a>00709 <span class="comment"> * in the string. Regular expressions seem to be a bit overkill here. However,</span>
<a name="l00710"></a>00710 <span class="comment"> * if we need them for something else somewhen, we may introduce them here, too.</span>
<a name="l00711"></a>00711 <span class="comment"> *</span>
<a name="l00712"></a>00712 <span class="comment"> */</span>
<a name="l00713"></a><a class="code" href="a00061.html#a201e7d36704934344f539be5bf0c3049">00713</a> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="a00061.html#a201e7d36704934344f539be5bf0c3049">jump_to_window</a>(xcb_connection_t *conn, <span class="keyword">const</span> <span class="keywordtype">char</span> *arguments) {
<a name="l00714"></a>00714         <span class="keywordtype">char</span> *classtitle;
<a name="l00715"></a>00715         <a class="code" href="a00007.html" title="A client is X11-speak for a window.">Client</a> *client;
<a name="l00716"></a>00716 
<a name="l00717"></a>00717         <span class="comment">/* The first character is a quote, this was checked before */</span>
<a name="l00718"></a>00718         classtitle = <a class="code" href="a00077.html#a11822d1f4b182be3fa03d2a5af536e1a" title="Safe-wrapper around strdup which exits if malloc returns NULL (meaning that there...">sstrdup</a>(arguments+1);
<a name="l00719"></a>00719         <span class="comment">/* The last character is a quote, we just set it to NULL */</span>
<a name="l00720"></a>00720         classtitle[strlen(classtitle)-1] = <span class="charliteral">&#39;\0&#39;</span>;
<a name="l00721"></a>00721 
<a name="l00722"></a>00722         <span class="keywordflow">if</span> ((client = <a class="code" href="a00077.html#ad77b9ae748e9583f072306af098dafed" title="Gets the first matching client for the given window class/window title.">get_matching_client</a>(conn, classtitle, NULL)) == NULL) {
<a name="l00723"></a>00723                 free(classtitle);
<a name="l00724"></a>00724                 <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;No matching client found.\n&quot;</span>);
<a name="l00725"></a>00725                 <span class="keywordflow">return</span>;
<a name="l00726"></a>00726         }
<a name="l00727"></a>00727 
<a name="l00728"></a>00728         free(classtitle);
<a name="l00729"></a>00729         <a class="code" href="a00078.html#a2f31983877c705919ed85c985220855e" title="Switches to the given workspace.">workspace_show</a>(conn, client-&gt;<a class="code" href="a00007.html#ab9573ba898dbd1932f5200be5eb2a990" title="Because dock clients don’t have a container, we have this workspace-backpointer...">workspace</a>-&gt;<a class="code" href="a00025.html#a7dfb9b375b2740db75bb82eb0b2be41d" title="Number of this workspace, starting from 0.">num</a> + 1);
<a name="l00730"></a>00730         <a class="code" href="a00077.html#a323dcf30475bb3bf165100e74d225b48" title="Sets the given client as focused by updating the data structures correctly, updating...">set_focus</a>(conn, client, <span class="keyword">true</span>);
<a name="l00731"></a>00731 }
<a name="l00732"></a>00732 
<a name="l00733"></a>00733 <span class="comment">/*</span>
<a name="l00734"></a>00734 <span class="comment"> * Jump directly to the specified workspace, row and col.</span>
<a name="l00735"></a>00735 <span class="comment"> * Great for reaching windows that you always keep in the same spot (hello irssi, I&#39;m looking at you)</span>
<a name="l00736"></a>00736 <span class="comment"> *</span>
<a name="l00737"></a>00737 <span class="comment"> */</span>
<a name="l00738"></a><a class="code" href="a00061.html#ad0a6b0a564cea9c6074e8285c902b720">00738</a> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="a00061.html#ad0a6b0a564cea9c6074e8285c902b720">jump_to_container</a>(xcb_connection_t *conn, <span class="keyword">const</span> <span class="keywordtype">char</span> *arguments) {
<a name="l00739"></a>00739         <span class="keywordtype">int</span> ws, row, col;
<a name="l00740"></a>00740         <span class="keywordtype">int</span> result;
<a name="l00741"></a>00741 
<a name="l00742"></a>00742         result = sscanf(arguments, <span class="stringliteral">&quot;%d %d %d&quot;</span>, &amp;ws, &amp;col, &amp;row);
<a name="l00743"></a>00743         <a class="code" href="a00044.html#a388edf12256bf73c3a8ee9734c3bd841" title="#__VA_ARGS__ means: leave out __VA_ARGS__ completely if it is empty, that is, delete...">LOG</a>(<span class="stringliteral">&quot;Jump called with %d parameters (\&quot;%s\&quot;)\n&quot;</span>, result, arguments);
<a name="l00744"></a>00744 
<a name="l00745"></a>00745         <span class="comment">/* No match? Either no arguments were specified, or no numbers */</span>
<a name="l00746"></a>00746         <span class="keywordflow">if</span> (result &lt; 1) {
<a name="l00747"></a>00747                 <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;At least one valid argument required\n&quot;</span>);
<a name="l00748"></a>00748                 <span class="keywordflow">return</span>;
<a name="l00749"></a>00749         }
<a name="l00750"></a>00750 
<a name="l00751"></a>00751         <span class="comment">/* Move to the target workspace */</span>
<a name="l00752"></a>00752         <a class="code" href="a00078.html#a2f31983877c705919ed85c985220855e" title="Switches to the given workspace.">workspace_show</a>(conn, ws);
<a name="l00753"></a>00753 
<a name="l00754"></a>00754         <span class="keywordflow">if</span> (result &lt; 3)
<a name="l00755"></a>00755                 <span class="keywordflow">return</span>;
<a name="l00756"></a>00756 
<a name="l00757"></a>00757         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Boundary-checking col %d, row %d... (max cols %d, max rows %d)\n&quot;</span>, col, row, <a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;<a class="code" href="a00025.html#a1d295f430fa92fc0b91c7f85a4b499b2" title="table dimensions">cols</a>, <a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;<a class="code" href="a00025.html#ae4fee0126eb1ae8484bf7281709c3fdb" title="table dimensions">rows</a>);
<a name="l00758"></a>00758 
<a name="l00759"></a>00759         <span class="comment">/* Move to row/col */</span>
<a name="l00760"></a>00760         <span class="keywordflow">if</span> (row &gt;= <a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;<a class="code" href="a00025.html#ae4fee0126eb1ae8484bf7281709c3fdb" title="table dimensions">rows</a>)
<a name="l00761"></a>00761                 row = <a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;<a class="code" href="a00025.html#ae4fee0126eb1ae8484bf7281709c3fdb" title="table dimensions">rows</a> - 1;
<a name="l00762"></a>00762         <span class="keywordflow">if</span> (col &gt;= <a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;<a class="code" href="a00025.html#a1d295f430fa92fc0b91c7f85a4b499b2" title="table dimensions">cols</a>)
<a name="l00763"></a>00763                 col = <a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;<a class="code" href="a00025.html#a1d295f430fa92fc0b91c7f85a4b499b2" title="table dimensions">cols</a> - 1;
<a name="l00764"></a>00764 
<a name="l00765"></a>00765         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Jumping to col %d, row %d\n&quot;</span>, col, row);
<a name="l00766"></a>00766         <span class="keywordflow">if</span> (<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[col][row]-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a> != NULL)
<a name="l00767"></a>00767                 <a class="code" href="a00077.html#a323dcf30475bb3bf165100e74d225b48" title="Sets the given client as focused by updating the data structures correctly, updating...">set_focus</a>(conn, <a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;<a class="code" href="a00025.html#a26cf35518dcf31aa97deda261548e719" title="This is a two-dimensional dynamic array of Container-pointers.">table</a>[col][row]-&gt;<a class="code" href="a00013.html#a82d910506b0d788a92ebeeb1d82da75b">currently_focused</a>, <span class="keyword">true</span>);
<a name="l00768"></a>00768 }
<a name="l00769"></a>00769 
<a name="l00770"></a>00770 <span class="comment">/*</span>
<a name="l00771"></a>00771 <span class="comment"> * Travels the focus stack by the given number of times (or once, if no argument</span>
<a name="l00772"></a>00772 <span class="comment"> * was specified). That is, selects the window you were in before you focused</span>
<a name="l00773"></a>00773 <span class="comment"> * the current window.</span>
<a name="l00774"></a>00774 <span class="comment"> *</span>
<a name="l00775"></a>00775 <span class="comment"> * The special values &#39;floating&#39; (select the next floating window), &#39;tiling&#39;</span>
<a name="l00776"></a>00776 <span class="comment"> * (select the next tiling window), &#39;ft&#39; (if the current window is floating,</span>
<a name="l00777"></a>00777 <span class="comment"> * select the next tiling window and vice-versa) are also valid</span>
<a name="l00778"></a>00778 <span class="comment"> *</span>
<a name="l00779"></a>00779 <span class="comment"> */</span>
<a name="l00780"></a><a class="code" href="a00061.html#a6aff698db3da5706e3150855f29e0d90">00780</a> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="a00061.html#a6aff698db3da5706e3150855f29e0d90">travel_focus_stack</a>(xcb_connection_t *conn, <span class="keyword">const</span> <span class="keywordtype">char</span> *arguments) {
<a name="l00781"></a>00781         <span class="comment">/* Start count at -1 to always skip the first element */</span>
<a name="l00782"></a>00782         <span class="keywordtype">int</span> times, count = -1;
<a name="l00783"></a>00783         <a class="code" href="a00007.html" title="A client is X11-speak for a window.">Client</a> *current;
<a name="l00784"></a>00784         <span class="keywordtype">bool</span> floating_criteria;
<a name="l00785"></a>00785 
<a name="l00786"></a>00786         <span class="comment">/* Either it’s one of the special values… */</span>
<a name="l00787"></a>00787         <span class="keywordflow">if</span> (strcasecmp(arguments, <span class="stringliteral">&quot;floating&quot;</span>) == 0) {
<a name="l00788"></a>00788                 floating_criteria = <span class="keyword">true</span>;
<a name="l00789"></a>00789         } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (strcasecmp(arguments, <span class="stringliteral">&quot;tiling&quot;</span>) == 0) {
<a name="l00790"></a>00790                 floating_criteria = <span class="keyword">false</span>;
<a name="l00791"></a>00791         } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (strcasecmp(arguments, <span class="stringliteral">&quot;ft&quot;</span>) == 0) {
<a name="l00792"></a>00792                 <a class="code" href="a00007.html" title="A client is X11-speak for a window.">Client</a> *last_focused = <a class="code" href="a00047.html#a91bac7d0d32e3ec56bc579ace45ed8cd">SLIST_FIRST</a>(&amp;(<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;focus_stack));
<a name="l00793"></a>00793                 <span class="keywordflow">if</span> (last_focused == <a class="code" href="a00047.html#a33283f951b262b1ac57d20c0e4e0862c">SLIST_END</a>(&amp;(<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;focus_stack))) {
<a name="l00794"></a>00794                         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;Cannot select the next floating/tiling client because there is no client at all\n&quot;</span>);
<a name="l00795"></a>00795                         <span class="keywordflow">return</span>;
<a name="l00796"></a>00796                 }
<a name="l00797"></a>00797 
<a name="l00798"></a>00798                 floating_criteria = !<a class="code" href="a00060.html#a56065826f75013837bc8e125c8dc66c7" title="Returns true if the client is floating.">client_is_floating</a>(last_focused);
<a name="l00799"></a>00799         } <span class="keywordflow">else</span> {
<a name="l00800"></a>00800                 <span class="comment">/* …or a number was specified */</span>
<a name="l00801"></a>00801                 <span class="keywordflow">if</span> (sscanf(arguments, <span class="stringliteral">&quot;%u&quot;</span>, &amp;times) != 1) {
<a name="l00802"></a>00802                         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;No or invalid argument given (\&quot;%s\&quot;), using default of 1 times\n&quot;</span>, arguments);
<a name="l00803"></a>00803                         times = 1;
<a name="l00804"></a>00804                 }
<a name="l00805"></a>00805 
<a name="l00806"></a>00806                 <a class="code" href="a00047.html#a05db87878125c27e3060dd641aa3b0f4">SLIST_FOREACH</a>(current, &amp;(<a class="code" href="a00051.html#ac120dc3752e8ac2853ddd65d7737a2fd">CUR_CELL</a>-&gt;workspace-&gt;focus_stack), focus_clients) {
<a name="l00807"></a>00807                         <span class="keywordflow">if</span> (++count &lt; times) {
<a name="l00808"></a>00808                                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Skipping\n&quot;</span>);
<a name="l00809"></a>00809                                 <span class="keywordflow">continue</span>;
<a name="l00810"></a>00810                         }
<a name="l00811"></a>00811 
<a name="l00812"></a>00812                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Focussing\n&quot;</span>);
<a name="l00813"></a>00813                         <a class="code" href="a00077.html#a323dcf30475bb3bf165100e74d225b48" title="Sets the given client as focused by updating the data structures correctly, updating...">set_focus</a>(conn, current, <span class="keyword">true</span>);
<a name="l00814"></a>00814                         <span class="keywordflow">break</span>;
<a name="l00815"></a>00815                 }
<a name="l00816"></a>00816                 <span class="keywordflow">return</span>;
<a name="l00817"></a>00817         }
<a name="l00818"></a>00818 
<a name="l00819"></a>00819         <span class="comment">/* Select the next client matching the criteria parsed above */</span>
<a name="l00820"></a>00820         <a class="code" href="a00047.html#a05db87878125c27e3060dd641aa3b0f4">SLIST_FOREACH</a>(current, &amp;(<a class="code" href="a00051.html#ac120dc3752e8ac2853ddd65d7737a2fd">CUR_CELL</a>-&gt;workspace-&gt;focus_stack), focus_clients)
<a name="l00821"></a>00821                 <span class="keywordflow">if</span> (<a class="code" href="a00060.html#a56065826f75013837bc8e125c8dc66c7" title="Returns true if the client is floating.">client_is_floating</a>(current) == floating_criteria) {
<a name="l00822"></a>00822                         <a class="code" href="a00077.html#a323dcf30475bb3bf165100e74d225b48" title="Sets the given client as focused by updating the data structures correctly, updating...">set_focus</a>(conn, current, <span class="keyword">true</span>);
<a name="l00823"></a>00823                         <span class="keywordflow">break</span>;
<a name="l00824"></a>00824                 }
<a name="l00825"></a>00825 }
<a name="l00826"></a>00826 
<a name="l00827"></a>00827 <span class="comment">/* </span>
<a name="l00828"></a>00828 <span class="comment"> * Switch to next or previous existing workspace</span>
<a name="l00829"></a>00829 <span class="comment"> *</span>
<a name="l00830"></a>00830 <span class="comment"> */</span>
<a name="l00831"></a><a class="code" href="a00061.html#ad1e7a6f65424a54492d65f80b253233f">00831</a> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="a00061.html#ad1e7a6f65424a54492d65f80b253233f">next_previous_workspace</a>(xcb_connection_t *conn, <span class="keywordtype">int</span> direction) {
<a name="l00832"></a>00832         <a class="code" href="a00025.html" title="The concept of Workspaces is known from various other window managers.">Workspace</a> *ws = <a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>;
<a name="l00833"></a>00833 
<a name="l00834"></a>00834         <span class="keywordflow">if</span> (direction == <span class="charliteral">&#39;n&#39;</span>) {
<a name="l00835"></a>00835                 <span class="keywordflow">while</span> (1) {
<a name="l00836"></a>00836                         ws = <a class="code" href="a00047.html#abd57fe9bdea6007a602f8c7d61bd5265">TAILQ_NEXT</a>(ws, <a class="code" href="a00076.html#afb45f3a3a9c66c3e3a5e4d372ae24da7">workspaces</a>);
<a name="l00837"></a>00837 
<a name="l00838"></a>00838                         <span class="keywordflow">if</span> (ws == <a class="code" href="a00047.html#a4322b8461a6ab7632435ff4f57bb3a2e">TAILQ_END</a>(<a class="code" href="a00076.html#afb45f3a3a9c66c3e3a5e4d372ae24da7">workspaces</a>))
<a name="l00839"></a>00839                                 ws = <a class="code" href="a00047.html#a7d6894360bd1c41e0e6f6d84998c1362">TAILQ_FIRST</a>(<a class="code" href="a00076.html#afb45f3a3a9c66c3e3a5e4d372ae24da7">workspaces</a>);
<a name="l00840"></a>00840 
<a name="l00841"></a>00841                         <span class="keywordflow">if</span> (ws == <a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>)
<a name="l00842"></a>00842                                 <span class="keywordflow">return</span>;
<a name="l00843"></a>00843 
<a name="l00844"></a>00844                         <span class="keywordflow">if</span> (ws-&gt;<a class="code" href="a00025.html#aeee203e013dae84555d28f8247a7e375" title="Backpointer to the output this workspace is on.">output</a> == NULL)
<a name="l00845"></a>00845                                 <span class="keywordflow">continue</span>;
<a name="l00846"></a>00846 
<a name="l00847"></a>00847                         <a class="code" href="a00078.html#a2f31983877c705919ed85c985220855e" title="Switches to the given workspace.">workspace_show</a>(conn, ws-&gt;<a class="code" href="a00025.html#a7dfb9b375b2740db75bb82eb0b2be41d" title="Number of this workspace, starting from 0.">num</a> + 1);
<a name="l00848"></a>00848                         <span class="keywordflow">return</span>;
<a name="l00849"></a>00849                 }
<a name="l00850"></a>00850         } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (direction == <span class="charliteral">&#39;p&#39;</span>) {
<a name="l00851"></a>00851                 <span class="keywordflow">while</span> (1) {
<a name="l00852"></a>00852                         ws = <a class="code" href="a00047.html#a524f93a0c21c390683fab4c27e840a10">TAILQ_PREV</a>(ws, workspaces_head, <a class="code" href="a00076.html#afb45f3a3a9c66c3e3a5e4d372ae24da7">workspaces</a>);
<a name="l00853"></a>00853 
<a name="l00854"></a>00854                         <span class="keywordflow">if</span> (ws == <a class="code" href="a00047.html#a4322b8461a6ab7632435ff4f57bb3a2e">TAILQ_END</a>(<a class="code" href="a00076.html#afb45f3a3a9c66c3e3a5e4d372ae24da7">workspaces</a>))
<a name="l00855"></a>00855                                 ws = <a class="code" href="a00047.html#ac9154a9aebb3c15a3f2356349a1cc14f">TAILQ_LAST</a>(<a class="code" href="a00076.html#afb45f3a3a9c66c3e3a5e4d372ae24da7">workspaces</a>, workspaces_head);
<a name="l00856"></a>00856 
<a name="l00857"></a>00857                         <span class="keywordflow">if</span> (ws == <a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>)
<a name="l00858"></a>00858                                 <span class="keywordflow">return</span>;
<a name="l00859"></a>00859 
<a name="l00860"></a>00860                         <span class="keywordflow">if</span> (ws-&gt;<a class="code" href="a00025.html#aeee203e013dae84555d28f8247a7e375" title="Backpointer to the output this workspace is on.">output</a> == NULL)
<a name="l00861"></a>00861                                 <span class="keywordflow">continue</span>;
<a name="l00862"></a>00862 
<a name="l00863"></a>00863                         <a class="code" href="a00078.html#a2f31983877c705919ed85c985220855e" title="Switches to the given workspace.">workspace_show</a>(conn, ws-&gt;<a class="code" href="a00025.html#a7dfb9b375b2740db75bb82eb0b2be41d" title="Number of this workspace, starting from 0.">num</a> + 1);
<a name="l00864"></a>00864                         <span class="keywordflow">return</span>;
<a name="l00865"></a>00865                 }
<a name="l00866"></a>00866         }
<a name="l00867"></a>00867 }
<a name="l00868"></a>00868 
<a name="l00869"></a><a class="code" href="a00061.html#a5a90d784d807912c8036968182f80745">00869</a> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="a00061.html#a5a90d784d807912c8036968182f80745">parse_resize_command</a>(xcb_connection_t *conn, <a class="code" href="a00007.html" title="A client is X11-speak for a window.">Client</a> *last_focused, <span class="keyword">const</span> <span class="keywordtype">char</span> *command) {
<a name="l00870"></a>00870         <span class="keywordtype">int</span> first, second;
<a name="l00871"></a>00871         <a class="code" href="a00049.html#a71bd35b8b1c20409e895e1d16db16048">resize_orientation_t</a> orientation = <a class="code" href="a00049.html#a71bd35b8b1c20409e895e1d16db16048adf2421ce8287797fba766ef7785fd15f">O_VERTICAL</a>;
<a name="l00872"></a>00872         <a class="code" href="a00013.html" title="A container is either in default, stacking or tabbed mode.">Container</a> *con = last_focused-&gt;<a class="code" href="a00007.html#a022927d41b4140a623f72fa360c46a17" title="Backpointer.">container</a>;
<a name="l00873"></a>00873         <a class="code" href="a00025.html" title="The concept of Workspaces is known from various other window managers.">Workspace</a> *ws = last_focused-&gt;<a class="code" href="a00007.html#ab9573ba898dbd1932f5200be5eb2a990" title="Because dock clients don’t have a container, we have this workspace-backpointer...">workspace</a>;
<a name="l00874"></a>00874 
<a name="l00875"></a>00875         <span class="keywordflow">if</span> (<a class="code" href="a00060.html#a56065826f75013837bc8e125c8dc66c7" title="Returns true if the client is floating.">client_is_floating</a>(last_focused)) {
<a name="l00876"></a>00876                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;Resizing a floating client\n&quot;</span>);
<a name="l00877"></a>00877                 <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;left&quot;</span>)) {
<a name="l00878"></a>00878                         command += strlen(<span class="stringliteral">&quot;left&quot;</span>);
<a name="l00879"></a>00879                         last_focused-&gt;<a class="code" href="a00007.html#aea76187592ae1a87eb8bb1af77af62d4" title="x, y, width, height of the frame">rect</a>.<a class="code" href="a00020.html#adb31dc42e48628c3e513c60296779ef8">width</a> -= atoi(command);
<a name="l00880"></a>00880                         last_focused-&gt;<a class="code" href="a00007.html#aea76187592ae1a87eb8bb1af77af62d4" title="x, y, width, height of the frame">rect</a>.<a class="code" href="a00020.html#a6f5ab43ec9da45a9c3ddbc45d9aa3bbc">x</a> += atoi(command);
<a name="l00881"></a>00881                 } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;right&quot;</span>)) {
<a name="l00882"></a>00882                         command += strlen(<span class="stringliteral">&quot;right&quot;</span>);
<a name="l00883"></a>00883                         last_focused-&gt;<a class="code" href="a00007.html#aea76187592ae1a87eb8bb1af77af62d4" title="x, y, width, height of the frame">rect</a>.<a class="code" href="a00020.html#adb31dc42e48628c3e513c60296779ef8">width</a> += atoi(command);
<a name="l00884"></a>00884                 } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;top&quot;</span>)) {
<a name="l00885"></a>00885                         command += strlen(<span class="stringliteral">&quot;top&quot;</span>);
<a name="l00886"></a>00886                         last_focused-&gt;<a class="code" href="a00007.html#aea76187592ae1a87eb8bb1af77af62d4" title="x, y, width, height of the frame">rect</a>.<a class="code" href="a00020.html#a0a074c07d144c9647e3eb60ef54f88c3">height</a> -= atoi(command);
<a name="l00887"></a>00887                         last_focused-&gt;<a class="code" href="a00007.html#aea76187592ae1a87eb8bb1af77af62d4" title="x, y, width, height of the frame">rect</a>.<a class="code" href="a00020.html#ac77eddc4cc31fe7881da4a23cdca0ea5">y</a> += atoi(command);
<a name="l00888"></a>00888                 } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;bottom&quot;</span>)) {
<a name="l00889"></a>00889                         command += strlen(<span class="stringliteral">&quot;bottom&quot;</span>);
<a name="l00890"></a>00890                         last_focused-&gt;<a class="code" href="a00007.html#aea76187592ae1a87eb8bb1af77af62d4" title="x, y, width, height of the frame">rect</a>.<a class="code" href="a00020.html#a0a074c07d144c9647e3eb60ef54f88c3">height</a> += atoi(command);
<a name="l00891"></a>00891                 } <span class="keywordflow">else</span> {
<a name="l00892"></a>00892                         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;Syntax: resize &lt;left|right|top|bottom&gt; [+|-]&lt;pixels&gt;\n&quot;</span>);
<a name="l00893"></a>00893                         <span class="keywordflow">return</span>;
<a name="l00894"></a>00894                 }
<a name="l00895"></a>00895 
<a name="l00896"></a>00896                 <span class="comment">/* resize_client flushes */</span>
<a name="l00897"></a>00897                 <a class="code" href="a00069.html#a83463931ef26f7c3261dc1b804282299" title="Pushes the client’s width/height to X11 and resizes the child window.">resize_client</a>(conn, last_focused);
<a name="l00898"></a>00898 
<a name="l00899"></a>00899                 <span class="keywordflow">return</span>;
<a name="l00900"></a>00900         }
<a name="l00901"></a>00901 
<a name="l00902"></a>00902         <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;left&quot;</span>)) {
<a name="l00903"></a>00903                 <span class="keywordflow">if</span> (con-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a> == 0)
<a name="l00904"></a>00904                         <span class="keywordflow">return</span>;
<a name="l00905"></a>00905                 first = con-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a> - 1;
<a name="l00906"></a>00906                 second = con-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a>;
<a name="l00907"></a>00907                 command += strlen(<span class="stringliteral">&quot;left&quot;</span>);
<a name="l00908"></a>00908         } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;right&quot;</span>)) {
<a name="l00909"></a>00909                 first = con-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a> + (con-&gt;<a class="code" href="a00013.html#abb706ed35dd8c6303633d4c45c97d855">colspan</a> - 1);
<a name="l00910"></a>00910                 <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;column %d\n&quot;</span>, first);
<a name="l00911"></a>00911 
<a name="l00912"></a>00912                 <span class="keywordflow">if</span> (!<a class="code" href="a00076.html#a35612ca2e7ae4fc1fe4e396957215065" title="Performs simple bounds checking for the given column/row.">cell_exists</a>(ws, first, con-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a>) ||
<a name="l00913"></a>00913                     (first == (ws-&gt;<a class="code" href="a00025.html#a1d295f430fa92fc0b91c7f85a4b499b2" title="table dimensions">cols</a>-1)))
<a name="l00914"></a>00914                         <span class="keywordflow">return</span>;
<a name="l00915"></a>00915 
<a name="l00916"></a>00916                 second = first + 1;
<a name="l00917"></a>00917                 command += strlen(<span class="stringliteral">&quot;right&quot;</span>);
<a name="l00918"></a>00918         } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;top&quot;</span>)) {
<a name="l00919"></a>00919                 <span class="keywordflow">if</span> (con-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a> == 0)
<a name="l00920"></a>00920                         <span class="keywordflow">return</span>;
<a name="l00921"></a>00921                 first = con-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a> - 1;
<a name="l00922"></a>00922                 second = con-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a>;
<a name="l00923"></a>00923                 orientation = <a class="code" href="a00049.html#a71bd35b8b1c20409e895e1d16db16048aab98751893c49db72a388d69fbeaaaea">O_HORIZONTAL</a>;
<a name="l00924"></a>00924                 command += strlen(<span class="stringliteral">&quot;top&quot;</span>);
<a name="l00925"></a>00925         } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;bottom&quot;</span>)) {
<a name="l00926"></a>00926                 first = con-&gt;<a class="code" href="a00013.html#a4fefa5b1b97f096cbee9cd24cc3d6c34">row</a> + (con-&gt;<a class="code" href="a00013.html#ac87ec920de798c8f06a131af45af1fa6">rowspan</a> - 1);
<a name="l00927"></a>00927                 <span class="keywordflow">if</span> (!<a class="code" href="a00076.html#a35612ca2e7ae4fc1fe4e396957215065" title="Performs simple bounds checking for the given column/row.">cell_exists</a>(ws, con-&gt;<a class="code" href="a00013.html#ad20f57a89cdcc15b1e656c67d7b4861a">col</a>, first) ||
<a name="l00928"></a>00928                     (first == (ws-&gt;<a class="code" href="a00025.html#ae4fee0126eb1ae8484bf7281709c3fdb" title="table dimensions">rows</a>-1)))
<a name="l00929"></a>00929                         <span class="keywordflow">return</span>;
<a name="l00930"></a>00930 
<a name="l00931"></a>00931                 second = first + 1;
<a name="l00932"></a>00932                 orientation = <a class="code" href="a00049.html#a71bd35b8b1c20409e895e1d16db16048aab98751893c49db72a388d69fbeaaaea">O_HORIZONTAL</a>;
<a name="l00933"></a>00933                 command += strlen(<span class="stringliteral">&quot;bottom&quot;</span>);
<a name="l00934"></a>00934         } <span class="keywordflow">else</span> {
<a name="l00935"></a>00935                 <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;Syntax: resize &lt;left|right|top|bottom&gt; [+|-]&lt;pixels&gt;\n&quot;</span>);
<a name="l00936"></a>00936                 <span class="keywordflow">return</span>;
<a name="l00937"></a>00937         }
<a name="l00938"></a>00938 
<a name="l00939"></a>00939         <span class="keywordtype">int</span> pixels = atoi(command);
<a name="l00940"></a>00940         <span class="keywordflow">if</span> (pixels == 0)
<a name="l00941"></a>00941                 <span class="keywordflow">return</span>;
<a name="l00942"></a>00942 
<a name="l00943"></a>00943         <a class="code" href="a00074.html#aa9b01c3afa38f9471b7a99ea145066f0" title="Resizes a column/row by the given amount of pixels.">resize_container</a>(conn, ws, first, second, orientation, pixels);
<a name="l00944"></a>00944 }
<a name="l00945"></a>00945 
<a name="l00946"></a>00946 <span class="comment">/*</span>
<a name="l00947"></a>00947 <span class="comment"> * Parses a command, see file CMDMODE for more information</span>
<a name="l00948"></a>00948 <span class="comment"> *</span>
<a name="l00949"></a>00949 <span class="comment"> */</span>
<a name="l00950"></a><a class="code" href="a00033.html#a321767a534b7214d81f4cfeaa4bd0736">00950</a> <span class="keywordtype">void</span> <a class="code" href="a00061.html#a321767a534b7214d81f4cfeaa4bd0736" title="Parses a command, see file CMDMODE for more information.">parse_command</a>(xcb_connection_t *conn, <span class="keyword">const</span> <span class="keywordtype">char</span> *command) {
<a name="l00951"></a>00951         <a class="code" href="a00044.html#a388edf12256bf73c3a8ee9734c3bd841" title="#__VA_ARGS__ means: leave out __VA_ARGS__ completely if it is empty, that is, delete...">LOG</a>(<span class="stringliteral">&quot;--- parsing command \&quot;%s\&quot; ---\n&quot;</span>, command);
<a name="l00952"></a>00952         <span class="comment">/* Get the first client from focus stack because floating clients are not</span>
<a name="l00953"></a>00953 <span class="comment">         * in any container, therefore CUR_CELL is not appropriate. */</span>
<a name="l00954"></a>00954         <a class="code" href="a00007.html" title="A client is X11-speak for a window.">Client</a> *last_focused = <a class="code" href="a00047.html#a91bac7d0d32e3ec56bc579ace45ed8cd">SLIST_FIRST</a>(&amp;(<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;focus_stack));
<a name="l00955"></a>00955         <span class="keywordflow">if</span> (last_focused == <a class="code" href="a00047.html#a33283f951b262b1ac57d20c0e4e0862c">SLIST_END</a>(&amp;(<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;focus_stack)))
<a name="l00956"></a>00956                 last_focused = NULL;
<a name="l00957"></a>00957 
<a name="l00958"></a>00958         <span class="comment">/* Hmm, just to be sure */</span>
<a name="l00959"></a>00959         <span class="keywordflow">if</span> (command[0] == <span class="charliteral">&#39;\0&#39;</span>)
<a name="l00960"></a>00960                 <span class="keywordflow">return</span>;
<a name="l00961"></a>00961 
<a name="l00962"></a>00962         <span class="comment">/* Is it an &lt;exec&gt;? Then execute the given command. */</span>
<a name="l00963"></a>00963         <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;exec &quot;</span>)) {
<a name="l00964"></a>00964                 <a class="code" href="a00044.html#a388edf12256bf73c3a8ee9734c3bd841" title="#__VA_ARGS__ means: leave out __VA_ARGS__ completely if it is empty, that is, delete...">LOG</a>(<span class="stringliteral">&quot;starting \&quot;%s\&quot;\n&quot;</span>, command + strlen(<span class="stringliteral">&quot;exec &quot;</span>));
<a name="l00965"></a>00965                 <a class="code" href="a00077.html#a4a1b0dbf1f2e37a0ad5a0f6cc786225c" title="Starts the given application by passing it through a shell.">start_application</a>(command+strlen(<span class="stringliteral">&quot;exec &quot;</span>));
<a name="l00966"></a>00966                 <span class="keywordflow">return</span>;
<a name="l00967"></a>00967         }
<a name="l00968"></a>00968 
<a name="l00969"></a>00969         <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;mark&quot;</span>)) {
<a name="l00970"></a>00970                 <span class="keywordflow">if</span> (last_focused == NULL) {
<a name="l00971"></a>00971                         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;There is no window to mark\n&quot;</span>);
<a name="l00972"></a>00972                         <span class="keywordflow">return</span>;
<a name="l00973"></a>00973                 }
<a name="l00974"></a>00974                 <span class="keyword">const</span> <span class="keywordtype">char</span> *rest = command + strlen(<span class="stringliteral">&quot;mark&quot;</span>);
<a name="l00975"></a>00975                 <span class="keywordflow">while</span> (*rest == <span class="charliteral">&#39; &#39;</span>)
<a name="l00976"></a>00976                         rest++;
<a name="l00977"></a>00977                 <span class="keywordflow">if</span> (*rest == <span class="charliteral">&#39;\0&#39;</span>) {
<a name="l00978"></a>00978                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;interactive mark starting\n&quot;</span>);
<a name="l00979"></a>00979                         <a class="code" href="a00077.html#a4a1b0dbf1f2e37a0ad5a0f6cc786225c" title="Starts the given application by passing it through a shell.">start_application</a>(<span class="stringliteral">&quot;i3-input -p &#39;mark &#39; -l 1 -P &#39;Mark: &#39;&quot;</span>);
<a name="l00980"></a>00980                 } <span class="keywordflow">else</span> {
<a name="l00981"></a>00981                         <a class="code" href="a00044.html#a388edf12256bf73c3a8ee9734c3bd841" title="#__VA_ARGS__ means: leave out __VA_ARGS__ completely if it is empty, that is, delete...">LOG</a>(<span class="stringliteral">&quot;mark with \&quot;%s\&quot;\n&quot;</span>, rest);
<a name="l00982"></a>00982                         <a class="code" href="a00060.html#af960751e35e4e181bc7c9e8b362babc3" title="Set the given mark for this client.">client_mark</a>(conn, last_focused, rest);
<a name="l00983"></a>00983                 }
<a name="l00984"></a>00984                 <span class="keywordflow">return</span>;
<a name="l00985"></a>00985         }
<a name="l00986"></a>00986 
<a name="l00987"></a>00987         <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;goto&quot;</span>)) {
<a name="l00988"></a>00988                 <span class="keyword">const</span> <span class="keywordtype">char</span> *rest = command + strlen(<span class="stringliteral">&quot;goto&quot;</span>);
<a name="l00989"></a>00989                 <span class="keywordflow">while</span> (*rest == <span class="charliteral">&#39; &#39;</span>)
<a name="l00990"></a>00990                         rest++;
<a name="l00991"></a>00991                 <span class="keywordflow">if</span> (*rest == <span class="charliteral">&#39;\0&#39;</span>) {
<a name="l00992"></a>00992                         <a class="code" href="a00044.html#a287e239c800086178591f5e53f5bb82c">DLOG</a>(<span class="stringliteral">&quot;interactive go to mark starting\n&quot;</span>);
<a name="l00993"></a>00993                         <a class="code" href="a00077.html#a4a1b0dbf1f2e37a0ad5a0f6cc786225c" title="Starts the given application by passing it through a shell.">start_application</a>(<span class="stringliteral">&quot;i3-input -p &#39;goto &#39; -l 1 -P &#39;Goto: &#39;&quot;</span>);
<a name="l00994"></a>00994                 } <span class="keywordflow">else</span> {
<a name="l00995"></a>00995                         <a class="code" href="a00044.html#a388edf12256bf73c3a8ee9734c3bd841" title="#__VA_ARGS__ means: leave out __VA_ARGS__ completely if it is empty, that is, delete...">LOG</a>(<span class="stringliteral">&quot;go to \&quot;%s\&quot;\n&quot;</span>, rest);
<a name="l00996"></a>00996                         <a class="code" href="a00061.html#a92181016c53d6a833bf1842aa2d61a9c">jump_to_mark</a>(conn, rest);
<a name="l00997"></a>00997                 }
<a name="l00998"></a>00998                 <span class="keywordflow">return</span>;
<a name="l00999"></a>00999         }
<a name="l01000"></a>01000 
<a name="l01001"></a>01001         <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;stack-limit &quot;</span>)) {
<a name="l01002"></a>01002                 <span class="keywordflow">if</span> (last_focused == NULL || <a class="code" href="a00060.html#a56065826f75013837bc8e125c8dc66c7" title="Returns true if the client is floating.">client_is_floating</a>(last_focused)) {
<a name="l01003"></a>01003                         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;No container focused\n&quot;</span>);
<a name="l01004"></a>01004                         <span class="keywordflow">return</span>;
<a name="l01005"></a>01005                 }
<a name="l01006"></a>01006                 <span class="keyword">const</span> <span class="keywordtype">char</span> *rest = command + strlen(<span class="stringliteral">&quot;stack-limit &quot;</span>);
<a name="l01007"></a>01007                 <span class="keywordflow">if</span> (strncmp(rest, <span class="stringliteral">&quot;rows &quot;</span>, strlen(<span class="stringliteral">&quot;rows &quot;</span>)) == 0) {
<a name="l01008"></a>01008                         last_focused-&gt;<a class="code" href="a00007.html#a022927d41b4140a623f72fa360c46a17" title="Backpointer.">container</a>-&gt;<a class="code" href="a00013.html#a8d99003f0507fe6554189568f84505be">stack_limit</a> = STACK_LIMIT_ROWS;
<a name="l01009"></a>01009                         rest += strlen(<span class="stringliteral">&quot;rows &quot;</span>);
<a name="l01010"></a>01010                 } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (strncmp(rest, <span class="stringliteral">&quot;cols &quot;</span>, strlen(<span class="stringliteral">&quot;cols &quot;</span>)) == 0) {
<a name="l01011"></a>01011                         last_focused-&gt;<a class="code" href="a00007.html#a022927d41b4140a623f72fa360c46a17" title="Backpointer.">container</a>-&gt;<a class="code" href="a00013.html#a8d99003f0507fe6554189568f84505be">stack_limit</a> = STACK_LIMIT_COLS;
<a name="l01012"></a>01012                         rest += strlen(<span class="stringliteral">&quot;cols &quot;</span>);
<a name="l01013"></a>01013                 } <span class="keywordflow">else</span> {
<a name="l01014"></a>01014                         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;Syntax: stack-limit &lt;cols|rows&gt; &lt;limit&gt;\n&quot;</span>);
<a name="l01015"></a>01015                         <span class="keywordflow">return</span>;
<a name="l01016"></a>01016                 }
<a name="l01017"></a>01017 
<a name="l01018"></a>01018                 last_focused-&gt;<a class="code" href="a00007.html#a022927d41b4140a623f72fa360c46a17" title="Backpointer.">container</a>-&gt;<a class="code" href="a00013.html#ad0e9b50a01da48b57f9ecbe97bc00582">stack_limit_value</a> = atoi(rest);
<a name="l01019"></a>01019                 <span class="keywordflow">if</span> (last_focused-&gt;<a class="code" href="a00007.html#a022927d41b4140a623f72fa360c46a17" title="Backpointer.">container</a>-&gt;<a class="code" href="a00013.html#ad0e9b50a01da48b57f9ecbe97bc00582">stack_limit_value</a> == 0)
<a name="l01020"></a>01020                         last_focused-&gt;<a class="code" href="a00007.html#a022927d41b4140a623f72fa360c46a17" title="Backpointer.">container</a>-&gt;<a class="code" href="a00013.html#a8d99003f0507fe6554189568f84505be">stack_limit</a> = STACK_LIMIT_NONE;
<a name="l01021"></a>01021 
<a name="l01022"></a>01022                 <span class="keywordflow">return</span>;
<a name="l01023"></a>01023         }
<a name="l01024"></a>01024 
<a name="l01025"></a>01025         <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;resize &quot;</span>)) {
<a name="l01026"></a>01026                 <span class="keywordflow">if</span> (last_focused == NULL)
<a name="l01027"></a>01027                         <span class="keywordflow">return</span>;
<a name="l01028"></a>01028                 <span class="keyword">const</span> <span class="keywordtype">char</span> *rest = command + strlen(<span class="stringliteral">&quot;resize &quot;</span>);
<a name="l01029"></a>01029                 <a class="code" href="a00061.html#a5a90d784d807912c8036968182f80745">parse_resize_command</a>(conn, last_focused, rest);
<a name="l01030"></a>01030                 <span class="keywordflow">return</span>;
<a name="l01031"></a>01031         }
<a name="l01032"></a>01032 
<a name="l01033"></a>01033         <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;mode &quot;</span>)) {
<a name="l01034"></a>01034                 <span class="keyword">const</span> <span class="keywordtype">char</span> *rest = command + strlen(<span class="stringliteral">&quot;mode &quot;</span>);
<a name="l01035"></a>01035                 <a class="code" href="a00062.html#a2ffac81a6e7d464474716e01da82c5df" title="Switches the key bindings to the given mode, if the mode exists.">switch_mode</a>(conn, rest);
<a name="l01036"></a>01036                 <span class="keywordflow">return</span>;
<a name="l01037"></a>01037         }
<a name="l01038"></a>01038 
<a name="l01039"></a>01039         <span class="comment">/* Is it an &lt;exit&gt;? */</span>
<a name="l01040"></a>01040         <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;exit&quot;</span>)) {
<a name="l01041"></a>01041                 <a class="code" href="a00044.html#a388edf12256bf73c3a8ee9734c3bd841" title="#__VA_ARGS__ means: leave out __VA_ARGS__ completely if it is empty, that is, delete...">LOG</a>(<span class="stringliteral">&quot;User issued exit-command, exiting without error.\n&quot;</span>);
<a name="l01042"></a>01042                 <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>(<a class="code" href="a00071.html#ada13c42121d64521629e06e7a5e1db16">global_conn</a>);
<a name="l01043"></a>01043                 <a class="code" href="a00068.html#ae12d3a1c83452d7fb9b9ae9ce23bb424" title="Calls shutdown() on each socket and closes it.">ipc_shutdown</a>();
<a name="l01044"></a>01044                 exit(EXIT_SUCCESS);
<a name="l01045"></a>01045         }
<a name="l01046"></a>01046 
<a name="l01047"></a>01047         <span class="comment">/* Is it a &lt;reload&gt;? */</span>
<a name="l01048"></a>01048         <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;reload&quot;</span>)) {
<a name="l01049"></a>01049                 <a class="code" href="a00062.html#a19bff8205cd2bd9492b5f95076dfa3a0" title="Reads the configuration from ~/.i3/config or /etc/i3/config if not found.">load_configuration</a>(conn, NULL, <span class="keyword">true</span>);
<a name="l01050"></a>01050                 <a class="code" href="a00069.html#a47ffef7db851301198762179187ac997" title="Renders the whole layout, that is: Go through each screen, each workspace, each container...">render_layout</a>(conn);
<a name="l01051"></a>01051                 <span class="comment">/* Send an IPC event just in case the ws names have changed */</span>
<a name="l01052"></a>01052                 <a class="code" href="a00068.html#ad525c6fad9f4978ae1f06282ad9de6c6" title="Sends the specified event to all IPC clients which are currently connected and subscribed...">ipc_send_event</a>(<span class="stringliteral">&quot;workspace&quot;</span>, I3_IPC_EVENT_WORKSPACE, <span class="stringliteral">&quot;{\&quot;change\&quot;:\&quot;reload\&quot;}&quot;</span>);
<a name="l01053"></a>01053                 <span class="keywordflow">return</span>;
<a name="l01054"></a>01054         }
<a name="l01055"></a>01055 
<a name="l01056"></a>01056         <span class="comment">/* Is it &lt;restart&gt;? Then restart in place. */</span>
<a name="l01057"></a>01057         <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;restart&quot;</span>)) {
<a name="l01058"></a>01058                 <a class="code" href="a00077.html#aa6932bace7059f6a57068cdf87de1e1f">i3_restart</a>();
<a name="l01059"></a>01059         }
<a name="l01060"></a>01060 
<a name="l01061"></a>01061         <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;kill&quot;</span>)) {
<a name="l01062"></a>01062                 <span class="keywordflow">if</span> (last_focused == NULL) {
<a name="l01063"></a>01063                         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;There is no window to kill\n&quot;</span>);
<a name="l01064"></a>01064                         <span class="keywordflow">return</span>;
<a name="l01065"></a>01065                 }
<a name="l01066"></a>01066 
<a name="l01067"></a>01067                 <a class="code" href="a00044.html#a388edf12256bf73c3a8ee9734c3bd841" title="#__VA_ARGS__ means: leave out __VA_ARGS__ completely if it is empty, that is, delete...">LOG</a>(<span class="stringliteral">&quot;Killing current window\n&quot;</span>);
<a name="l01068"></a>01068                 <a class="code" href="a00060.html#aa244b3de7ad8ce3dddcca51abbc7fda9" title="Kills the given window using WM_DELETE_WINDOW or xcb_kill_window.">client_kill</a>(conn, last_focused);
<a name="l01069"></a>01069                 <span class="keywordflow">return</span>;
<a name="l01070"></a>01070         }
<a name="l01071"></a>01071 
<a name="l01072"></a>01072         <span class="comment">/* Is it a jump to a specified workspace, row, col? */</span>
<a name="l01073"></a>01073         <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;jump &quot;</span>)) {
<a name="l01074"></a>01074                 <span class="keyword">const</span> <span class="keywordtype">char</span> *arguments = command + strlen(<span class="stringliteral">&quot;jump &quot;</span>);
<a name="l01075"></a>01075                 <span class="keywordflow">if</span> (arguments[0] == <span class="charliteral">&#39;&quot;&#39;</span>)
<a name="l01076"></a>01076                         <a class="code" href="a00061.html#a201e7d36704934344f539be5bf0c3049">jump_to_window</a>(conn, arguments);
<a name="l01077"></a>01077                 <span class="keywordflow">else</span> <a class="code" href="a00061.html#ad0a6b0a564cea9c6074e8285c902b720">jump_to_container</a>(conn, arguments);
<a name="l01078"></a>01078                 <span class="keywordflow">return</span>;
<a name="l01079"></a>01079         }
<a name="l01080"></a>01080 
<a name="l01081"></a>01081         <span class="comment">/* Should we travel the focus stack? */</span>
<a name="l01082"></a>01082         <span class="keywordflow">if</span> (<a class="code" href="a00052.html#af748ddf5e598faa86c68328e84cf67de">STARTS_WITH</a>(command, <span class="stringliteral">&quot;focus&quot;</span>)) {
<a name="l01083"></a>01083                 <span class="keyword">const</span> <span class="keywordtype">char</span> *arguments = command + strlen(<span class="stringliteral">&quot;focus &quot;</span>);
<a name="l01084"></a>01084                 <a class="code" href="a00061.html#a6aff698db3da5706e3150855f29e0d90">travel_focus_stack</a>(conn, arguments);
<a name="l01085"></a>01085                 <span class="keywordflow">return</span>;
<a name="l01086"></a>01086         }
<a name="l01087"></a>01087 
<a name="l01088"></a>01088         <span class="comment">/* Is it &#39;f&#39; for fullscreen, or &#39;fg&#39; for fullscreen_global? */</span>
<a name="l01089"></a>01089         <span class="keywordflow">if</span> (command[0] == <span class="charliteral">&#39;f&#39;</span>) {
<a name="l01090"></a>01090                 <span class="keywordflow">if</span> (last_focused == NULL)
<a name="l01091"></a>01091                         <span class="keywordflow">return</span>;
<a name="l01092"></a>01092                 <span class="keywordflow">if</span> (command[1] == <span class="charliteral">&#39;g&#39;</span>)
<a name="l01093"></a>01093                         <a class="code" href="a00060.html#a24b4c1c08112c968a1732a43a2794d8e" title="Like client_toggle_fullscreen(), but putting it in global fullscreen-mode.">client_toggle_fullscreen_global</a>(conn, last_focused);
<a name="l01094"></a>01094                 <span class="keywordflow">else</span>
<a name="l01095"></a>01095                         <a class="code" href="a00060.html#a6eaa454820104be1fe5a9c9f99ca46e9" title="Toggles fullscreen mode for the given client.">client_toggle_fullscreen</a>(conn, last_focused);
<a name="l01096"></a>01096                 <span class="keywordflow">return</span>;
<a name="l01097"></a>01097         }
<a name="l01098"></a>01098 
<a name="l01099"></a>01099         <span class="comment">/* Is it just &#39;s&#39; for stacking or &#39;d&#39; for default? */</span>
<a name="l01100"></a>01100         <span class="keywordflow">if</span> ((command[0] == <span class="charliteral">&#39;s&#39;</span> || command[0] == <span class="charliteral">&#39;d&#39;</span> || command[0] == <span class="charliteral">&#39;T&#39;</span>) &amp;&amp; (command[1] == <span class="charliteral">&#39;\0&#39;</span>)) {
<a name="l01101"></a>01101                 <span class="keywordflow">if</span> (last_focused != NULL &amp;&amp; <a class="code" href="a00060.html#a56065826f75013837bc8e125c8dc66c7" title="Returns true if the client is floating.">client_is_floating</a>(last_focused)) {
<a name="l01102"></a>01102                         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;not switching, this is a floating client\n&quot;</span>);
<a name="l01103"></a>01103                         <span class="keywordflow">return</span>;
<a name="l01104"></a>01104                 }
<a name="l01105"></a>01105                 <a class="code" href="a00044.html#a388edf12256bf73c3a8ee9734c3bd841" title="#__VA_ARGS__ means: leave out __VA_ARGS__ completely if it is empty, that is, delete...">LOG</a>(<span class="stringliteral">&quot;Switching mode for current container\n&quot;</span>);
<a name="l01106"></a>01106                 <span class="keywordtype">int</span> new_mode = MODE_DEFAULT;
<a name="l01107"></a>01107                 <span class="keywordflow">if</span> (command[0] == <span class="charliteral">&#39;s&#39;</span> &amp;&amp; <a class="code" href="a00051.html#ac120dc3752e8ac2853ddd65d7737a2fd">CUR_CELL</a>-&gt;mode != MODE_STACK)
<a name="l01108"></a>01108                         new_mode = MODE_STACK;
<a name="l01109"></a>01109                 <span class="keywordflow">if</span> (command[0] == <span class="charliteral">&#39;T&#39;</span> &amp;&amp; <a class="code" href="a00051.html#ac120dc3752e8ac2853ddd65d7737a2fd">CUR_CELL</a>-&gt;mode != MODE_TABBED)
<a name="l01110"></a>01110                         new_mode = MODE_TABBED;
<a name="l01111"></a>01111                 <a class="code" href="a00077.html#a5b3f86291e1bab74d7edc044a9d87a52" title="Switches the layout of the given container taking care of the necessary house-keeping...">switch_layout_mode</a>(conn, <a class="code" href="a00051.html#ac120dc3752e8ac2853ddd65d7737a2fd">CUR_CELL</a>, new_mode);
<a name="l01112"></a>01112                 <span class="keywordflow">return</span>;
<a name="l01113"></a>01113         }
<a name="l01114"></a>01114 
<a name="l01115"></a>01115         <span class="comment">/* Is it &#39;bn&#39; (border normal), &#39;bp&#39; (border 1pixel) or &#39;bb&#39; (border borderless)? */</span>
<a name="l01116"></a>01116         <span class="comment">/* or even &#39;bt&#39; (toggle border: &#39;bp&#39; -&gt; &#39;bb&#39; -&gt; &#39;bn&#39; ) */</span>
<a name="l01117"></a>01117         <span class="keywordflow">if</span> (command[0] == <span class="charliteral">&#39;b&#39;</span>) {
<a name="l01118"></a>01118                 <span class="keywordflow">if</span> (last_focused == NULL) {
<a name="l01119"></a>01119                         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;No window focused, cannot change border type\n&quot;</span>);
<a name="l01120"></a>01120                         <span class="keywordflow">return</span>;
<a name="l01121"></a>01121                 }
<a name="l01122"></a>01122 
<a name="l01123"></a>01123                 <span class="keywordtype">char</span> com = command[1];
<a name="l01124"></a>01124                 <span class="keywordflow">if</span> (command[1] == <span class="charliteral">&#39;t&#39;</span>) {
<a name="l01125"></a>01125                         <span class="keywordflow">if</span> (last_focused-&gt;<a class="code" href="a00007.html#a990cfbc44d87127fd05d8f6a5293d2fd" title="Ensure TITLEBAR_TOP maps to 0 because we use calloc for initialization later.">titlebar_position</a> == TITLEBAR_TOP &amp;&amp;
<a name="l01126"></a>01126                             !last_focused-&gt;<a class="code" href="a00007.html#a5a1078f3b194418aa54c1837ff82351c" title="Contains a bool specifying whether this window should not be drawn with the usual...">borderless</a>)
<a name="l01127"></a>01127                             com = <span class="charliteral">&#39;p&#39;</span>;
<a name="l01128"></a>01128                         <span class="keywordflow">else</span> <span class="keywordflow">if</span> (last_focused-&gt;<a class="code" href="a00007.html#a990cfbc44d87127fd05d8f6a5293d2fd" title="Ensure TITLEBAR_TOP maps to 0 because we use calloc for initialization later.">titlebar_position</a> == TITLEBAR_OFF &amp;&amp;
<a name="l01129"></a>01129                                  !last_focused-&gt;<a class="code" href="a00007.html#a5a1078f3b194418aa54c1837ff82351c" title="Contains a bool specifying whether this window should not be drawn with the usual...">borderless</a>)
<a name="l01130"></a>01130                             com = <span class="charliteral">&#39;b&#39;</span>;
<a name="l01131"></a>01131                         <span class="keywordflow">else</span> com = <span class="charliteral">&#39;n&#39;</span>;
<a name="l01132"></a>01132                 }
<a name="l01133"></a>01133 
<a name="l01134"></a>01134                 <a class="code" href="a00060.html#a10218faab5f6cc4fe90b439e278dec49" title="Change the border type for the given client to normal (n), 1px border (p) or completely...">client_change_border</a>(conn, last_focused, com);
<a name="l01135"></a>01135                 <span class="keywordflow">return</span>;
<a name="l01136"></a>01136         }
<a name="l01137"></a>01137 
<a name="l01138"></a>01138         <span class="keywordflow">if</span> (command[0] == <span class="charliteral">&#39;H&#39;</span>) {
<a name="l01139"></a>01139                 <a class="code" href="a00044.html#a388edf12256bf73c3a8ee9734c3bd841" title="#__VA_ARGS__ means: leave out __VA_ARGS__ completely if it is empty, that is, delete...">LOG</a>(<span class="stringliteral">&quot;Hiding all floating windows\n&quot;</span>);
<a name="l01140"></a>01140                 <a class="code" href="a00066.html#a4616d049f3145ecee455c2d697864596" title="Hides all floating clients (or show them if they are currently hidden) on the specified...">floating_toggle_hide</a>(conn, <a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>);
<a name="l01141"></a>01141                 <span class="keywordflow">return</span>;
<a name="l01142"></a>01142         }
<a name="l01143"></a>01143 
<a name="l01144"></a>01144         <span class="keyword">enum</span> { WITH_WINDOW, WITH_CONTAINER, WITH_WORKSPACE, WITH_SCREEN } with = WITH_WINDOW;
<a name="l01145"></a>01145 
<a name="l01146"></a>01146         <span class="comment">/* Is it a &lt;with&gt;? */</span>
<a name="l01147"></a>01147         <span class="keywordflow">if</span> (command[0] == <span class="charliteral">&#39;w&#39;</span>) {
<a name="l01148"></a>01148                 command++;
<a name="l01149"></a>01149                 <span class="comment">/* TODO: implement */</span>
<a name="l01150"></a>01150                 <span class="keywordflow">if</span> (command[0] == <span class="charliteral">&#39;c&#39;</span>) {
<a name="l01151"></a>01151                         with = WITH_CONTAINER;
<a name="l01152"></a>01152                         command++;
<a name="l01153"></a>01153                 } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (command[0] == <span class="charliteral">&#39;w&#39;</span>) {
<a name="l01154"></a>01154                         with = WITH_WORKSPACE;
<a name="l01155"></a>01155                         command++;
<a name="l01156"></a>01156                 } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (command[0] == <span class="charliteral">&#39;s&#39;</span>) {
<a name="l01157"></a>01157                         with = WITH_SCREEN;
<a name="l01158"></a>01158                         command++;
<a name="l01159"></a>01159                 } <span class="keywordflow">else</span> {
<a name="l01160"></a>01160                         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;not yet implemented.\n&quot;</span>);
<a name="l01161"></a>01161                         <span class="keywordflow">return</span>;
<a name="l01162"></a>01162                 }
<a name="l01163"></a>01163         }
<a name="l01164"></a>01164 
<a name="l01165"></a>01165         <span class="comment">/* Is it &#39;t&#39; for toggle tiling/floating? */</span>
<a name="l01166"></a>01166         <span class="keywordflow">if</span> (command[0] == <span class="charliteral">&#39;t&#39;</span>) {
<a name="l01167"></a>01167                 <span class="keywordflow">if</span> (with == WITH_WORKSPACE) {
<a name="l01168"></a>01168                         <a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;<a class="code" href="a00025.html#a0e686244474be4684fd165e2d7e20751" title="Should clients on this workspace be automatically floating?">auto_float</a> = !<a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;<a class="code" href="a00025.html#a0e686244474be4684fd165e2d7e20751" title="Should clients on this workspace be automatically floating?">auto_float</a>;
<a name="l01169"></a>01169                         <a class="code" href="a00044.html#a388edf12256bf73c3a8ee9734c3bd841" title="#__VA_ARGS__ means: leave out __VA_ARGS__ completely if it is empty, that is, delete...">LOG</a>(<span class="stringliteral">&quot;autofloat is now %d\n&quot;</span>, <a class="code" href="a00076.html#a6dc99dff7063221c1096561951c0386b">c_ws</a>-&gt;<a class="code" href="a00025.html#a0e686244474be4684fd165e2d7e20751" title="Should clients on this workspace be automatically floating?">auto_float</a>);
<a name="l01170"></a>01170                         <span class="keywordflow">return</span>;
<a name="l01171"></a>01171                 }
<a name="l01172"></a>01172                 <span class="keywordflow">if</span> (last_focused == NULL) {
<a name="l01173"></a>01173                         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;Cannot toggle tiling/floating: workspace empty\n&quot;</span>);
<a name="l01174"></a>01174                         <span class="keywordflow">return</span>;
<a name="l01175"></a>01175                 }
<a name="l01176"></a>01176 
<a name="l01177"></a>01177                 <a class="code" href="a00025.html" title="The concept of Workspaces is known from various other window managers.">Workspace</a> *ws = last_focused-&gt;<a class="code" href="a00007.html#ab9573ba898dbd1932f5200be5eb2a990" title="Because dock clients don’t have a container, we have this workspace-backpointer...">workspace</a>;
<a name="l01178"></a>01178 
<a name="l01179"></a>01179                 <span class="keywordflow">if</span> (last_focused-&gt;<a class="code" href="a00007.html#a9eeeb880b93223456c2eae445beccf94" title="fullscreen is pretty obvious">fullscreen</a>)
<a name="l01180"></a>01180                         <a class="code" href="a00060.html#ab8050b96085f7672609cc67eec3d839d" title="Leaves fullscreen mode for the current client.">client_leave_fullscreen</a>(conn, last_focused);
<a name="l01181"></a>01181 
<a name="l01182"></a>01182                 <a class="code" href="a00066.html#aa8af48aadcf7753f5efc97b65a4cfd91" title="Enters floating mode for the given client.">toggle_floating_mode</a>(conn, last_focused, <span class="keyword">false</span>);
<a name="l01183"></a>01183                 <span class="comment">/* delete all empty columns/rows */</span>
<a name="l01184"></a>01184                 <a class="code" href="a00076.html#a53709ed2b55f1b76021b0e6c93aae547" title="Shrinks the table by &amp;quot;compacting&amp;quot; it, that is, removing completely empty...">cleanup_table</a>(conn, ws);
<a name="l01185"></a>01185 
<a name="l01186"></a>01186                 <span class="comment">/* Fix colspan/rowspan if it’d overlap */</span>
<a name="l01187"></a>01187                 <a class="code" href="a00076.html#aaeae76f5b6005f3a20a6fb1d8906d8a5" title="Fixes col/rowspan (makes sure there are no overlapping windows).">fix_colrowspan</a>(conn, ws);
<a name="l01188"></a>01188 
<a name="l01189"></a>01189                 <a class="code" href="a00069.html#ab3e248d886080e290648c0d791a40b64" title="Renders the given workspace on the given screen.">render_workspace</a>(conn, ws-&gt;<a class="code" href="a00025.html#aeee203e013dae84555d28f8247a7e375" title="Backpointer to the output this workspace is on.">output</a>, ws);
<a name="l01190"></a>01190 
<a name="l01191"></a>01191                 <span class="comment">/* Re-focus the client because cleanup_table sets the focus to the last</span>
<a name="l01192"></a>01192 <span class="comment">                 * focused client inside a container only. */</span>
<a name="l01193"></a>01193                 <a class="code" href="a00077.html#a323dcf30475bb3bf165100e74d225b48" title="Sets the given client as focused by updating the data structures correctly, updating...">set_focus</a>(conn, last_focused, <span class="keyword">true</span>);
<a name="l01194"></a>01194 
<a name="l01195"></a>01195                 <span class="keywordflow">return</span>;
<a name="l01196"></a>01196         }
<a name="l01197"></a>01197 
<a name="l01198"></a>01198         <span class="comment">/* Is it &#39;n&#39; or &#39;p&#39; for next/previous workspace? (nw) */</span>
<a name="l01199"></a>01199         <span class="keywordflow">if</span> ((command[0] == <span class="charliteral">&#39;n&#39;</span> || command[0] == <span class="charliteral">&#39;p&#39;</span>) &amp;&amp; command[1] == <span class="charliteral">&#39;w&#39;</span>) {
<a name="l01200"></a>01200                <a class="code" href="a00061.html#ad1e7a6f65424a54492d65f80b253233f">next_previous_workspace</a>(conn, command[0]);
<a name="l01201"></a>01201                <span class="keywordflow">return</span>;
<a name="l01202"></a>01202         }
<a name="l01203"></a>01203 
<a name="l01204"></a>01204         <span class="comment">/* It’s a normal &lt;cmd&gt; */</span>
<a name="l01205"></a>01205         <span class="keywordtype">char</span> *rest = NULL;
<a name="l01206"></a>01206         <span class="keyword">enum</span> { ACTION_FOCUS, ACTION_MOVE, ACTION_SNAP } action = ACTION_FOCUS;
<a name="l01207"></a>01207         <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6b">direction_t</a> direction;
<a name="l01208"></a>01208         <span class="keywordtype">int</span> times = strtol(command, &amp;rest, 10);
<a name="l01209"></a>01209         <span class="keywordflow">if</span> (rest == NULL) {
<a name="l01210"></a>01210                 <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;Invalid command (\&quot;%s\&quot;)\n&quot;</span>, command);
<a name="l01211"></a>01211                 <span class="keywordflow">return</span>;
<a name="l01212"></a>01212         }
<a name="l01213"></a>01213 
<a name="l01214"></a>01214         <span class="keywordflow">if</span> (*rest == <span class="charliteral">&#39;\0&#39;</span>) {
<a name="l01215"></a>01215                 <span class="comment">/* No rest? This was a workspace number, not a times specification */</span>
<a name="l01216"></a>01216                 <a class="code" href="a00078.html#a2f31983877c705919ed85c985220855e" title="Switches to the given workspace.">workspace_show</a>(conn, times);
<a name="l01217"></a>01217                 <span class="keywordflow">return</span>;
<a name="l01218"></a>01218         }
<a name="l01219"></a>01219 
<a name="l01220"></a>01220         <span class="keywordflow">if</span> (*rest == <span class="charliteral">&#39;m&#39;</span> || *rest == <span class="charliteral">&#39;s&#39;</span>) {
<a name="l01221"></a>01221                 action = (*rest == <span class="charliteral">&#39;m&#39;</span> ? ACTION_MOVE : ACTION_SNAP);
<a name="l01222"></a>01222                 rest++;
<a name="l01223"></a>01223         }
<a name="l01224"></a>01224 
<a name="l01225"></a>01225         <span class="keywordtype">int</span> workspace = strtol(rest, &amp;rest, 10);
<a name="l01226"></a>01226 
<a name="l01227"></a>01227         <span class="keywordflow">if</span> (rest == NULL) {
<a name="l01228"></a>01228                 <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;Invalid command (\&quot;%s\&quot;)\n&quot;</span>, command);
<a name="l01229"></a>01229                 <span class="keywordflow">return</span>;
<a name="l01230"></a>01230         }
<a name="l01231"></a>01231 
<a name="l01232"></a>01232         <span class="keywordflow">if</span> (*rest == <span class="charliteral">&#39;\0&#39;</span>) {
<a name="l01233"></a>01233                 <span class="keywordflow">if</span> (last_focused != NULL &amp;&amp; <a class="code" href="a00060.html#a56065826f75013837bc8e125c8dc66c7" title="Returns true if the client is floating.">client_is_floating</a>(last_focused))
<a name="l01234"></a>01234                         <a class="code" href="a00061.html#aa89794fcce5227dd22fea2a0f322c1f3">move_floating_window_to_workspace</a>(conn, last_focused, workspace);
<a name="l01235"></a>01235                 <span class="keywordflow">else</span> <a class="code" href="a00061.html#a8b86b1313355cb7e032ec9be5f218d27">move_current_window_to_workspace</a>(conn, workspace);
<a name="l01236"></a>01236                 <span class="keywordflow">return</span>;
<a name="l01237"></a>01237         }
<a name="l01238"></a>01238 
<a name="l01239"></a>01239         <span class="keywordflow">if</span> (last_focused == NULL) {
<a name="l01240"></a>01240                 <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;Not performing (no window found)\n&quot;</span>);
<a name="l01241"></a>01241                 <span class="keywordflow">return</span>;
<a name="l01242"></a>01242         }
<a name="l01243"></a>01243 
<a name="l01244"></a>01244         <span class="keywordflow">if</span> (<a class="code" href="a00060.html#a56065826f75013837bc8e125c8dc66c7" title="Returns true if the client is floating.">client_is_floating</a>(last_focused) &amp;&amp;
<a name="l01245"></a>01245             (action != ACTION_FOCUS &amp;&amp; action != ACTION_MOVE)) {
<a name="l01246"></a>01246                 <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;Not performing (floating)\n&quot;</span>);
<a name="l01247"></a>01247                 <span class="keywordflow">return</span>;
<a name="l01248"></a>01248         }
<a name="l01249"></a>01249 
<a name="l01250"></a>01250         <span class="comment">/* Now perform action to &lt;where&gt; */</span>
<a name="l01251"></a>01251         <span class="keywordflow">while</span> (*rest != <span class="charliteral">&#39;\0&#39;</span>) {
<a name="l01252"></a>01252                 <span class="keywordflow">if</span> (*rest == <span class="charliteral">&#39;h&#39;</span>)
<a name="l01253"></a>01253                         direction = <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6babbac3b12101a9c0c07dbdfcd6bbb212c">D_LEFT</a>;
<a name="l01254"></a>01254                 <span class="keywordflow">else</span> <span class="keywordflow">if</span> (*rest == <span class="charliteral">&#39;j&#39;</span>)
<a name="l01255"></a>01255                         direction = <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6baee5b9399d89b358fa6fb0adef67d3a4b">D_DOWN</a>;
<a name="l01256"></a>01256                 <span class="keywordflow">else</span> <span class="keywordflow">if</span> (*rest == <span class="charliteral">&#39;k&#39;</span>)
<a name="l01257"></a>01257                         direction = <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6bae8b5f804952c228061ed205833ae7083">D_UP</a>;
<a name="l01258"></a>01258                 <span class="keywordflow">else</span> <span class="keywordflow">if</span> (*rest == <span class="charliteral">&#39;l&#39;</span>)
<a name="l01259"></a>01259                         direction = <a class="code" href="a00036.html#ae9ae980041e438eed7a3af43ce4e9f6ba07fb0d616c46d4120eb541871fbdfd2d">D_RIGHT</a>;
<a name="l01260"></a>01260                 <span class="keywordflow">else</span> {
<a name="l01261"></a>01261                         <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;unknown direction: %c\n&quot;</span>, *rest);
<a name="l01262"></a>01262                         <span class="keywordflow">return</span>;
<a name="l01263"></a>01263                 }
<a name="l01264"></a>01264                 rest++;
<a name="l01265"></a>01265 
<a name="l01266"></a>01266                 <span class="keywordflow">if</span> (action == ACTION_FOCUS) {
<a name="l01267"></a>01267                         <span class="keywordflow">if</span> (with == WITH_SCREEN) {
<a name="l01268"></a>01268                                 <a class="code" href="a00061.html#a85388c7e3180205d9907b8e4e7363adc">focus_thing</a>(conn, direction, <a class="code" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9ca3a9a379cc9deda100c109719216b37d7">THING_SCREEN</a>);
<a name="l01269"></a>01269                                 <span class="keywordflow">continue</span>;
<a name="l01270"></a>01270                         }
<a name="l01271"></a>01271                         <span class="keywordflow">if</span> (<a class="code" href="a00060.html#a56065826f75013837bc8e125c8dc66c7" title="Returns true if the client is floating.">client_is_floating</a>(last_focused)) {
<a name="l01272"></a>01272                                 <a class="code" href="a00066.html#a8f14283efc52e767d701f71e58c2d8df" title="Changes focus in the given direction for floating clients.">floating_focus_direction</a>(conn, last_focused, direction);
<a name="l01273"></a>01273                                 <span class="keywordflow">continue</span>;
<a name="l01274"></a>01274                         }
<a name="l01275"></a>01275                         <a class="code" href="a00061.html#a85388c7e3180205d9907b8e4e7363adc">focus_thing</a>(conn, direction, (with == WITH_WINDOW ? <a class="code" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9ca6188079fc25a5f7b9d47f8b3c126751e">THING_WINDOW</a> : <a class="code" href="a00061.html#ab417fdd63ef60217068cd77d3efd6d9ca09d5840d868a5369e193caf2f2f461ae">THING_CONTAINER</a>));
<a name="l01276"></a>01276                         <span class="keywordflow">continue</span>;
<a name="l01277"></a>01277                 }
<a name="l01278"></a>01278 
<a name="l01279"></a>01279                 <span class="keywordflow">if</span> (action == ACTION_MOVE) {
<a name="l01280"></a>01280                         <span class="keywordflow">if</span> (with == WITH_SCREEN) {
<a name="l01281"></a>01281                                 <span class="comment">/* TODO: this should swap the screen’s contents</span>
<a name="l01282"></a>01282 <span class="comment">                                 * (e.g. all workspaces) with the next/previous/…</span>
<a name="l01283"></a>01283 <span class="comment">                                 * screen */</span>
<a name="l01284"></a>01284                                 <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;Not yet implemented\n&quot;</span>);
<a name="l01285"></a>01285                                 <span class="keywordflow">continue</span>;
<a name="l01286"></a>01286                         }
<a name="l01287"></a>01287                         <span class="keywordflow">if</span> (<a class="code" href="a00060.html#a56065826f75013837bc8e125c8dc66c7" title="Returns true if the client is floating.">client_is_floating</a>(last_focused)) {
<a name="l01288"></a>01288                                 <a class="code" href="a00066.html#aa4826c9c64505152ecccceec17ceabf2" title="Moves the client 10px to the specified direction.">floating_move</a>(conn, last_focused, direction);
<a name="l01289"></a>01289                                 <span class="keywordflow">continue</span>;
<a name="l01290"></a>01290                         }
<a name="l01291"></a>01291                         <span class="keywordflow">if</span> (with == WITH_WINDOW)
<a name="l01292"></a>01292                                 <a class="code" href="a00061.html#a2a73207ebf36d2a239ac40ad20e88105">move_current_window</a>(conn, direction);
<a name="l01293"></a>01293                         <span class="keywordflow">else</span> <a class="code" href="a00061.html#ae85a0296c526b06de7e86a1fbcf2755b">move_current_container</a>(conn, direction);
<a name="l01294"></a>01294                         <span class="keywordflow">continue</span>;
<a name="l01295"></a>01295                 }
<a name="l01296"></a>01296 
<a name="l01297"></a>01297                 <span class="keywordflow">if</span> (action == ACTION_SNAP) {
<a name="l01298"></a>01298                         <span class="keywordflow">if</span> (with == WITH_SCREEN) {
<a name="l01299"></a>01299                                 <a class="code" href="a00044.html#a6828c68e0feb4b7fdfe0fc3ba9f3038b">ELOG</a>(<span class="stringliteral">&quot;You cannot snap a screen (it makes no sense).\n&quot;</span>);
<a name="l01300"></a>01300                                 <span class="keywordflow">continue</span>;
<a name="l01301"></a>01301                         }
<a name="l01302"></a>01302                         <a class="code" href="a00061.html#ab4df589a44cf1ee1c252b6b663760097">snap_current_container</a>(conn, direction);
<a name="l01303"></a>01303                         <span class="keywordflow">continue</span>;
<a name="l01304"></a>01304                 }
<a name="l01305"></a>01305         }
<a name="l01306"></a>01306 }
</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>