gimp r25640 - in trunk: . app/tools



Author: martinn
Date: Sun May 11 13:23:35 2008
New Revision: 25640
URL: http://svn.gnome.org/viewvc/gimp?rev=25640&view=rev

Log:
2008-05-11  Martin Nordholts  <martinn svn gnome org>

	* app/tools/gimpcroptool.[ch]: No need to expose definitions of
	GimpCropTool or GimpCropToolClass.


Modified:
   trunk/ChangeLog
   trunk/app/tools/gimpcroptool.c
   trunk/app/tools/gimpcroptool.h

Modified: trunk/app/tools/gimpcroptool.c
==============================================================================
--- trunk/app/tools/gimpcroptool.c	(original)
+++ trunk/app/tools/gimpcroptool.c	Sun May 11 13:23:35 2008
@@ -43,6 +43,19 @@
 #include "gimp-intl.h"
 
 
+struct _GimpCropTool
+{
+  GimpDrawTool  parent_instance;
+
+  GimpImage    *current_image;
+};
+
+struct _GimpCropToolClass
+{
+  GimpDrawToolClass parent_class;
+};
+
+
 static void      gimp_crop_tool_rectangle_tool_iface_init (GimpRectangleToolInterface *iface);
 
 static GObject * gimp_crop_tool_constructor               (GType                       type,

Modified: trunk/app/tools/gimpcroptool.h
==============================================================================
--- trunk/app/tools/gimpcroptool.h	(original)
+++ trunk/app/tools/gimpcroptool.h	Sun May 11 13:23:35 2008
@@ -36,18 +36,6 @@
 typedef struct _GimpCropTool      GimpCropTool;
 typedef struct _GimpCropToolClass GimpCropToolClass;
 
-struct _GimpCropTool
-{
-  GimpDrawTool  parent_instance;
-
-  GimpImage    *current_image;
-};
-
-struct _GimpCropToolClass
-{
-  GimpDrawToolClass parent_class;
-};
-
 
 void    gimp_crop_tool_register (GimpToolRegisterCallback  callback,
                                  gpointer                  data);



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