Expose deprecated symbols whilst building Clutter
Don't use ugly "#undef CLUTTER_DISABLE_DEPRECATED" inside source code using deprecated symbols; we have the handy CLUTTER_COMPILATION define that we can use as part of the "disable deprecated" conditional.
This commit is contained in:
@ -34,7 +34,6 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#undef CLUTTER_DISABLE_DEPRECATED
|
||||
#include "clutter-timeout-pool.h"
|
||||
|
||||
#include "clutter-debug.h"
|
||||
|
Reference in New Issue
Block a user