aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-20 10:22:51 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-20 10:22:51 (GMT)
commit74df0fcda9d9a60e32d4bcc240564854e49731fe (patch)
tree60d279fd180d78e637325b57f5eede83b98abe40 /src/CurrentWindowCmd.hh
parent2df0e67ca506448996a83b47a3eb77360712f4cc (diff)
downloadfluxbox-74df0fcda9d9a60e32d4bcc240564854e49731fe.zip
fluxbox-74df0fcda9d9a60e32d4bcc240564854e49731fe.tar.bz2
add SetDecor key command
Diffstat (limited to 'src/CurrentWindowCmd.hh')
-rw-r--r--src/CurrentWindowCmd.hh9
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
250class SetDecorCmd: public WindowHelperCmd {
251public:
252 explicit SetDecorCmd(const std::string &args);
253protected:
254 void real_execute();
255private:
256 unsigned int m_mask;
257};
258
250class SetAlphaCmd: public WindowHelperCmd { 259class SetAlphaCmd: public WindowHelperCmd {
251public: 260public:
252 SetAlphaCmd(int focus, bool rel, int unfocus, bool unrel); 261 SetAlphaCmd(int focus, bool rel, int unfocus, bool unrel);