From 4c72e29f9909d33edd497edbe789bb70909f768e Mon Sep 17 00:00:00 2001 From: Yong Bakos Date: Thu, 28 Apr 2016 11:59:10 -0500 Subject: compositor: Hyphenate compound adjective surface-local See https://lists.freedesktop.org/archives/wayland-devel/2016-April/028249.html. Signed-off-by: Yong Bakos Reviewed-by: Bryce Harrington --- src/compositor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/compositor.c b/src/compositor.c index 55001974..94e1b9ff 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -1605,7 +1605,7 @@ weston_view_set_transform_parent(struct weston_view *view, * motion or touch-downs. Everything inside the rectangle will behave * normally. Clients are unaware of clipping. * - * The rectangle is set in the surface local coordinates. Setting a clip + * The rectangle is set in surface-local coordinates. Setting a clip * mask rectangle does not affect the view position, the view is positioned * as it would be without a clip. The clip also does not change * weston_surface::width,height. -- cgit v1.2.1