diff options
author | markt <markt> | 2007-11-22 04:41:36 (GMT) |
---|---|---|
committer | markt <markt> | 2007-11-22 04:41:36 (GMT) |
commit | 0a7cb3db1f1eaf18eeed8695a7434027bfc7ce6c (patch) | |
tree | bebdd1350b25075597d18d3d6cc8c4f9d7b2c3e6 /src/CurrentWindowCmd.hh | |
parent | 675bc5d66aa08311e99cb00cf836d16a910a73df (diff) | |
download | fluxbox_pavel-0a7cb3db1f1eaf18eeed8695a7434027bfc7ce6c.zip fluxbox_pavel-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.hh | 1 |
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 | ||
51 | protected: | 51 | protected: |
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 | ||