[clutter] Fix the deprecation guard for ClutterGLXTexturePixmap



commit 71b655417696f49cd41f33e2388af75b9c156ec2
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Mon Jun 20 18:22:06 2011 +0100

    Fix the deprecation guard for ClutterGLXTexturePixmap
    
    It's CLUTTER_DISABLE_DEPRECATED.

 clutter/cogl/clutter-glx-texture-pixmap.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/cogl/clutter-glx-texture-pixmap.h b/clutter/cogl/clutter-glx-texture-pixmap.h
index b5a2066..5479510 100644
--- a/clutter/cogl/clutter-glx-texture-pixmap.h
+++ b/clutter/cogl/clutter-glx-texture-pixmap.h
@@ -28,7 +28,7 @@
 
 #include <clutter/x11/clutter-x11-texture-pixmap.h>
 
-#if !defined(CLUTTER_DISABLE_COMPILATION) || defined(CLUTTER_COMPILATION)
+#if !defined(CLUTTER_DISABLE_DEPRECATED) || defined(CLUTTER_COMPILATION)
 
 G_BEGIN_DECLS
 



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