From e78e5242654530a95f79ce024a77aae6759db566 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 3 Mar 2015 19:04:48 +0000 Subject: [PATCH] tests: gdkpixbufoverlay-test: fix compilation against newer gdk-pixbuf gdk_pixbuf_new_from_inline() has been deprecated in favour of GResource. --- tests/icles/gdkpixbufoverlay-test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/icles/gdkpixbufoverlay-test.c b/tests/icles/gdkpixbufoverlay-test.c index d006599..4382b87 100644 --- a/tests/icles/gdkpixbufoverlay-test.c +++ b/tests/icles/gdkpixbufoverlay-test.c @@ -24,6 +24,8 @@ #include #include #include + +#define GDK_PIXBUF_DISABLE_DEPRECATED /* for gdk_pixbuf_new_from_inline */ #include #include -- 2.7.4