diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-04-10 23:11:59 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-04-15 06:10:07 +0200 |
| commit | 223ba8b1b753e12a4826bacab282ab8dc7ba8689 (patch) | |
| tree | 4e169a4c36b24fee41fe2f20a6039aa88e82e15f /Makefile | |
| parent | 2cf55b491c571d49b0ce22549c08f47ffc451a69 (diff) | |
Introduce Memory
Add the Memory structure to hold the multitouch parsing state.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -13,6 +13,7 @@ o_src = capabilities \ | |||
| 13 | hwdata \ | 13 | hwdata \ |
| 14 | hwstate \ | 14 | hwstate \ |
| 15 | mtstate \ | 15 | mtstate \ |
| 16 | memory \ | ||
| 16 | mtouch \ | 17 | mtouch \ |
| 17 | gestures \ | 18 | gestures \ |
| 18 | multitouch | 19 | multitouch |
