[gimp] app: remove GIMP_SAMPLE_POINT_DRAW_SIZE from gimpsamplepoint.h
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: remove GIMP_SAMPLE_POINT_DRAW_SIZE from gimpsamplepoint.h
- Date: Thu, 30 Sep 2010 08:13:07 +0000 (UTC)
commit 26f6f2992aeb1fc01dd53b78e08bcc55daecc822
Author: Michael Natterer <mitch gimp org>
Date: Thu Sep 30 10:12:15 2010 +0200
app: remove GIMP_SAMPLE_POINT_DRAW_SIZE from gimpsamplepoint.h
and add it to gimpcanvassamplepoint.c, it doesn't need to be public
any longer.
app/core/gimpsamplepoint.h | 3 ---
app/display/gimpcanvassamplepoint.c | 3 +++
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/core/gimpsamplepoint.h b/app/core/gimpsamplepoint.h
index be0dcca..aef3ab0 100644
--- a/app/core/gimpsamplepoint.h
+++ b/app/core/gimpsamplepoint.h
@@ -19,9 +19,6 @@
#define __GIMP_SAMPLE_POINT_H__
-#define GIMP_SAMPLE_POINT_DRAW_SIZE 10
-
-
#define GIMP_TYPE_SAMPLE_POINT (gimp_sample_point_get_type ())
diff --git a/app/display/gimpcanvassamplepoint.c b/app/display/gimpcanvassamplepoint.c
index 494d470..7e5e7f5 100644
--- a/app/display/gimpcanvassamplepoint.c
+++ b/app/display/gimpcanvassamplepoint.c
@@ -37,6 +37,9 @@
#include "gimpdisplayshell-transform.h"
+#define GIMP_SAMPLE_POINT_DRAW_SIZE 10
+
+
enum
{
PROP_0,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]