[gimp/warp-wip-rebased: 3/56] gimpwarptool: enable macro to get options class
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/warp-wip-rebased: 3/56] gimpwarptool: enable macro to get options class
- Date: Sat, 18 May 2013 13:54:12 +0000 (UTC)
commit 6e8c9f4e02e2d077333c02741c4d7a4dc9daf2d6
Author: Michael Muré <batolettre gmail com>
Date: Wed May 25 21:39:31 2011 +0200
gimpwarptool: enable macro to get options class
app/tools/gimpwarptool.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpwarptool.h b/app/tools/gimpwarptool.h
index 6a3b6c1..5fa48f3 100644
--- a/app/tools/gimpwarptool.h
+++ b/app/tools/gimpwarptool.h
@@ -31,7 +31,7 @@
#define GIMP_IS_WARP_TOOL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GIMP_TYPE_WARP_TOOL))
#define GIMP_WARP_TOOL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GIMP_TYPE_WARP_TOOL,
GimpWarpToolClass))
-//#define GIMP_WARP_TOOL_GET_OPTIONS(t) (GIMP_WARP_OPTIONS (gimp_tool_get_options (GIMP_TOOL (t))))
+#define GIMP_WARP_TOOL_GET_OPTIONS(t) (GIMP_WARP_OPTIONS (gimp_tool_get_options (GIMP_TOOL (t))))
typedef struct _GimpWarpTool GimpWarpTool;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]