From 2690f9ceb82537e921a33410f55bbdc065a872e1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Jun 2013 16:54:57 +0000 Subject: Fix compilation with --jack-dbus (#917). I don't know why I maintain this or what the point of it is... git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5141 a436a847-0d15-0410-975c-d299462d15a1 --- src/Canvas.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/Canvas.cpp b/src/Canvas.cpp index e028b26..7111e1a 100644 --- a/src/Canvas.cpp +++ b/src/Canvas.cpp @@ -2037,6 +2037,12 @@ ganv_canvas_for_each_selected_node(GanvCanvas* canvas, } } +gboolean +ganv_canvas_empty(const GanvCanvas* canvas) +{ + return canvas->impl->_items.empty(); +} + void ganv_canvas_for_each_edge_from(GanvCanvas* canvas, const GanvNode* tail, -- cgit v1.2.1