aboutsummaryrefslogtreecommitdiff
path: root/src/FocusControl.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-01-26 17:21:44 (GMT)
committermarkt <markt>2007-01-26 17:21:44 (GMT)
commite35670d4a6a1ace394ff13cae39e41c2171b9054 (patch)
tree528bfabe69f61f2e664bb111661b90d2de9e8b94 /src/FocusControl.hh
parent46fff8bf344b31c2b4e0f777312bfad22a6fcd26 (diff)
downloadfluxbox-e35670d4a6a1ace394ff13cae39e41c2171b9054.zip
fluxbox-e35670d4a6a1ace394ff13cae39e41c2171b9054.tar.bz2
opening window on different workspace should put it at front of focused list with focusnew
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 d38ede0..ee5fe95 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 addFocusFront(WinClient &client);
88 void setFocusBack(FluxboxWindow *fbwin); 89 void setFocusBack(FluxboxWindow *fbwin);
89 90
90 FocusModel focusModel() const { return *m_focus_model; } 91 FocusModel focusModel() const { return *m_focus_model; }