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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ganv-private.h b/src/ganv-private.h
index 4d892d9..29b2e61 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -354,6 +354,9 @@ ganv_canvas_request_redraw_w(GanvCanvas* canvas,
PortOrderCtx
ganv_canvas_get_port_order(GanvCanvas* canvas);
+gboolean
+ganv_canvas_exporting(GanvCanvas* canvas);
+
/* Edge */
void
@@ -373,7 +376,8 @@ ganv_edge_tick(GanvEdge* edge, double seconds);
void
ganv_box_path(GanvBox* box,
- cairo_t* cr, double x1, double y1, double x2, double y2);
+ cairo_t* cr, double x1, double y1, double x2, double y2,
+ double dr);
void
ganv_box_request_redraw(GanvItem* item,