diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2011-01-02 12:38:26 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-01-02 12:38:26 +0100 |
| commit | 1e07054fbeab6e90f104c279d3246097dd838a17 (patch) | |
| tree | d5369728c02ee5d826b7e104f0b2297832276f94 /src/Makefile.am | |
| parent | ab67ba5e161c4d65128fc5eada6845a543464759 (diff) | |
Prepare for queued event handling
The current grail operates via callbacks. In order to make grail work
as a pipe, where input and output can be controlled externally, add
the missing event queue for gestures, and align the code to simplify a
switch.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a6ca322..dd2af2b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -8,6 +8,7 @@ libutouch_grail_la_LDFLAGS = \ | |||
| 8 | libutouch_grail_la_SOURCES = \ | 8 | libutouch_grail_la_SOURCES = \ |
| 9 | evbuf.h \ | 9 | evbuf.h \ |
| 10 | gebuf.h \ | 10 | gebuf.h \ |
| 11 | grailbuf.h \ | ||
| 11 | touch-dev.c \ | 12 | touch-dev.c \ |
| 12 | touch-caps.c \ | 13 | touch-caps.c \ |
| 13 | grail-bits.c \ | 14 | grail-bits.c \ |
