gtk2/gtk2-testgtk.patch

24 lines
520 B
Diff

From 1f905a1c174a3f5de33390c3ff47c38f627536fa Mon Sep 17 00:00:00 2001
From: Benjamin Otte <otte@redhat.com>
Date: Tue, 17 Aug 2010 17:10:51 +0000
Subject: testgtk: undef GDK_DISABLE_DEPRECATED
We test ctree code here and that code uses pixmaps.
---
diff --git a/tests/testgtk.c b/tests/testgtk.c
index 9da72cf..2720cbd 100644
--- a/tests/testgtk.c
+++ b/tests/testgtk.c
@@ -26,6 +26,8 @@
#undef GTK_DISABLE_DEPRECATED
+#undef GDK_DISABLE_DEPRECATED
+
#include "config.h"
#undef G_LOG_DOMAIN
--
cgit v0.8.3.1