diff options
| author | Henrik Rydberg <rydberg@bitmath.org> | 2010-07-26 13:51:34 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-05 22:48:38 +0200 |
| commit | b76660d71e2ea77752025089bd71deffad64e325 (patch) | |
| tree | c19adf132087edcdc1e721446d4975f37899239e /src/gesture-dev.c | |
| parent | eb896e11aacab5f53e3915a8d19ffffd92ce8e10 (diff) | |
Test implementation of grail api
This patch introduces the grail API, and a program to test it (evlink).
Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
Diffstat (limited to 'src/gesture-dev.c')
| -rw-r--r-- | src/gesture-dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gesture-dev.c b/src/gesture-dev.c index 8dd11a9..46c77d7 100644 --- a/src/gesture-dev.c +++ b/src/gesture-dev.c | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | * | 22 | * |
| 23 | ****************************************************************************/ | 23 | ****************************************************************************/ |
| 24 | 24 | ||
| 25 | #include <grail.h> | 25 | #include <grail-gesture.h> |
| 26 | #include <malloc.h> | 26 | #include <malloc.h> |
| 27 | #include <string.h> | 27 | #include <string.h> |
| 28 | #include <errno.h> | 28 | #include <errno.h> |
