[Vimprobable-users] Possible patch/fix for g_thread_init warning
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Matthew C. <m...@ah...> - 2015-02-06 06:56:32
|
Hi all, As some of you who use a recent version of glib may know, g_thread_init has been deprecated (and every 'make' comes with a nice warning about this). This patch fixes that on newer glib versions (such as what I use on Arch Linux), but I'm not sure if it breaks on older glib versions. Does anyone who uses an old enough version of glib to actually need g_thread_init have time to test the patch and make sure it doesn't break their compilation? |