diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index f624466..c20f8a9 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -178,6 +178,10 @@ public: | |||
178 | void prevClient(); | 178 | void prevClient(); |
179 | void moveClientLeft(); | 179 | void moveClientLeft(); |
180 | void moveClientRight(); | 180 | void moveClientRight(); |
181 | void moveClientRightOf(WinClient &win, WinClient &dest); | ||
182 | void moveClientLeftOf(WinClient &win, WinClient &dest); | ||
183 | void moveClientTo(WinClient &win, int x, int y); | ||
184 | ClientList::iterator getClientInsertPosition(int x, int y); | ||
181 | 185 | ||
182 | bool setInputFocus(); | 186 | bool setInputFocus(); |
183 | void raiseAndFocus() { raise(); setInputFocus(); } | 187 | void raiseAndFocus() { raise(); setInputFocus(); } |