[gimp] app: #undef G_DISABLE_DEPRECATED where GStaticMutex is used
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: #undef G_DISABLE_DEPRECATED where GStaticMutex is used
- Date: Wed, 28 Sep 2011 21:28:35 +0000 (UTC)
commit d34bbaec2d11ad3f730d0b99e94b4f80fb16e8a3
Author: Michael Natterer <mitch gimp org>
Date: Wed Sep 28 23:27:49 2011 +0200
app: #undef G_DISABLE_DEPRECATED where GStaticMutex is used
because it's deprecated in GLib 2.30.
app/base/gimphistogram.c | 1 +
app/gegl/gimpoperationtilesink.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/base/gimphistogram.c b/app/base/gimphistogram.c
index 60f53e9..ac6f24a 100644
--- a/app/base/gimphistogram.c
+++ b/app/base/gimphistogram.c
@@ -21,6 +21,7 @@
#include <string.h>
+#undef G_DISABLE_DEPRECATED /* GStaticMutex */
#include <glib-object.h>
#include "libgimpmath/gimpmath.h"
diff --git a/app/gegl/gimpoperationtilesink.c b/app/gegl/gimpoperationtilesink.c
index 7ea21fc..2762fd6 100644
--- a/app/gegl/gimpoperationtilesink.c
+++ b/app/gegl/gimpoperationtilesink.c
@@ -22,6 +22,7 @@
#include <string.h>
+#undef G_DISABLE_DEPRECATED /* GStaticMutex */
#include <gegl.h>
#include <gegl-buffer.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]