summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Optional XI2.1 supportHenrik Rydberg2011-02-152-1/+124
| | | | | | | | | | | | This patch adds XI2.1 support to mtview. Several instances of the the program can be open simultaneously, each one being a window into the device, which is mapped onto the whole screen. On a touchscreen, paiting can occur simultaneously in each window. The device mapping is automatically modified in multi-head setups, and xinput set-prop can be used to map the device to a portion of the screen. Thanks to Chase Douglas for fixing this. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Prepare for additional backendsHenrik Rydberg2011-02-151-82/+112
| | | | | | | | | Rework the code slightly to make room for additional backends. Some fixes due to Chase Douglas have been incorporated as well. The device is mapped onto the whole screen, and the paint area is a window into it, regardless of where the window is on screen. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Switch to autotoolsHenrik Rydberg2011-01-022-0/+228
To simplify the creation of packages for mtview, swtich to using the autoconf make tools. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>