mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 18:39:09 +00:00
df1a9b7a74
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.