From 57a15af0c0503ee430612f3f6eb4dc76b6e91eae Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 11 Feb 2015 06:29:41 +0000 Subject: Clip control rectangles to radiused ports. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5554 a436a847-0d15-0410-975c-d299462d15a1 --- src/ganv-private.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ganv-private.h') diff --git a/src/ganv-private.h b/src/ganv-private.h index 2fc6c00..a682dbb 100644 --- a/src/ganv-private.h +++ b/src/ganv-private.h @@ -358,6 +358,10 @@ ganv_edge_tick(GanvEdge* edge, double seconds); /* Box */ +void +ganv_box_path(GanvBox* box, + cairo_t* cr, double x1, double y1, double x2, double y2); + void ganv_box_request_redraw(GanvItem* item, const GanvBoxCoords* coords, -- cgit v1.2.1