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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ganv-private.h b/src/ganv-private.h
index 2a4dbe2..d70f00c 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -206,6 +206,18 @@ ganv_item_i2w_pair(GanvItem* item, double* x1, double* y1, double* x2, double* y
void
ganv_item_invoke_update(GanvItem* item, int flags);
+void
+ganv_item_emit_event(GanvItem* item, GdkEvent* event, gint* finished);
+
+/* CanvasBase */
+
+void
+ganv_canvas_base_request_update(GanvCanvasBase* canvas);
+
+int
+ganv_canvas_base_emit_event(GanvCanvasBase* canvas, GdkEvent* event);
+
+
/* Edge */
void