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, 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