meta: Add META namespace to macros
To silence warnings during GIR generation. https://gitlab.gnome.org/GNOME/mutter/merge_requests/822
This commit is contained in:

committed by
Marco Trevisan

parent
5e7fa20f06
commit
a8155a0471
@ -2493,7 +2493,7 @@ meta_monitor_manager_get_logical_monitor_at (MetaMonitorManager *manager,
|
||||
{
|
||||
MetaLogicalMonitor *logical_monitor = l->data;
|
||||
|
||||
if (POINT_IN_RECT (x, y, logical_monitor->rect))
|
||||
if (META_POINT_IN_RECT (x, y, logical_monitor->rect))
|
||||
return logical_monitor;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user