aboutsummaryrefslogtreecommitdiff
path: root/src/WorkspaceCmd.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/WorkspaceCmd.hh')
-rw-r--r--src/WorkspaceCmd.hh8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/WorkspaceCmd.hh b/src/WorkspaceCmd.hh
index f4f90a6..f4609b6 100644
--- a/src/WorkspaceCmd.hh
+++ b/src/WorkspaceCmd.hh
@@ -86,7 +86,7 @@ private:
86 86
87class PrevWindowCmd: public FbTk::Command<void> { 87class PrevWindowCmd: public FbTk::Command<void> {
88public: 88public:
89 explicit PrevWindowCmd(int option, std::string &pat): 89 explicit PrevWindowCmd(int option, std::string &pat):
90 m_option(option), m_pat(pat.c_str()) { } 90 m_option(option), m_pat(pat.c_str()) { }
91 void execute(); 91 void execute();
92private: 92private:
@@ -173,7 +173,11 @@ public:
173 enum { 173 enum {
174 UNSPECIFIED, 174 UNSPECIFIED,
175 VERTICAL, 175 VERTICAL,
176 HORIZONTAL 176 HORIZONTAL,
177 STACKLEFT,
178 STACKRIGHT,
179 STACKTOP,
180 STACKBOTTOM
177 }; 181 };
178 explicit ArrangeWindowsCmd(int tile_method, std::string &pat): 182 explicit ArrangeWindowsCmd(int tile_method, std::string &pat):
179 m_tile_method( tile_method ), m_pat(pat.c_str()) { } 183 m_tile_method( tile_method ), m_pat(pat.c_str()) { }