[clutter] cally: Disable deprecation warnings



commit fcd341d23e24853041e754c47dff87914aaa42de
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Thu May 3 11:34:57 2012 +0100

    cally: Disable deprecation warnings
    
    For ClutterGroup and ClutterRectangle.

 clutter/cally/cally-rectangle.c |    2 ++
 clutter/cally/cally.c           |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/clutter/cally/cally-rectangle.c b/clutter/cally/cally-rectangle.c
index c2adb80..51a9863 100644
--- a/clutter/cally/cally-rectangle.c
+++ b/clutter/cally/cally-rectangle.c
@@ -30,6 +30,8 @@
  * In particular it sets a proper role for the rectangle.
  */
 
+#define CLUTTER_DISABLE_DEPRECATION_WARNINGS
+
 #include "cally-rectangle.h"
 #include "cally-actor-private.h"
 
diff --git a/clutter/cally/cally.c b/clutter/cally/cally.c
index ea016c5..2edcdf8 100644
--- a/clutter/cally/cally.c
+++ b/clutter/cally/cally.c
@@ -33,6 +33,8 @@
 #include "config.h"
 #endif
 
+#define CLUTTER_DISABLE_DEPRECATION_WARNINGS
+
 #include "cally.h"
 
 #include "cally-actor.h"



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