summaryrefslogtreecommitdiff
path: root/src/grail-legacy.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright informationHEADmasterHenrik Rydberg2011-04-281-2/+1
| | | | | | | | The license information was always right, but the copyright information for this particular project was never quite right. Corrected with this patch. No functional changes. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* 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>