aboutsummaryrefslogtreecommitdiff
path: root/src/FocusControl.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FocusControl.hh')
-rw-r--r--src/FocusControl.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/FocusControl.hh b/src/FocusControl.hh
index c265253..19059da 100644
--- a/src/FocusControl.hh
+++ b/src/FocusControl.hh
@@ -158,9 +158,9 @@ private:
158 158
159 BScreen &m_screen; 159 BScreen &m_screen;
160 160
161 FbTk::Resource<FocusModel> m_focus_model; 161 FbTk::Resource<FocusModel, FbTk::EnumTraits<FocusModel> > m_focus_model;
162 FbTk::Resource<TabFocusModel> m_tab_focus_model; 162 FbTk::Resource<TabFocusModel, FbTk::EnumTraits<TabFocusModel> > m_tab_focus_model;
163 FbTk::Resource<bool> m_focus_new; 163 FbTk::BoolResource m_focus_new;
164 164
165 // This list keeps the order of window focusing for this screen 165 // This list keeps the order of window focusing for this screen
166 // Screen global so it works for sticky windows too. 166 // Screen global so it works for sticky windows too.