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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ganv-private.h b/src/ganv-private.h
index 8e9af59..1c25716 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -23,6 +23,7 @@ extern "C" {
#include <cairo.h>
#include "ganv/types.h"
+#include "ganv/text.h"
extern guint signal_moved;
@@ -198,6 +199,12 @@ ganv_canvas_port_event(GanvCanvas* canvas,
GanvPort* port,
GdkEvent* event);
+void
+ganv_item_invoke_update(GanvItem* item, int flags);
+
+void
+ganv_canvas_base_request_update(GanvCanvasBase* canvas);
+
#ifdef __cplusplus
} /* extern "C" */
#endif