aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-16 12:28:39 (GMT)
committerfluxgen <fluxgen>2003-04-16 12:28:39 (GMT)
commit0e251388f024f24ce57255f55215de5275fe6e95 (patch)
treead081b66b2107557b48a81f5a9ad4ca4340ea135
parent67929002b1285897c212e1b88592d8f47ac468c1 (diff)
downloadfluxbox-0e251388f024f24ce57255f55215de5275fe6e95.zip
fluxbox-0e251388f024f24ce57255f55215de5275fe6e95.tar.bz2
added detachCurrentClient
-rw-r--r--src/Window.hh4
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