[gimp/multi-stroke: 17/28] 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/28] app: forgot to change some data s/guint/gint/
- Date: Tue, 31 Mar 2015 23:58:35 +0000 (UTC)
commit 65ff83841fa7024bf5463bf17588b87b7bf04524
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]