From 330f1093bbbc6c994abae1480b21cdb42ff47f01 Mon Sep 17 00:00:00 2001 From: o9000 Date: Sat, 4 Mar 2017 12:23:52 +0100 Subject: [PATCH] Proper glib version check --- src/util/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/common.c b/src/util/common.c index ebe40d1..2e7bbc6 100644 --- a/src/util/common.c +++ b/src/util/common.c @@ -618,7 +618,7 @@ void get_text_size2(PangoFontDescription *font, XFreePixmap(server.display, pmap); } -#if !GLIB_CHECK_VERSION(2, 33, 4) +#if !GLIB_CHECK_VERSION(2, 34, 0) GList *g_list_copy_deep(GList *list, GCopyFunc func, gpointer user_data) { list = g_list_copy(list);