Bram Moolenaar wrote:
What do others think about removing support for GTK 1? It makes sense,
any system where you would try to build Vim 7.3 should be able to
install GTK 2 libraries. It will clean up the Vim source code.
May I suggest that if GTK-1 is detected, that a message about the
problem be issued:
#if defined(FEAT_GUI_GTK) && !defined(HAVE_GTK2)
# error "GTK 1 is no longer supported"
#endif
or something similar.
Regards,
Chip Campbell
--
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