mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Use a META_ prefix for enum types, not MUTTER_
This commit is contained in:
@ -200,7 +200,7 @@ meta_screen_class_init (MetaScreenClass *klass)
|
||||
3,
|
||||
G_TYPE_INT,
|
||||
G_TYPE_INT,
|
||||
MUTTER_TYPE_MOTION_DIRECTION);
|
||||
META_TYPE_MOTION_DIRECTION);
|
||||
|
||||
screen_signals[WINDOW_ENTERED_MONITOR] =
|
||||
g_signal_new ("window-entered-monitor",
|
||||
|
@ -411,7 +411,7 @@ meta_window_class_init (MetaWindowClass *klass)
|
||||
g_param_spec_enum ("window-type",
|
||||
"Window Type",
|
||||
"The type of the window",
|
||||
MUTTER_TYPE_WINDOW_TYPE,
|
||||
META_TYPE_WINDOW_TYPE,
|
||||
META_WINDOW_NORMAL,
|
||||
G_PARAM_READABLE));
|
||||
|
||||
|
Reference in New Issue
Block a user