On Mon, Nov 30, 2015 at 8:02 AM, Marius Gedminas <[email protected]> wrote: > On Mon, Nov 30, 2015 at 12:01:07AM +0100, Tony Mechelynck wrote: >> When compiling 7.4.944, huge, with GTK2/Gnome2 GUI (i don't know >> exactly at which changeset it appeared): >> >> gcc -c -I. [...] -o objects/gui_gtk.o gui_gtk.c >> gui_gtk.c: In function ‘add_stock_icon’: >> gui_gtk.c:152:5: warning: ‘gdk_pixbuf_new_from_inline’ is deprecated >> (declared at /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:314) >> [-Wdeprecated-declarations] >> pixbuf = gdk_pixbuf_new_from_inline(data_length, inline_data, FALSE, >> NULL); >> ^ >> >> I don't know if we can do something about it now; but as everyone >> knows, "deprecated in one release may mean removed in the next >> release" and if and when that happens we'll be in trouble. > > GTK+ 2.x is no longer being maintained; it's unlikely that someone will > create a new release and remove deprecated functions. > > Is anyone working on porting Vim to GTK+ 3? > > Marius Gedminas
Not AFAIK; but now that there is a GTK+3, GTK+2 is bound to end where GTK+1 already is — down the drain. Best regards, Tony. -- -- 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.
