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> |
||
---|---|---|
.. | ||
cogl | ||
cogl-pango | ||
meson.build |