aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-10-05 02:31:23 (GMT)
committerrathnor <rathnor>2003-10-05 02:31:23 (GMT)
commitfa4328d8620959dce8a53b40c743fba691cfe471 (patch)
tree5de11bd0460300b817698bdd547e5b2fec783bae /src/Window.hh
parent35fe2d5e128c1b13d34a5152945a1b8979401d6f (diff)
downloadfluxbox-fa4328d8620959dce8a53b40c743fba691cfe471.zip
fluxbox-fa4328d8620959dce8a53b40c743fba691cfe471.tar.bz2
make doFocusLast work for sloppy focus as well
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 9d94166..8831522 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.97 2003/09/29 14:58:15 rathnor Exp $ 25// $Id: Window.hh,v 1.98 2003/10/05 02:31:23 rathnor Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -167,14 +167,14 @@ public:
167 /// remove client from client list 167 /// remove client from client list
168 bool removeClient(WinClient &client); 168 bool removeClient(WinClient &client);
169 /// set new current client and raise it 169 /// set new current client and raise it
170 bool setCurrentClient(WinClient &client, bool setinput = true); 170 bool setCurrentClient(WinClient &client, bool setinput = true, long ignore_event = 0);
171 WinClient *findClient(Window win); 171 WinClient *findClient(Window win);
172 void nextClient(); 172 void nextClient();
173 void prevClient(); 173 void prevClient();
174 void moveClientLeft(); 174 void moveClientLeft();
175 void moveClientRight(); 175 void moveClientRight();
176 176
177 bool setInputFocus(); 177 bool setInputFocus(long ignore_event = 0);
178 void raiseAndFocus() { raise(); setInputFocus(); } 178 void raiseAndFocus() { raise(); setInputFocus(); }
179 void setFocusFlag(bool flag); 179 void setFocusFlag(bool flag);
180 // map this window 180 // map this window