diff options
author | mathias <mathias> | 2004-12-13 12:17:58 (GMT) |
---|---|---|
committer | mathias <mathias> | 2004-12-13 12:17:58 (GMT) |
commit | 2095468fe6e2b757948e9f8a77953b9196e29065 (patch) | |
tree | 3745ee7a4a826ef4f5b90a3102696d1fac94d54b /src/Window.hh | |
parent | 60e90553ed5d2d1b84151990610de35a25770c78 (diff) | |
download | fluxbox_pavel-2095468fe6e2b757948e9f8a77953b9196e29065.zip fluxbox_pavel-2095468fe6e2b757948e9f8a77953b9196e29065.tar.bz2 |
applied patch from Rob Stevens:
fixes dragNdrop ordering of tabs so next/prevtab are not
confused -> modification of m_clientlist
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(); } |