Use g_thread_try_new() instead of g_thread_create()
authorPhilip Chimento <philip.chimento@gmail.com>
Sat, 31 Aug 2013 21:07:08 +0000 (14:07 -0700)
committerPhilip Chimento <philip.chimento@gmail.com>
Sat, 31 Aug 2013 23:54:14 +0000 (16:54 -0700)
commit94d1ecd9f71ed033a7905bcc142c5173d44ae9eb
treeb5b84dadfe12e61bb04d4a3c3b5b6c0994c0c989
parent3daa59aabb9afa0269d3fea65a05f60b07af9e04
Use g_thread_try_new() instead of g_thread_create()

g_thread_create() was deprecated in GLib 2.32. We don't use
g_thread_new() because the program should not abort if the thread
could not be created; rather, it should display an error message
and refuse to start the game.
libchimara/chimara-glk.c