mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 01:48:55 +00:00
db492fe335
COGL_DEBUG_ENABLED is a macro to check if a debug flag is set. COGL_ENABLE_DEBUG is set by the build system if it's a debug build. The check `#ifdef COGL_DEBUG_ENABLED` always evaluates to true. Use the appropriate macro to guard some debugging code. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3446>