From 1b69cd09de1e70d36cbca5f0c4a3f289ec684343 Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 2 Dec 2019 21:33:28 +0100 Subject: more janet bindings --- src/ui/tools/livecode-tool.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/ui/tools/livecode-tool.cpp') diff --git a/src/ui/tools/livecode-tool.cpp b/src/ui/tools/livecode-tool.cpp index 8b096dbf0..ae332b13c 100644 --- a/src/ui/tools/livecode-tool.cpp +++ b/src/ui/tools/livecode-tool.cpp @@ -100,13 +100,15 @@ static Geom::Rect rect(Geom::Point(20, 200), Geom::Point(220, 20)); bool LivecodeTool::handle_tick(Glib::RefPtr const &frame_clock) { - context.setup_frame(); + context.frame(); +/* context.input_point("p", &p); context.input_arrow("a->b", &a, &b); context.input_rect("rect", &rect); context.finish_frame(); +*/ return true; } -- cgit v1.2.3