diff options
author | Jasen Borisov <tajjada@gmail.com> | 2016-05-01 11:02:44 +0100 |
---|---|---|
committer | Jasen Borisov <tajjada@gmail.com> | 2016-05-01 11:02:44 +0100 |
commit | de007c9b58fa5fda767196321a72dc9a39609efb (patch) | |
tree | 2e2ac142780cd6689635c6ce37917d6eb39d2007 /sway/input.c | |
parent | 68f0baf3ec3846e4f0ac7cecc12ed5ae9ad68546 (diff) |
Add input cmd for setting pointer accel profile.
Diffstat (limited to 'sway/input.c')
-rw-r--r-- | sway/input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input.c b/sway/input.c index fe0d1aff..1f3e99e7 100644 --- a/sway/input.c +++ b/sway/input.c @@ -21,6 +21,7 @@ struct input_config *new_input_config(const char* identifier) { input->click_method = INT_MIN; input->middle_emulation = INT_MIN; input->natural_scroll = INT_MIN; + input->accel_profile = INT_MIN; input->pointer_accel = FLT_MIN; input->scroll_method = INT_MIN; |