From 5423ccd321c1c84b0e7736b10b2fe9eeb1833e16 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 28 Apr 2011 18:42:33 +0200 Subject: Introduce gesture frames This patch extends the API with parallel new/delete functions, aiming to eventually replace the open/close function. The new functions give access to the grail gesture frames, containing gestural transform information. This information is useful in its own right, and will eventually replace the internal recognizer. Signed-off-by: Henrik Rydberg --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index b26574c..5011c1f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,7 +26,9 @@ libutouch_grail_la_SOURCES = \ grail-event.c \ grail-impl.h \ grail-api.c \ - grail-legacy.c + grail-legacy.c \ + grail-init.c \ + grail-frame.c # These are flags required to properly set up # the build. -fvisibility requires GCC > 4 (or clang) -- cgit v1.2.3