aboutsummaryrefslogtreecommitdiff
path: root/src/FocusableList.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FocusableList.hh')
-rw-r--r--src/FocusableList.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FocusableList.hh b/src/FocusableList.hh
index d46fe48..cdf6bec 100644
--- a/src/FocusableList.hh
+++ b/src/FocusableList.hh
@@ -42,7 +42,7 @@ public:
42 /// list option bits 42 /// list option bits
43 enum { 43 enum {
44 LIST_GROUPS = 0x01, //< list groups instead of clients 44 LIST_GROUPS = 0x01, //< list groups instead of clients
45 STATIC_ORDER = 0x02, ///< use creation order instead of focused order 45 STATIC_ORDER = 0x02 ///< use creation order instead of focused order
46 }; 46 };
47 47
48 FocusableList(BScreen &scr): m_pat(0), m_parent(0), m_screen(scr) { } 48 FocusableList(BScreen &scr): m_pat(0), m_parent(0), m_screen(scr) { }