aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-30 20:56:41 (GMT)
committerfluxgen <fluxgen>2003-12-30 20:56:41 (GMT)
commit3490c73f570cb43fcdea5c2f8770a379d721a73d (patch)
treec90fdca53a52d99bd5ef5f02356ab13f33eea639 /src/Window.hh
parent4a8a7a32d4e3df3ffa7dc68482ff8f1053d257eb (diff)
downloadfluxbox-3490c73f570cb43fcdea5c2f8770a379d721a73d.zip
fluxbox-3490c73f570cb43fcdea5c2f8770a379d721a73d.tar.bz2
fixed focus issue
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 b555d6b..d61703a 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.104 2003/12/18 18:03:22 fluxgen Exp $ 25// $Id: Window.hh,v 1.105 2003/12/30 20:56:40 fluxgen Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -168,14 +168,14 @@ public:
168 /// remove client from client list 168 /// remove client from client list
169 bool removeClient(WinClient &client); 169 bool removeClient(WinClient &client);
170 /// set new current client and raise it 170 /// set new current client and raise it
171 bool setCurrentClient(WinClient &client, bool setinput = true, long ignore_event = 0); 171 bool setCurrentClient(WinClient &client, bool setinput = true);
172 WinClient *findClient(Window win); 172 WinClient *findClient(Window win);
173 void nextClient(); 173 void nextClient();
174 void prevClient(); 174 void prevClient();
175 void moveClientLeft(); 175 void moveClientLeft();
176 void moveClientRight(); 176 void moveClientRight();
177 177
178 bool setInputFocus(long ignore_event = 0); 178 bool setInputFocus();
179 void raiseAndFocus() { raise(); setInputFocus(); } 179 void raiseAndFocus() { raise(); setInputFocus(); }
180 void setFocusFlag(bool flag); 180 void setFocusFlag(bool flag);
181 // map this window 181 // map this window