[gimp/multi-stroke: 17/30] app: forgot to change some data s/guint/gint/



commit ab8c1b4ad4a5e18fd11ecf95211c9d5334cc0116
Author: Jehan <jehan girinstud io>
Date:   Sun Mar 22 12:50:28 2015 +0100

    app: forgot to change some data s/guint/gint/

 app/core/gimpsymmetry-tiling.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/core/gimpsymmetry-tiling.h b/app/core/gimpsymmetry-tiling.h
index 15401b7..1eef0f1 100644
--- a/app/core/gimpsymmetry-tiling.h
+++ b/app/core/gimpsymmetry-tiling.h
@@ -41,8 +41,8 @@ struct _GimpTiling
   gdouble       interval_x;
   gdouble       interval_y;
   gdouble       shift;
-  guint         max_x;
-  guint         max_y;
+  gint          max_x;
+  gint          max_y;
 };
 
 struct _GimpTilingClass


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]