Fix the deprecation guard for ClutterGLXTexturePixmap

It's CLUTTER_DISABLE_DEPRECATED.
This commit is contained in:
Emmanuele Bassi 2011-06-20 18:22:06 +01:00
parent e5641dabf8
commit 71b6554176

View File

@ -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