> Patch 7.4.995 > Problem: gdk_pixbuf_new_from_inline() is deprecated.
I was pleased to see this patch come, the deprecation warning is annoying if one is in the habit of watching out for warnings. However, I still got the warning; my version of gdk-pixbuf-2.0 is 2.31.3, with Ubuntu 15.04. On the reasoning that if I get the warning, then gdk_pixbuf_new_from_inline() is deprecated in my version, I hacked the configure script to check for 2.31 rather than 2.32 and have compiled ok. IIUC the code is only used for icons on the toolbar and for signs, and these work fine at least once. Whether anything should be done about this is debatable, but I thought I'd mention it. Certainly the documentation referred to in the pull request suggests that GResource landed in 2.32, and my gio/gresource.h has lots of GLIB_AVAILABLE_IN_2_32 error macros. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
