mirror of
https://github.com/brl/mutter.git
synced 2025-01-25 02:48:56 +00:00
3d34d9fea1
Many people expect clutter_init to work the same way as gtk_init which exits the program on init failure. clutter_init however returns a status code on failure which applications need to handle because if the init fails then any further Clutter calls are likely to crash. In Clutter 2.0 we may want to change this to be more like GTK+. http://bugzilla.clutter-project.org/show_bug.cgi?id=2574