From d1b3daf3a187794d7a6b452080d317046a014a15 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Jan 2014 19:03:09 +0000 Subject: Move item implementation to item.c. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5298 a436a847-0d15-0410-975c-d299462d15a1 --- src/ganv-private.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/ganv-private.h') 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 -- cgit v1.2.1