diff options
author | markt <markt> | 2007-10-24 17:09:26 (GMT) |
---|---|---|
committer | markt <markt> | 2007-10-24 17:09:26 (GMT) |
commit | f3afe787c1209cf1357493924a4f7eb7864def54 (patch) | |
tree | d0c0c3eca154ab538fbc1fb3c62081e9250c05bd /src/WorkspaceCmd.hh | |
parent | 74eb584a312aba21b21eccb6c49ade1571aa3740 (diff) | |
download | fluxbox_lack-f3afe787c1209cf1357493924a4f7eb7864def54.zip fluxbox_lack-f3afe787c1209cf1357493924a4f7eb7864def54.tar.bz2 |
introduced workspacename for ClientPattern, and some miscellaneous cleanup
Diffstat (limited to 'src/WorkspaceCmd.hh')
-rw-r--r-- | src/WorkspaceCmd.hh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/WorkspaceCmd.hh b/src/WorkspaceCmd.hh index 8053dc9..a530ae8 100644 --- a/src/WorkspaceCmd.hh +++ b/src/WorkspaceCmd.hh | |||
@@ -74,16 +74,6 @@ private: | |||
74 | const ClientPattern m_pat; | 74 | const ClientPattern m_pat; |
75 | }; | 75 | }; |
76 | 76 | ||
77 | class TypeAheadFocusCmd: public FbTk::Command { | ||
78 | public: | ||
79 | explicit TypeAheadFocusCmd(int option, std::string &pat): | ||
80 | m_option(option), m_pat(pat.c_str()) { } | ||
81 | void execute(); | ||
82 | private: | ||
83 | const int m_option; | ||
84 | const ClientPattern m_pat; | ||
85 | }; | ||
86 | |||
87 | class GoToWindowCmd: public FbTk::Command { | 77 | class GoToWindowCmd: public FbTk::Command { |
88 | public: | 78 | public: |
89 | GoToWindowCmd(int num, int option, std::string &pat): | 79 | GoToWindowCmd(int num, int option, std::string &pat): |