mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
3115a61688
The code for the conversion of the GL error enumeration code into a string is not following the code style and conventions we follow in Clutter and COGL. The GE() macro is also using fprintf(stderr) directly instead of using g_warning() -- which is redirectable to an alternative logging system using the g_log* API.