summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/livecode-tool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tools/livecode-tool.cpp')
-rw-r--r--src/ui/tools/livecode-tool.cpp4
1 files changed, 3 insertions, 1 deletions
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<Gdk::FrameClock> 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;
}