aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-11-22 04:41:36 (GMT)
committermarkt <markt>2007-11-22 04:41:36 (GMT)
commit0a7cb3db1f1eaf18eeed8695a7434027bfc7ce6c (patch)
treebebdd1350b25075597d18d3d6cc8c4f9d7b2c3e6 /src/CurrentWindowCmd.hh
parent675bc5d66aa08311e99cb00cf836d16a910a73df (diff)
downloadfluxbox-0a7cb3db1f1eaf18eeed8695a7434027bfc7ce6c.zip
fluxbox-0a7cb3db1f1eaf18eeed8695a7434027bfc7ce6c.tar.bz2
use winclient instead of fluxboxwindow for matching, and removing old code
Diffstat (limited to 'src/CurrentWindowCmd.hh')
-rw-r--r--src/CurrentWindowCmd.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CurrentWindowCmd.hh b/src/CurrentWindowCmd.hh
index e7370de..c8e6242 100644
--- a/src/CurrentWindowCmd.hh
+++ b/src/CurrentWindowCmd.hh
@@ -50,6 +50,7 @@ public:
50 50
51protected: 51protected:
52 FluxboxWindow &fbwindow(); 52 FluxboxWindow &fbwindow();
53 WinClient &winclient();
53 virtual bool real_execute() = 0; 54 virtual bool real_execute() = 0;
54}; 55};
55 56