diff options
author | Keith Packard <keithp@keithp.com> | 2014-03-22 15:20:49 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2014-03-26 12:58:40 -0700 |
commit | 72a4beff6d3aed767df9a30bca0c1d860715928f (patch) | |
tree | e0c45f21967fc71dabb3a29b338a40926005604b /glamor/Makefile.am | |
parent | 029b64c30a8bdf87edfdb1c988f4e8dcee1bb4ef (diff) |
glamor: Move glamor_poly_segment to separate glamor_segment.c file
There's no reason to mix PolyPoint and PolySegment in the same file.
Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'glamor/Makefile.am')
-rw-r--r-- | glamor/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glamor/Makefile.am b/glamor/Makefile.am index dec6467fd..eff769eff 100644 --- a/glamor/Makefile.am +++ b/glamor/Makefile.am @@ -20,6 +20,7 @@ libglamor_la_SOURCES = \ glamor_polylines.c \ glamor_putimage.c \ glamor_setspans.c \ + glamor_segment.c \ glamor_render.c \ glamor_gradient.c \ glamor_program.c \ |