meta: Move private defines to a private header

These defines are unused outside of mutter, and actually not
desirable to export. Move them to a private header.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/859
This commit is contained in:
Carlos Garnacho
2019-10-15 12:56:26 +02:00
committed by Jonas Ådahl
parent c2d03bf73e
commit 97010ac64d
5 changed files with 11 additions and 8 deletions

View File

@ -55,6 +55,7 @@
#include "backends/meta-output.h"
#include "backends/x11/meta-monitor-manager-xrandr.h"
#include "clutter/clutter.h"
#include "core/main-private.h"
#include "core/util-private.h"
#include "meta/main.h"
#include "meta/meta-x11-errors.h"