summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-09-27 21:28:31 +0000
committerKeith Packard <keithp@keithp.com>2004-09-27 21:28:31 +0000
commitf60f70c6bb29ac8d59a5416a1bdcd6cc3dd83087 (patch)
tree544f841b972cf2d0ad950d936ad8fb6cf6a33965 /Makefile.am
parent9020db18ff228c628758f4766bad1a148e4dedbc (diff)
Add affine transformation support. Fix convex hull to eliminate all points
colinear with extreme. Note that text snapping is currently broken.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 77b402d..31bdb92 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,14 +21,17 @@ xtwin_SOURCES = \
twin_draw.c \
twin_glyphs.c \
twin_hull.c \
+ twin_fixed.c \
twin_font.c \
twin_geom.c \
+ twin_matrix.c \
twin_path.c \
twin_pixmap.c \
twin_poly.c \
twin_primitive.c \
twin_screen.c \
twin_spline.c \
+ twin_trig.c \
twin_x11.c \
twinint.h \
xtwin.c