Proper glib version check
This commit is contained in:
parent
8e8046af6d
commit
330f1093bb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue