mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
wayland/pointer-constraints: Fix typo
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1163
This commit is contained in:
parent
aa136f4515
commit
2907ee93cc
@ -852,7 +852,7 @@ init_pointer_constraint (struct wl_resource *resource,
|
|||||||
{
|
{
|
||||||
wl_resource_post_error (resource,
|
wl_resource_post_error (resource,
|
||||||
WL_DISPLAY_ERROR_INVALID_OBJECT,
|
WL_DISPLAY_ERROR_INVALID_OBJECT,
|
||||||
"the pointer as already requested to be "
|
"the pointer was already requested to be "
|
||||||
"locked or confined on that surface");
|
"locked or confined on that surface");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user