diff options
Diffstat (limited to 'src/FocusableList.hh')
-rw-r--r-- | src/FocusableList.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FocusableList.hh b/src/FocusableList.hh index cdf6bec..a72e2f0 100644 --- a/src/FocusableList.hh +++ b/src/FocusableList.hh | |||
@@ -70,6 +70,8 @@ public: | |||
70 | bool empty() const { return m_list.empty(); } | 70 | bool empty() const { return m_list.empty(); } |
71 | /// does the list contain the given window? | 71 | /// does the list contain the given window? |
72 | bool contains(const Focusable &win) const; | 72 | bool contains(const Focusable &win) const; |
73 | /// find the first window matching the pattern | ||
74 | Focusable *find(const ClientPattern &pattern) const; | ||
73 | 75 | ||
74 | /** | 76 | /** |
75 | @name signals | 77 | @name signals |