From c1d99e42674d26a2699e5a7244dbaa988820b40d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 May 2021 13:19:34 -0400 Subject: Add Action representation to isolate behaviour from canvas objects A step towards isolating the canvas and ultimately the entire UI away so it can be replaced. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 5e3d549..2213297 100644 --- a/wscript +++ b/wscript @@ -240,10 +240,10 @@ def build(bld): src/Canvas.cpp src/CanvasModule.cpp src/Configuration.cpp - src/Connector.cpp src/Legend.cpp src/Metadata.cpp src/Patchage.cpp + src/Reactor.cpp src/TextViewLog.cpp src/event_to_string.cpp src/handle_event.cpp -- cgit v1.2.1