cleanup: Stop allowing deprecated Cogl API usage

Allow only specific files to use those deprecated APIs making
it easier to find where deprecated APIs are still in use
and avoid introducing new usages without being noticed

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3400>
This commit is contained in:
Bilal Elmoussaoui
2023-11-15 12:23:46 +01:00
parent da2771e293
commit 371d28a766
16 changed files with 12 additions and 12 deletions

View File

@ -25,6 +25,8 @@
* Emmanuele Bassi
*/
#define COGL_DISABLE_DEPRECATION_WARNINGS
#include "config.h"
#include "backends/meta-stage-impl-private.h"