mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
Fix a typo
This commit is contained in:
parent
ff8cca77a2
commit
2e7db0d662
@ -2258,7 +2258,7 @@ should_map_as_subsurface (GdkWindow *window)
|
|||||||
if (impl_parent->mapped)
|
if (impl_parent->mapped)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
else
|
else
|
||||||
g_warning ("Couldn't map window %p as susburface because its parent is not mapped.",
|
g_warning ("Couldn't map window %p as subsurface because its parent is not mapped.",
|
||||||
window);
|
window);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user