GNOME Bugzilla – Bug 707869
Add API to restrict the windowing backend to load
Last modified: 2013-09-11 07:55:06 UTC
In situations when the default backend would fail (for example when compiled with X11 support but run without DISPLAY), or when the application is using backend specific code, it makes sense to let the application choose the backend explicitly.
Created attachment 254610 [details] [review] Add API to restrict the windowing backend to load
Review of attachment 254610 [details] [review]: looks okay, minus a missing gtk-doc annotation, and adding the new function to clutter.symbols. ::: clutter/clutter-backend.c @@ +1391,3 @@ + * This must be called before the first API call to clutter, including + * clutter_get_option_context() + * @first_backend: the name of a clutter window backend missing Since: annotation.
Attachment 254610 [details] pushed as da3e698 - Add API to restrict the windowing backend to load