| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2015-09-03 05:11:31 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2015-09-03 05:11:31 +0200 |
| commit | 5867bb8f12f3841a06eed3cd253365be0728c0af (patch) | |
| tree | 990fef402177d252f800ae1c01931532f869964b /src/main.c | |
| parent | 8e9d02a8bf86555cd040b5e7a29a12851e9764bf (diff) | |
Now applies the 'fuzz' and 'flat' properties.
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ static void interrupt (int unused_mandatory_parameter) static void handle_relative_axis_event ( - const struct relabsd_config * const conf, + struct relabsd_config * const conf, const struct relabsd_device * const dev, unsigned int const input_type, unsigned int const input_code, @@ -53,7 +53,7 @@ static void handle_relative_axis_event static void convert_input ( - const struct relabsd_config * const conf, + struct relabsd_config * const conf, const struct relabsd_input * const input, const struct relabsd_device * const dev ) |


