[clutter/deprecate-default-stage: 12/14] docs: Note default stage deprecation in README
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/deprecate-default-stage: 12/14] docs: Note default stage deprecation in README
- Date: Thu, 10 Nov 2011 15:53:06 +0000 (UTC)
commit b38773f4588f104e0dca8f235344d1599c0d560a
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Thu Nov 10 15:09:04 2011 +0000
docs: Note default stage deprecation in README
Mention the behaviour of Clutter when creating more than one stage on
platforms that only support one stage instance.
README.in | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/README.in b/README.in
index 8d2c466..15ef48e 100644
--- a/README.in
+++ b/README.in
@@ -289,6 +289,12 @@ features).
Release Notes for Clutter 1.10
-------------------------------------------------------------------------------
+â The "default stage" has been deprecated; since the 1.0 release, the default
+ stage creation was deferred to the call to clutter_stage_get_default(), and
+ the preferred way for getting a ClutterStage was calling clutter_stage_new()
+ instead. On platforms that do not support multiple stages, attempting to
+ create more than one stage will lead to an error, and Clutter will abort.
+
â Clutter can support multiple backends in the same shared library. Only one
windowing or input backend can be used at run time. As a result of this
change, the shared library name used by Clutter has changed from:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]