aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
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