aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.hh
diff options
context:
space:
mode:
authorThomas Lübking <thomas.luebking@gmail.com>2016-09-01 20:16:03 (GMT)
committerThomas Lübking <thomas.luebking@gmail.com>2016-09-01 20:51:45 (GMT)
commit3254816b6b0bbcf0e5b85ea8eb836ce9bac96bbb (patch)
tree45ad538dc162e075f1f9d2d54885ab4ac98157a7 /src/CurrentWindowCmd.hh
parent0d1b204121ba7168b03cd960e3a616b7b9a6c9b1 (diff)
downloadfluxbox-3254816b6b0bbcf0e5b85ea8eb836ce9bac96bbb.zip
fluxbox-3254816b6b0bbcf0e5b85ea8eb836ce9bac96bbb.tar.bz2
expose and fix ActivateTabCmd
The function failed if the last event window was actually the tab.
Diffstat (limited to 'src/CurrentWindowCmd.hh')
-rw-r--r--src/CurrentWindowCmd.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/CurrentWindowCmd.hh b/src/CurrentWindowCmd.hh
index 95175f2..36f76ec 100644
--- a/src/CurrentWindowCmd.hh
+++ b/src/CurrentWindowCmd.hh
@@ -282,4 +282,11 @@ private:
282 ClientPattern m_pat; 282 ClientPattern m_pat;
283}; 283};
284 284
285class ActivateTabCmd: public WindowHelperCmd {
286public:
287 explicit ActivateTabCmd() { }
288protected:
289 void real_execute();
290};
291
285#endif // CURRENTWINDOWCMD_HH 292#endif // CURRENTWINDOWCMD_HH