Hi,
You probably already know, but when I patched my source and
compiled it, I got these warnings:
gui.c: In function ‘gui_init_which_components’:
gui.c:3229: warning: implicit declaration of function
‘gui_mch_showing_tabline’
gui.c: In function ‘gui_update_tabline’:
gui.c:3403: warning: implicit declaration of function
‘gui_mch_show_tabline’
gui.c:3405: warning: implicit declaration of function
‘gui_mch_update_tabline’
gui.c: In function ‘send_tabline_event’:
gui.c:3527: warning: implicit declaration of function
‘gui_mch_set_curtab’
Not crucial, obviously, but should be fixed.
Hm. Do these warnings appear in win32/linux as well? I can't find
prototypes for these functions anywhere in the code, so I guess this
is a general problem...can someone comment on this?
Thanks,
Nico