meta: Move enum definitions to meta-enums.h

Commit bf84b24 created meta-enums.h but it's pretty empty so far, the
vast majority of enum definitions is still in common.h.

Move the Meta enum definitions to meta-enums.h as one would expect them
to be found.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2467>
This commit is contained in:
Olivier Fourdan
2022-06-15 16:50:11 +02:00
committed by Marge Bot
parent ea7175f6b7
commit 9e8d32980a
4 changed files with 393 additions and 394 deletions

View File

@ -31,7 +31,6 @@
#include "backends/meta-backend-types.h"
#include "clutter/clutter.h"
#include "meta/display.h"
#include "meta/meta-enums.h"
#define META_TYPE_INPUT_SETTINGS (meta_input_settings_get_type ())
G_DECLARE_DERIVABLE_TYPE (MetaInputSettings, meta_input_settings,