aboutsummaryrefslogtreecommitdiff
path: root/src/FocusControl.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-19 06:55:14 (GMT)
committersimonb <simonb>2006-04-19 06:55:14 (GMT)
commit853b0340373b81110c151e97189dea16938d3dd9 (patch)
tree6358647bc2057d40fa0fe93a99dec32088e37091 /src/FocusControl.hh
parent759ca9e6b5103c5589d4d5db3883fd34801cb1bf (diff)
downloadfluxbox-853b0340373b81110c151e97189dea16938d3dd9.zip
fluxbox-853b0340373b81110c151e97189dea16938d3dd9.tar.bz2
mouse focus fixes - thanks Scott Kuhl: skuhl AT cs utah edu
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 0d9cd05..65363dd 100644
--- a/src/FocusControl.hh
+++ b/src/FocusControl.hh
@@ -82,6 +82,7 @@ public:
82 void dirFocus(FluxboxWindow &win, FocusDir dir); 82 void dirFocus(FluxboxWindow &win, FocusDir dir);
83 bool isMouseFocus() const { return focusModel() == MOUSEFOCUS; } 83 bool isMouseFocus() const { return focusModel() == MOUSEFOCUS; }
84 bool isMouseTabFocus() const { return tabFocusModel() == MOUSETABFOCUS; } 84 bool isMouseTabFocus() const { return tabFocusModel() == MOUSETABFOCUS; }
85 bool isCycling() const { return m_cycling_focus; }
85 void addFocusFront(WinClient &client); 86 void addFocusFront(WinClient &client);
86 void addFocusBack(WinClient &client); 87 void addFocusBack(WinClient &client);
87 88