[clutter] docs: Note that the GDK backend is the new default



commit a9861b34190916413dab61f782b37396f6784361
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Mar 3 15:16:33 2015 +0000

    docs: Note that the GDK backend is the new default
    
    Update the release notes with this piece of information.

 README.in |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/README.in b/README.in
index 1dba0c0..afb97ad 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]