diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-20 03:08:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-20 03:08:42 +0300 |
commit | f9abb45a7776fa158daef508f8287da267de002b (patch) | |
tree | ceba4b28986574e772078ab286c00f988e489739 /src/gui/setup_visual.h | |
parent | e2620fcbbe0ae5ac43565879f4b7243c367c84cf (diff) | |
download | plus-f9abb45a7776fa158daef508f8287da267de002b.tar.gz plus-f9abb45a7776fa158daef508f8287da267de002b.tar.bz2 plus-f9abb45a7776fa158daef508f8287da267de002b.tar.xz plus-f9abb45a7776fa158daef508f8287da267de002b.zip |
Allow chage gui opacity in settings on the fly.
Diffstat (limited to 'src/gui/setup_visual.h')
-rw-r--r-- | src/gui/setup_visual.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/setup_visual.h b/src/gui/setup_visual.h index b8715f409..c76002c06 100644 --- a/src/gui/setup_visual.h +++ b/src/gui/setup_visual.h @@ -36,6 +36,7 @@ class Setup_Visual : public SetupTabScroll void apply(); + void action(const gcn::ActionEvent &event A_UNUSED); }; #endif |