summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYong Bakos <ybakos@humanoriented.com>2016-04-28 11:59:07 -0500
committerBryce Harrington <bryce@osg.samsung.com>2016-04-29 16:33:05 -0700
commit3b2276101d31304a5509642b2d2d01f874c8214f (patch)
tree8fd4cf6b7ec57744ba3d98bb18bf8b8bf4ceb71e
parentbbb783a9570fc47625d196f83cbfec7adc56926a (diff)
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>
-rw-r--r--fullscreen-shell/fullscreen-shell.c2
1 files changed, 1 insertions, 1 deletions
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) {