summaryrefslogtreecommitdiffstats
path: root/src/ganv-private.h
diff options
context:
space:
mode:
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);