]> Devoid-pointer.net GitWeb - KLGD_FF_plugin.git/commitdiff
Export ffpl_lvl_dir_to_x_y().
authorMichal Malý <madcatxster@devoid-pointer.net>
Tue, 28 Jul 2015 12:48:23 +0000 (14:48 +0200)
committerMichal Malý <madcatxster@devoid-pointer.net>
Tue, 28 Jul 2015 12:48:23 +0000 (14:48 +0200)
klgd_ff_plugin.h

index 1d5dbb5a6ec1fc71c756cab6fbe94b5597708dab..e77f8558154f9cd0dc611f941c41249355271a3d 100644 (file)
@@ -37,6 +37,8 @@ union ffpl_control_data {
        u16 gain;
 };
 
+
+void ffpl_lvl_dir_to_x_y(const s32 level, const u16 direction, s32 *x, s32 *y);
 int ffpl_init_plugin(struct klgd_plugin **plugin, struct input_dev *dev, const size_t effect_count,
                     const unsigned long supported_effects,
                     const unsigned long flags,