summaryrefslogtreecommitdiff
path: root/test/grail-touch.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove thread codeHenrik Rydberg2010-08-061-4/+2
| | | | | | | | | The primary usecase of grail involves using it together with the xserver, which is not threaded. Revert the touch-dev code back to the state prior to adding the threaded processing. Deferred event handling can be implemented by other means when needed. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Rename and install test binariesHenrik Rydberg2010-08-051-0/+90
Install the test programs as grail-touch and grail-gesture. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>