diff options
| author | Jacob Palecki <[email protected]> | 2020-07-28 15:25:41 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-07-28 15:25:41 -0700 |
| commit | 06d6d8d3e3cb5186daab029f2d7c7fa3ea0438d2 (patch) | |
| tree | 908649f5b9e74d45b427a0496338d15629e22a42 /common/rawaccel-userspace.hpp | |
| parent | More comments and light refactoring (diff) | |
| download | rawaccel-06d6d8d3e3cb5186daab029f2d7c7fa3ea0438d2.tar.xz rawaccel-06d6d8d3e3cb5186daab029f2d7c7fa3ea0438d2.zip | |
Rename acceleration constants, arguments
Diffstat (limited to 'common/rawaccel-userspace.hpp')
| -rw-r--r-- | common/rawaccel-userspace.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rawaccel-userspace.hpp b/common/rawaccel-userspace.hpp index d0722b6..5996364 100644 --- a/common/rawaccel-userspace.hpp +++ b/common/rawaccel-userspace.hpp @@ -19,7 +19,7 @@ void error(const char* s) { mouse_modifier parse(int argc, char** argv) { double degrees = 0; vec2d sens = { 1, 1 }; - args_t accel_args{}; + accel_args accel_args{}; auto make_opt_vec = [](vec2d& v, auto first_flag, auto... rest) { return clipp::option(first_flag, rest...) & ( |