From 0e251388f024f24ce57255f55215de5275fe6e95 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Wed, 16 Apr 2003 12:28:39 +0000 Subject: added detachCurrentClient --- src/Window.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.hh,v 1.57 2003/04/15 23:09:15 rathnor Exp $ +// $Id: Window.hh,v 1.58 2003/04/16 12:28:39 fluxgen Exp $ #ifndef WINDOW_HH #define WINDOW_HH @@ -119,6 +119,8 @@ public: void attachClient(WinClient &client); /// detach client (remove it from list) and create a new window for it bool detachClient(WinClient &client); + /// detach current working client if we have more than one + void detachCurrentClient(); /// remove client from client list bool removeClient(WinClient &client); /// set new current client and raise it -- cgit v0.11.2