forked from deniskropp/DirectFB
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
inputdrivers: tslib: add support for ts_read_mt()
First of all, ts_read_mt() is available in newer version of tslib. With those, also their ABI changed and we need to check for it in configure. We drop checking for tslib-0.0 which is ancient and historic at best in favor of the up-to-date tslib. If supported by the libts library, ts_read_mt() is now used instead of ts_read(). This would make it trivially easy to add real multitouch support of it can be used inside of DirectFB. Signed-off-by: Martin Kepplinger <martink@posteo.de>
- Loading branch information
Showing
2 changed files
with
104 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters