From 6ddaa0260c4749aa6c0395000381d7df0bd3feb1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 3 Feb 2013 22:29:15 +0000 Subject: Port control performance improvements (further improvement for #879). Only request a redraw, not a full update, where appropriate. Use a raw double instead of GVariant for port control-changed signal. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5045 a436a847-0d15-0410-975c-d299462d15a1 --- src/ganv-private.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/ganv-private.h') 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 -- cgit v1.2.1