diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2011-03-17 10:39:59 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-04-04 19:46:28 +0200 |
| commit | 586dd0f17bbd6e2e8b51f3e2fca9269e33f8038a (patch) | |
| tree | 869503d8f20db088270695abe83ed9bb3425b6f2 /src/grail-impl.h | |
| parent | 05833fda0c31938206f134e8fa1876c3360bf6c9 (diff) | |
Allow replay of device data through grail
This patch adds replay capabilities to grail. If the specified
device points to a valid evemu file, the device properties will
be extracted from that file instead. Any appended event data will
be replayed in realtime when calling grail_pull_mtdev().
In practise, grail_gesture may be executed with a test file.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/grail-impl.h')
| -rw-r--r-- | src/grail-impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grail-impl.h b/src/grail-impl.h index 2c63b90..7036382 100644 --- a/src/grail-impl.h +++ b/src/grail-impl.h | |||
| @@ -44,6 +44,7 @@ struct grail_impl { | |||
| 44 | int filter_abs; | 44 | int filter_abs; |
| 45 | int ongoing; | 45 | int ongoing; |
| 46 | int gesture; | 46 | int gesture; |
| 47 | FILE *fptest; | ||
| 47 | }; | 48 | }; |
| 48 | 49 | ||
| 49 | #endif | 50 | #endif |
