diff options
Diffstat (limited to 'src/CurrentWindowCmd.hh')
-rw-r--r-- | src/CurrentWindowCmd.hh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/CurrentWindowCmd.hh b/src/CurrentWindowCmd.hh index 8371204..9b7d181 100644 --- a/src/CurrentWindowCmd.hh +++ b/src/CurrentWindowCmd.hh | |||
@@ -247,6 +247,15 @@ private: | |||
247 | std::string title; | 247 | std::string title; |
248 | }; | 248 | }; |
249 | 249 | ||
250 | class SetDecorCmd: public WindowHelperCmd { | ||
251 | public: | ||
252 | explicit SetDecorCmd(const std::string &args); | ||
253 | protected: | ||
254 | void real_execute(); | ||
255 | private: | ||
256 | unsigned int m_mask; | ||
257 | }; | ||
258 | |||
250 | class SetAlphaCmd: public WindowHelperCmd { | 259 | class SetAlphaCmd: public WindowHelperCmd { |
251 | public: | 260 | public: |
252 | SetAlphaCmd(int focus, bool rel, int unfocus, bool unrel); | 261 | SetAlphaCmd(int focus, bool rel, int unfocus, bool unrel); |