From 3b2276101d31304a5509642b2d2d01f874c8214f Mon Sep 17 00:00:00 2001 From: Yong Bakos Date: Thu, 28 Apr 2016 11:59:07 -0500 Subject: fullscreen-shell: Use 'surface-local' to correct grammar Correct the pluralization by simplifying with 'surface-local'. See https://lists.freedesktop.org/archives/wayland-devel/2016-April/028249.html. Signed-off-by: Yong Bakos Reviewed-by: Bryce Harrington --- fullscreen-shell/fullscreen-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fullscreen-shell') diff --git a/fullscreen-shell/fullscreen-shell.c b/fullscreen-shell/fullscreen-shell.c index abc4e847..a32e46a4 100644 --- a/fullscreen-shell/fullscreen-shell.c +++ b/fullscreen-shell/fullscreen-shell.c @@ -294,7 +294,7 @@ restore_output_mode(struct weston_output *output) /* * Returns the bounding box of a surface and all its sub-surfaces, - * in the surface coordinates system. */ + * in surface-local coordinates. */ static void surface_subsurfaces_boundingbox(struct weston_surface *surface, int32_t *x, int32_t *y, int32_t *w, int32_t *h) { -- cgit v1.2.1