summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-03-03 15:16:33 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2015-03-03 15:18:35 +0000
commita9861b34190916413dab61f782b37396f6784361 (patch)
tree082ba4fe92f0566dc519b1bac593a324634b5888 /README.in
parenta3ecf37e34c02c5df3450ce2cd4ef3c224e61c4c (diff)
downloadclutter-a9861b34190916413dab61f782b37396f6784361.tar.gz
docs: Note that the GDK backend is the new default
Update the release notes with this piece of information.
Diffstat (limited to 'README.in')
-rw-r--r--README.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.in b/README.in
index 1dba0c0e1..afb97ad3d 100644
--- a/README.in
+++ b/README.in
@@ -306,6 +306,14 @@ features).
Release Notes for Clutter 1.22
-------------------------------------------------------------------------------
+• The default backend for Clutter starting from this release is the GDK
+ backend, if Clutter was compiled with it. This allows better integration
+ with the underlying windowing system platform on X11 and Wayland. On
+ Windows and MacOS the native backends are still the preferred ones. If you
+ require a specific backend you should use clutter_set_windowing_backend()
+ with the CLUTTER_WINDOWING_* backend you require, prior to call
+ clutter_init().
+
• The ClutterRequestMode enumeration has a new value. Code checking for the
values of ClutterRequestMode should already be resilient to changes to this
enumerations, like for all enumerations in Clutter.