[gimp] gimp_drawable_fs_update() takes a GimpLayer, not a GimpDrawable
- From: Michael Natterer <mitch src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] gimp_drawable_fs_update() takes a GimpLayer, not a GimpDrawable
- Date: Mon, 31 Aug 2009 19:02:51 +0000 (UTC)
commit bbc83d33b5ac6a8d4d9d05a30c0ecf9d161212d7
Author: Michael Natterer <mitch gimp org>
Date: Mon Aug 31 20:55:03 2009 +0200
gimp_drawable_fs_update() takes a GimpLayer, not a GimpDrawable
app/core/gimpdrawable.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/core/gimpdrawable.c b/app/core/gimpdrawable.c
index 0c41c1c..364d1cb 100644
--- a/app/core/gimpdrawable.c
+++ b/app/core/gimpdrawable.c
@@ -1899,7 +1899,7 @@ gimp_drawable_attach_floating_sel (GimpDrawable *drawable,
G_CALLBACK (gimp_drawable_fs_update),
drawable);
- gimp_drawable_fs_update (GIMP_DRAWABLE (floating_sel),
+ gimp_drawable_fs_update (floating_sel,
0, 0,
gimp_item_get_width (GIMP_ITEM (floating_sel)),
gimp_item_get_height (GIMP_ITEM (floating_sel)),
@@ -1925,7 +1925,7 @@ gimp_drawable_detach_floating_sel (GimpDrawable *drawable,
gimp_drawable_fs_update,
drawable);
- gimp_drawable_fs_update (GIMP_DRAWABLE (floating_sel),
+ gimp_drawable_fs_update (floating_sel,
0, 0,
gimp_item_get_width (GIMP_ITEM (floating_sel)),
gimp_item_get_height (GIMP_ITEM (floating_sel)),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]