summaryrefslogtreecommitdiffstats
path: root/src/ganv-private.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-11 06:29:41 +0000
committerDavid Robillard <d@drobilla.net>2015-02-11 06:29:41 +0000
commit57a15af0c0503ee430612f3f6eb4dc76b6e91eae (patch)
tree41aceaba3cd347e879069ecf44985089abc1c7ef /src/ganv-private.h
parent3d6bb8063387331e9e8acb2423632a0c722c3038 (diff)
downloadganv-57a15af0c0503ee430612f3f6eb4dc76b6e91eae.tar.gz
ganv-57a15af0c0503ee430612f3f6eb4dc76b6e91eae.tar.bz2
ganv-57a15af0c0503ee430612f3f6eb4dc76b6e91eae.zip
Clip control rectangles to radiused ports.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5554 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/ganv-private.h')
-rw-r--r--src/ganv-private.h4
1 files changed, 4 insertions, 0 deletions
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
@@ -359,6 +359,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,
gboolean world);