From 0f6174351eb581548170b37b5da602f1026b5d7e Mon Sep 17 00:00:00 2001 From: Rico Tiongson Date: Wed, 13 Feb 2019 09:26:47 +0800 Subject: [PATCH] Fix missing swipe_gesture header in regex implementation --- lib/gesture/swipe_gesture.regex.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/gesture/swipe_gesture.regex.cpp b/lib/gesture/swipe_gesture.regex.cpp index a39fbeb..7dd1d04 100644 --- a/lib/gesture/swipe_gesture.regex.cpp +++ b/lib/gesture/swipe_gesture.regex.cpp @@ -19,12 +19,14 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#include "swipe_gesture.h" + namespace comfortable_swipe::gesture { /** * Regex pattern for the libinput entry for start of swipe. * Extracts one match for the number of fingers used during the swipe. - * + * * eg. event15 GESTURE_SWIPE_BEGIN +34.33s 3 * ^ * fingers @@ -41,7 +43,7 @@ namespace comfortable_swipe::gesture /** * Regex pattern for the libinput entry for the end of swipe. * Extracts one match for the number of fingers used during the swipe. - * + * * eg. event15 GESTURE_SWIPE_END +35.03s 3 * ^ * fingers @@ -64,7 +66,7 @@ namespace comfortable_swipe::gesture /** * Regex pattern for the libinput entry for during a swipe. * Extracts number of fingers used and the speed (normal and accelerated) of the swipe. - * + * * eg. event15 GESTURE_SWIPE_UPDATE +34.70s 3 -0.12/ 4.99 (-0.33/13.50 unaccelerated) * ^ ^ ^ ^ ^ * fingers dx dy udx udy