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>
Wed, 4 Sep 2013 02:44:07 +0000 (19:44 -0700)
commit649f028a525fc6703019e8eec7b8eb233993091e
tree2179c6e5e7bc113a210660f7b9349d522fd7fb41
parent9477ab61dc1c188a2ae54ada14ff5fc5669f615f
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