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.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ganv-private.h b/src/ganv-private.h
index 85ed1ab..d9d81df 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -199,6 +199,19 @@ void
ganv_edge_request_redraw(GanvCanvasBase* canvas,
const GanvEdgeCoords* coords);
+/* Box */
+
+void
+ganv_box_request_redraw(GanvItem* item,
+ const GanvBoxCoords* coords,
+ gboolean world);
+
+/* Port */
+
+void
+ganv_port_set_control_value_internal(GanvPort* port,
+ float value);
+
#ifdef __cplusplus
} /* extern "C" */
#endif