summaryrefslogtreecommitdiff
path: root/src/grail-legacy.c
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for gesture frame additionsHenrik Rydberg2011-04-281-1/+1
| | | | | | | Rename internal variables and fix makefile to make room for new targets. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Expose utouch-frame through grail APIHenrik Rydberg2011-04-281-0/+66
Start a gentle API change by exposing utouch-frame through grail, and deprecating the grail_contact struct. Old programs compile and run fine. To only use the new api, compile with -DGRAIL_NO_LEGACY_API. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>