summaryrefslogtreecommitdiffstats
path: root/src/ganv-private.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-09-30 18:06:07 +0000
committerDavid Robillard <d@drobilla.net>2012-09-30 18:06:07 +0000
commitdbb57216238de87aaf0486862d0395374af14120 (patch)
tree0d1cde19ec81da7f1644304ffd011476db5d8246 /src/ganv-private.h
parent420bbe77f4b382cc36b21caab5e28710bc7b712f (diff)
downloadganv-dbb57216238de87aaf0486862d0395374af14120.tar.gz
ganv-dbb57216238de87aaf0486862d0395374af14120.tar.bz2
ganv-dbb57216238de87aaf0486862d0395374af14120.zip
Redraw edge areas when edges are removed to avoid fragments.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4795 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/ganv-private.h')
-rw-r--r--src/ganv-private.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ganv-private.h b/src/ganv-private.h
index a5d7047..ad36e21 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -189,6 +189,12 @@ ganv_canvas_port_event(GanvCanvas* canvas,
void
ganv_item_invoke_update(GanvItem* item, int flags);
+/* Edge */
+
+void
+ganv_edge_request_redraw(GanvCanvasBase* canvas,
+ const GanvEdgeCoords* coords);
+
#ifdef __cplusplus
} /* extern "C" */
#endif