summaryrefslogtreecommitdiffstats
path: root/ganv
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-21 23:23:02 +0000
committerDavid Robillard <d@drobilla.net>2013-12-21 23:23:02 +0000
commit6f0b7b41271ed406b1d3087f70ca8b297b8927fc (patch)
tree8c4af8a1614a0a4c2f9612914df9b2eb48464bfc /ganv
parent5b15633236f029ff376e9fcaf943353b00f888b8 (diff)
downloadganv-6f0b7b41271ed406b1d3087f70ca8b297b8927fc.tar.gz
ganv-6f0b7b41271ed406b1d3087f70ca8b297b8927fc.tar.bz2
ganv-6f0b7b41271ed406b1d3087f70ca8b297b8927fc.zip
Fix broken ganv_item_move prototype.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5192 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv')
-rw-r--r--ganv/canvas-base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ganv/canvas-base.h b/ganv/canvas-base.h
index 161df81..3c76165 100644
--- a/ganv/canvas-base.h
+++ b/ganv/canvas-base.h
@@ -180,7 +180,7 @@ void ganv_item_raise(GanvItem* item);
void ganv_item_lower(GanvItem* item);
/* Move an item by the specified amount */
-void ganv_item_move(GanvItem* item, double dx, double dy);
+gboolean ganv_item_move(GanvItem* item, double dx, double dy);
/* Show an item (make it visible). If the item is already shown, it has no
* effect.