mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 03:49:03 +00:00
Fix the deprecation guard for ClutterGLXTexturePixmap
It's CLUTTER_DISABLE_DEPRECATED.
This commit is contained in:
parent
e5641dabf8
commit
71b6554176
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user