aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 236f620..a2785cb 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -164,7 +164,7 @@ public:
164 virtual ~FluxboxWindow(); 164 virtual ~FluxboxWindow();
165 165
166 /// attach client to our client list and remove it from old window 166 /// attach client to our client list and remove it from old window
167 void attachClient(WinClient &client); 167 void attachClient(WinClient &client, int x=-1, int y=-1);
168 /// detach client (remove it from list) and create a new window for it 168 /// detach client (remove it from list) and create a new window for it
169 bool detachClient(WinClient &client); 169 bool detachClient(WinClient &client);
170 /// detach current working client if we have more than one 170 /// detach current working client if we have more than one