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 <ybakos@humanoriented.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
Yong Bakos 2016-04-28 11:59:07 -05:00 committed by Bryce Harrington
parent bbb783a957
commit 3b2276101d
1 changed files with 1 additions and 1 deletions

View File

@ -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) {