mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
boxes: Move Rectangle.is_adjacent_to to Mtk
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3501>
This commit is contained in:

committed by
Marge Bot

parent
fcc8cfff11
commit
6f9e75b6f2
@ -1898,8 +1898,8 @@ has_adjacent_neighbour (MetaMonitorsConfig *config,
|
||||
if (logical_monitor_config == other_logical_monitor_config)
|
||||
continue;
|
||||
|
||||
if (meta_rectangle_is_adjacent_to (&logical_monitor_config->layout,
|
||||
&other_logical_monitor_config->layout))
|
||||
if (mtk_rectangle_is_adjacent_to (&logical_monitor_config->layout,
|
||||
&other_logical_monitor_config->layout))
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user