Revert "Deprecate clutter_threads_init()"

This reverts commit 7e3a75c66b.

Conflicts:

	clutter/clutter-main.c
	clutter/clutter-main.h
This commit is contained in:
Chun-wei Fan
2011-10-20 15:17:25 +08:00
parent e33a6219d8
commit 5419c11c99
5 changed files with 30 additions and 13 deletions

View File

@ -120,6 +120,8 @@ test_texture_async_main (int argc, char *argv[])
{
gchar *path;
clutter_threads_init ();
if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS)
return 1;
@ -138,9 +140,7 @@ test_texture_async_main (int argc, char *argv[])
task, path,
cleanup_task);
clutter_threads_enter ();
clutter_main ();
clutter_threads_leave ();
g_free (path);