aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-18 22:20:16 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-18 22:20:16 (GMT)
commit18ae02875fbe67b375bbc5a8d3ac84771d0767c1 (patch)
treee5de3f22cce6b2376ddb712577b7d616d79ec045 /src/CurrentWindowCmd.hh
parentccba298cb59e2d2dbd2235188e0695fff62c4799 (diff)
downloadfluxbox-18ae02875fbe67b375bbc5a8d3ac84771d0767c1.zip
fluxbox-18ae02875fbe67b375bbc5a8d3ac84771d0767c1.tar.bz2
fix :Focus <pattern> when all windows are minimized
Diffstat (limited to 'src/CurrentWindowCmd.hh')
-rw-r--r--src/CurrentWindowCmd.hh10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/CurrentWindowCmd.hh b/src/CurrentWindowCmd.hh
index 2d33847..8371204 100644
--- a/src/CurrentWindowCmd.hh
+++ b/src/CurrentWindowCmd.hh
@@ -137,16 +137,6 @@ private:
137 const int m_tab_num; 137 const int m_tab_num;
138}; 138};
139 139
140// focus the window
141class FocusCmd: public WindowHelperCmd {
142public:
143 explicit FocusCmd(const std::string &pat): m_pat(pat.c_str()) { }
144protected:
145 void real_execute();
146private:
147 const ClientPattern m_pat;
148};
149
150// begin moving with mouse 140// begin moving with mouse
151class StartMovingCmd: public WindowHelperCmd { 141class StartMovingCmd: public WindowHelperCmd {
152public: 142public: