diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-26 15:48:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-26 15:48:37 +0300 |
commit | 93012ff28bfeae7820941e80a9a8568051790473 (patch) | |
tree | e673f6fcf768959f9a44933ddffac125724e77a6 /src/client.h | |
parent | a5d6ded17d979404d5b6e18573f35c99abaf97fb (diff) | |
download | plus-93012ff28bfeae7820941e80a9a8568051790473.tar.gz plus-93012ff28bfeae7820941e80a9a8568051790473.tar.bz2 plus-93012ff28bfeae7820941e80a9a8568051790473.tar.xz plus-93012ff28bfeae7820941e80a9a8568051790473.zip |
Add keyboard repeat setting to misc tab.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 9e3996526..c6780dfd6 100644 --- a/src/client.h +++ b/src/client.h @@ -281,6 +281,8 @@ public: void applyVSync(); + void applyKeyRepeat(); + void optionChanged(const std::string &name); void action(const gcn::ActionEvent &event); |