[gimp] app: #undef GSEAL_ENABLE to build against the gtk-2-22 branch
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: #undef GSEAL_ENABLE to build against the gtk-2-22 branch
- Date: Sun, 30 May 2010 15:21:12 +0000 (UTC)
commit 6429c3de1bf19625f73ba6705939fc83332a5f7b
Author: Michael Natterer <mitch gimp org>
Date: Sun May 30 17:19:47 2010 +0200
app: #undef GSEAL_ENABLE to build against the gtk-2-22 branch
GDK structs and objects have been sealed in gtk-2-22, but we can't
use the newly introduced accessors yet.
app/widgets/gimpdeviceinfo.c | 2 ++
app/widgets/gimpdevices.c | 2 ++
app/widgets/gimpdevicestatus.c | 2 ++
app/widgets/gimpdnd-xds.c | 2 ++
app/widgets/gimptoolbox.c | 2 ++
app/widgets/gtkvwrapbox.c | 1 +
6 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/app/widgets/gimpdeviceinfo.c b/app/widgets/gimpdeviceinfo.c
index 3578e3d..7677ed9 100644
--- a/app/widgets/gimpdeviceinfo.c
+++ b/app/widgets/gimpdeviceinfo.c
@@ -19,6 +19,8 @@
#include <string.h>
+#undef GSEAL_ENABLE
+
#include <gtk/gtk.h>
#include "libgimpconfig/gimpconfig.h"
diff --git a/app/widgets/gimpdevices.c b/app/widgets/gimpdevices.c
index 23cc80e..13be8ab 100644
--- a/app/widgets/gimpdevices.c
+++ b/app/widgets/gimpdevices.c
@@ -23,6 +23,8 @@
#include <unistd.h>
#endif
+#undef GSEAL_ENABLE
+
#include <glib/gstdio.h>
#include <gtk/gtk.h>
diff --git a/app/widgets/gimpdevicestatus.c b/app/widgets/gimpdevicestatus.c
index b5b885e..0cf4f32 100644
--- a/app/widgets/gimpdevicestatus.c
+++ b/app/widgets/gimpdevicestatus.c
@@ -20,6 +20,8 @@
#include "config.h"
+#undef GSEAL_ENABLE
+
#include <gtk/gtk.h>
#include "libgimpcolor/gimpcolor.h"
diff --git a/app/widgets/gimpdnd-xds.c b/app/widgets/gimpdnd-xds.c
index 1b4c433..6dc4921 100644
--- a/app/widgets/gimpdnd-xds.c
+++ b/app/widgets/gimpdnd-xds.c
@@ -28,6 +28,8 @@
#include <string.h>
+#undef GSEAL_ENABLE
+
#include <gegl.h>
#include <gtk/gtk.h>
diff --git a/app/widgets/gimptoolbox.c b/app/widgets/gimptoolbox.c
index 564b751..56b4c9d 100644
--- a/app/widgets/gimptoolbox.c
+++ b/app/widgets/gimptoolbox.c
@@ -19,6 +19,8 @@
#include <string.h>
+#undef GSEAL_ENABLE
+
#include <gtk/gtk.h>
#include "libgimpbase/gimpbase.h"
diff --git a/app/widgets/gtkvwrapbox.c b/app/widgets/gtkvwrapbox.c
index cc48fe2..bb06fda 100644
--- a/app/widgets/gtkvwrapbox.c
+++ b/app/widgets/gtkvwrapbox.c
@@ -22,6 +22,7 @@
#include "config.h"
#undef GSEAL_ENABLE
+#undef GTK_DISABLE_DEPRECATED
#include "gtkvwrapbox.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]