[cluttermm] Group: Do not put this in a deprecated ifdef because Stage uses it.



commit 49fe98848326a7826af05a236a605597dd091853
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Mar 25 10:28:33 2014 +0100

    Group: Do not put this in a deprecated ifdef because Stage uses it.
    
    * clutter/src/group.hg: ClutterStage still derives from ClutterGroup
      because Clutter cannot yet break ABI, though it soon will.
      So we will still use it too, because that is easier than trying
      to bypass it.

 clutter/src/group.hg |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/clutter/src/group.hg b/clutter/src/group.hg
index 53a5fb7..333c709 100644
--- a/clutter/src/group.hg
+++ b/clutter/src/group.hg
@@ -38,7 +38,8 @@ class Group :
 {
   _CLASS_GOBJECT(Group, ClutterGroup, CLUTTER_GROUP, Actor, ClutterActor)
   _IMPLEMENTS_INTERFACE(Container)
-  _IS_DEPRECATED
+  //We don't want this in ifdef because Stage still derives from Group: _IS_DEPRECATED
+  //TODO: Remove Group from Stage's heirarchy when clutter does that, when it breaks ABI.
 
 protected:
   _CTOR_DEFAULT()


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