aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-04-27 14:36:05 (GMT)
committerrathnor <rathnor>2003-04-27 14:36:05 (GMT)
commit63ac5deee691f7b528399c0f03e100e983a8cb55 (patch)
tree84a36fabdc129ecb5a92f3b0ecd91978514646d8 /src/Screen.hh
parentecf483e0c64d4123e16298464260af5ab6ed3c55 (diff)
downloadfluxbox-63ac5deee691f7b528399c0f03e100e983a8cb55.zip
fluxbox-63ac5deee691f7b528399c0f03e100e983a8cb55.tar.bz2
fix nextFocus problem with tabbed windows
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index e048b27..39c32fb 100644
--- a/src/Screen.hh
+++ b/src/Screen.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: Screen.hh,v 1.87 2003/04/26 14:47:40 fluxgen Exp $ 25// $Id: Screen.hh,v 1.88 2003/04/27 14:36:04 rathnor Exp $
26 26
27#ifndef SCREEN_HH 27#ifndef SCREEN_HH
28#define SCREEN_HH 28#define SCREEN_HH
@@ -357,6 +357,7 @@ private:
357 // Screen global so it works for sticky windows too. 357 // Screen global so it works for sticky windows too.
358 FocusedWindows focused_list; 358 FocusedWindows focused_list;
359 FocusedWindows::iterator cycling_window; 359 FocusedWindows::iterator cycling_window;
360 WinClient *cycling_last;
360 361
361 std::auto_ptr<Slit> m_slit; 362 std::auto_ptr<Slit> m_slit;
362 363