mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
boxes: Fix spelling in API
Change adjecent to adjacent. https://gitlab.gnome.org/GNOME/mutter/merge_requests/496
This commit is contained in:

committed by
Florian Müllner

parent
c96cf0608d
commit
5d1eccfb6f
@ -243,7 +243,7 @@ GList* meta_rectangle_find_nonintersected_monitor_edges (
|
||||
const GSList *all_struts);
|
||||
|
||||
META_EXPORT_TEST
|
||||
gboolean meta_rectangle_is_adjecent_to (MetaRectangle *rect,
|
||||
gboolean meta_rectangle_is_adjacent_to (MetaRectangle *rect,
|
||||
MetaRectangle *other);
|
||||
|
||||
META_EXPORT_TEST
|
||||
|
@ -2026,7 +2026,7 @@ meta_rectangle_find_nonintersected_monitor_edges (
|
||||
}
|
||||
|
||||
gboolean
|
||||
meta_rectangle_is_adjecent_to (MetaRectangle *rect,
|
||||
meta_rectangle_is_adjacent_to (MetaRectangle *rect,
|
||||
MetaRectangle *other)
|
||||
{
|
||||
int rect_x1 = rect->x;
|
||||
|
Reference in New Issue
Block a user