mirror of https://github.com/GNOME/gimp.git
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.
This commit is contained in:
parent
f03cf53e0c
commit
26f6f2992a
|
@ -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 ())
|
||||
|
||||
|
||||
|
|
|
@ -37,6 +37,9 @@
|
|||
#include "gimpdisplayshell-transform.h"
|
||||
|
||||
|
||||
#define GIMP_SAMPLE_POINT_DRAW_SIZE 10
|
||||
|
||||
|
||||
enum
|
||||
{
|
||||
PROP_0,
|
||||
|
|
Loading…
Reference in New Issue