~chasedouglas/grail/pivot_type

« back to all changes in this revision

Viewing changes to tools/Makefile.am

  • Committer: Henrik Rydberg
  • Date: 2011-04-12 16:35:35 UTC
  • Revision ID: rydberg@bitmath.org-20110412163535-ng15zbeprnd1wwuj
Introduce the grail transform tool

This tool tests the transform capabilities of grail. Similar to a
map application, one can use a single finger, two fingers, a whole
hand or two hands to move the rectangle around, scale and rotate it.

Signed-off-by: Henrik Rydberg <rydberg@euromail.se>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
bin_PROGRAMS = grail-gesture grail-test-mtdev
2
2
 
 
3
if HAVE_XI
 
4
 
 
5
bin_PROGRAMS += grail-transform
 
6
 
 
7
endif
 
8
 
3
9
INCLUDES=-I$(top_srcdir)/include/
4
10
 
5
11
AM_CFLAGS = $(X11_CFLAGS) $(XINPUT_CFLAGS)