[gimp] app: GimpTransformOptions::clip is enum GimpTransformResize, not gboolean
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: GimpTransformOptions::clip is enum GimpTransformResize, not gboolean
- Date: Wed, 27 Jul 2011 20:24:33 +0000 (UTC)
commit 3704b8cd5972ae153f16570a8fcc1ae82bc9f9f5
Author: Michael Natterer <mitch gimp org>
Date: Wed Jul 27 22:23:43 2011 +0200
app: GimpTransformOptions::clip is enum GimpTransformResize, not gboolean
app/tools/gimptransformoptions.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimptransformoptions.h b/app/tools/gimptransformoptions.h
index d1d9c97..88cb09c 100644
--- a/app/tools/gimptransformoptions.h
+++ b/app/tools/gimptransformoptions.h
@@ -41,7 +41,7 @@ struct _GimpTransformOptions
GimpTransformDirection direction;
GimpInterpolationType interpolation;
gint recursion_level;
- gboolean clip;
+ GimpTransformResize clip;
GimpTransformPreviewType preview_type;
gdouble preview_opacity;
GimpGuidesType grid_type;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]