aboutsummaryrefslogtreecommitdiff
path: root/src/FocusControl.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-01-04 00:11:22 (GMT)
committermarkt <markt>2007-01-04 00:11:22 (GMT)
commit1dc07de3188c8c78f69e273694b27fa580423b55 (patch)
tree264f44a0d3a0d49f114eedfac890ec180b270d55 /src/FocusControl.hh
parente2e94031f962513c746857349e8511b296d25986 (diff)
downloadfluxbox-1dc07de3188c8c78f69e273694b27fa580423b55.zip
fluxbox-1dc07de3188c8c78f69e273694b27fa580423b55.tar.bz2
move iconified windows to the end of the focused list for cycling/reverting
Diffstat (limited to 'src/FocusControl.hh')
-rw-r--r--src/FocusControl.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FocusControl.hh b/src/FocusControl.hh
index 9b7c5b6..df7922b 100644
--- a/src/FocusControl.hh
+++ b/src/FocusControl.hh
@@ -85,6 +85,7 @@ public:
85 bool isMouseTabFocus() const { return tabFocusModel() == MOUSETABFOCUS; } 85 bool isMouseTabFocus() const { return tabFocusModel() == MOUSETABFOCUS; }
86 bool isCycling() const { return m_cycling_focus; } 86 bool isCycling() const { return m_cycling_focus; }
87 void addFocusBack(WinClient &client); 87 void addFocusBack(WinClient &client);
88 void setFocusBack(FluxboxWindow *fbwin);
88 89
89 FocusModel focusModel() const { return *m_focus_model; } 90 FocusModel focusModel() const { return *m_focus_model; }
90 TabFocusModel tabFocusModel() const { return *m_tab_focus_model; } 91 TabFocusModel tabFocusModel() const { return *m_tab_focus_model; }