mirror of
https://github.com/brl/mutter.git
synced 2025-03-24 20:23:56 +00:00

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.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%