diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-15 18:01:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-15 18:01:03 +0300 |
commit | 4193299e2e05d40477a50e5cb0fcc906227f53a2 (patch) | |
tree | 973b96352f5bfdf0d6765f0e6388ec4fd955011c /src/gui/setup_input.h | |
parent | 9fc07b15f1b051eecd662802162772804dc77b8e (diff) | |
download | plus-4193299e2e05d40477a50e5cb0fcc906227f53a2.tar.gz plus-4193299e2e05d40477a50e5cb0fcc906227f53a2.tar.bz2 plus-4193299e2e05d40477a50e5cb0fcc906227f53a2.tar.xz plus-4193299e2e05d40477a50e5cb0fcc906227f53a2.zip |
Split input settings tab to categories.
Diffstat (limited to 'src/gui/setup_input.h')
-rw-r--r-- | src/gui/setup_input.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/setup_input.h b/src/gui/setup_input.h index 79c7e73ff..b2e2d64c0 100644 --- a/src/gui/setup_input.h +++ b/src/gui/setup_input.h @@ -33,6 +33,9 @@ #include <string> +class TabStrip; +struct SetupActionData; + class Setup_Input : public SetupTab { public: @@ -81,8 +84,11 @@ class Setup_Input : public SetupTab gcn::Button *mAssignKeyButton; gcn::Button *mUnassignKeyButton; gcn::Button *mMakeDefaultButton; + TabStrip *mTabs; bool mKeySetting; /**< flag to check if key being set. */ + + int *mActionDataSize; }; #endif |