mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 23:03:00 +00:00
cf4a49061a
COGL has a debug message system like Clutter's own. In parallel, it also uses a coupld of #defines. Spread around there are also calls to printf() instead to the more correct g_log* wrappers. This commit tries to unify and clean up the macros and the debug message handling inside COGL to be more consistent.