summaryrefslogtreecommitdiffstats
path: root/src/ganv-private.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-24 08:31:52 +0000
committerDavid Robillard <d@drobilla.net>2015-02-24 08:31:52 +0000
commit1b169cbe8955e5df9cd1c6d27d14fc2d8fb2c113 (patch)
tree73ad9701f40897bbe3f61f51bf587c6f94cbf648 /src/ganv-private.h
parent0f60c61b0d7424005385c5687377b48ceb0c0c9b (diff)
downloadganv-1b169cbe8955e5df9cd1c6d27d14fc2d8fb2c113.tar.gz
ganv-1b169cbe8955e5df9cd1c6d27d14fc2d8fb2c113.tar.bz2
ganv-1b169cbe8955e5df9cd1c6d27d14fc2d8fb2c113.zip
Add light theme for typesettable canvas export.
Don't show edge handles on export. Fix port control drawing to be pixel perfect. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5605 a436a847-0d15-0410-975c-d299462d15a1
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,