gimp r24579 - in trunk: . app/gegl
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24579 - in trunk: . app/gegl
- Date: Wed, 9 Jan 2008 17:15:43 +0000 (GMT)
Author: neo
Date: Wed Jan 9 17:15:43 2008
New Revision: 24579
URL: http://svn.gnome.org/viewvc/gimp?rev=24579&view=rev
Log:
2008-01-09 Sven Neumann <sven gimp org>
* app/gegl/gimpoperationtilesink.c: use the marshaller from GLib;
don't include gimpmarshal.h from app/core.
Modified:
trunk/ChangeLog
trunk/app/gegl/gimpoperationtilesink.c
Modified: trunk/app/gegl/gimpoperationtilesink.c
==============================================================================
--- trunk/app/gegl/gimpoperationtilesink.c (original)
+++ trunk/app/gegl/gimpoperationtilesink.c Wed Jan 9 17:15:43 2008
@@ -35,8 +35,6 @@
#include "base/tile-manager.h"
#include "base/pixel-region.h"
-#include "core/gimpmarshal.h"
-
#include "gimp-gegl-utils.h"
#include "gimpoperationtilesink.h"
@@ -91,7 +89,7 @@
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (GimpOperationTileSinkClass, data_written),
NULL, NULL,
- gimp_marshal_VOID__POINTER,
+ g_cclosure_marshal_VOID__POINTER,
G_TYPE_NONE, 1,
G_TYPE_POINTER);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]