diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index a626b28..ba1413b 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.hh,v 1.57 2003/04/15 23:09:15 rathnor Exp $ | 25 | // $Id: Window.hh,v 1.58 2003/04/16 12:28:39 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -119,6 +119,8 @@ public: | |||
119 | void attachClient(WinClient &client); | 119 | void attachClient(WinClient &client); |
120 | /// detach client (remove it from list) and create a new window for it | 120 | /// detach client (remove it from list) and create a new window for it |
121 | bool detachClient(WinClient &client); | 121 | bool detachClient(WinClient &client); |
122 | /// detach current working client if we have more than one | ||
123 | void detachCurrentClient(); | ||
122 | /// remove client from client list | 124 | /// remove client from client list |
123 | bool removeClient(WinClient &client); | 125 | bool removeClient(WinClient &client); |
124 | /// set new current client and raise it | 126 | /// set new current client and raise it |