diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-16 02:50:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-16 02:50:13 +0300 |
commit | a9ddb1992d186d559f24370a33a987e281c134c5 (patch) | |
tree | e661ef11486bdfde907b6bf5dee0c4988911ddb9 /src/gui/setup.h | |
parent | a44ad060d637ec363100d05ffc5a11fb52fef4af (diff) | |
download | plus-a9ddb1992d186d559f24370a33a987e281c134c5.tar.gz plus-a9ddb1992d186d559f24370a33a987e281c134c5.tar.bz2 plus-a9ddb1992d186d559f24370a33a987e281c134c5.tar.xz plus-a9ddb1992d186d559f24370a33a987e281c134c5.zip |
Hide screen buttons and joystick if setup window is opened.
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h index ef6521700..51a4e5c26 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -76,6 +76,8 @@ class Setup final : public Window, public gcn::ActionListener void activateTab(const std::string &name); + void setVisible(bool visible) override; + private: std::list<SetupTab*> mTabs; std::list<Window*> mWindowsToReset; |