summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2016-11-02 23:12:57 +0000
committerMaxime Coste <frrrwww@gmail.com>2016-11-02 23:12:57 +0000
commit6347787cf2662436a942fe9208f0af7f070fc324 (patch)
tree054c18e9c6cc1c3e591e1b6d7563ce77fb5cbb14 /src/input_handler.hh
parent9ca0467c4d568b2c8fd1f35d549957f08ab27a13 (diff)
Propagate NormalParams to user mappings
Closes #896
Diffstat (limited to 'src/input_handler.hh')
-rw-r--r--src/input_handler.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index cc8ded68..14e9d048 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -94,7 +94,7 @@ public:
// Force an input handler into normal mode temporarily
struct ScopedForceNormal
{
- ScopedForceNormal(InputHandler& handler);
+ ScopedForceNormal(InputHandler& handler, NormalParams params);
~ScopedForceNormal();
private: