diff options
author | rathnor <rathnor> | 2003-04-27 14:36:05 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-04-27 14:36:05 (GMT) |
commit | 63ac5deee691f7b528399c0f03e100e983a8cb55 (patch) | |
tree | 84a36fabdc129ecb5a92f3b0ecd91978514646d8 /src/Window.hh | |
parent | ecf483e0c64d4123e16298464260af5ab6ed3c55 (diff) | |
download | fluxbox_lack-63ac5deee691f7b528399c0f03e100e983a8cb55.zip fluxbox_lack-63ac5deee691f7b528399c0f03e100e983a8cb55.tar.bz2 |
fix nextFocus problem with tabbed windows
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index 0f8053f..cbeb6ac 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.63 2003/04/26 14:05:47 rathnor Exp $ | 25 | // $Id: Window.hh,v 1.64 2003/04/27 14:36:05 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -124,7 +124,7 @@ public: | |||
124 | /// remove client from client list | 124 | /// remove client from client list |
125 | bool removeClient(WinClient &client); | 125 | bool removeClient(WinClient &client); |
126 | /// set new current client and raise it | 126 | /// set new current client and raise it |
127 | void setCurrentClient(WinClient &client); | 127 | bool setCurrentClient(WinClient &client, bool setinput = true); |
128 | WinClient *findClient(Window win); | 128 | WinClient *findClient(Window win); |
129 | void nextClient(); | 129 | void nextClient(); |
130 | void prevClient(); | 130 | void prevClient(); |