[gimp/multi-stroke: 17/31] app: forgot to change some data s/guint/gint/
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/multi-stroke: 17/31] app: forgot to change some data s/guint/gint/
- Date: Tue, 20 Oct 2015 00:34:08 +0000 (UTC)
commit af83eee1d506556608458bdb29e496539f0a9706
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]