mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
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:

committed by
Marge Bot

parent
ea7175f6b7
commit
9e8d32980a
@ -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,
|
||||
|
Reference in New Issue
Block a user