summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYong Bakos <ybakos@humanoriented.com>2016-04-28 11:59:06 -0500
committerBryce Harrington <bryce@osg.samsung.com>2016-04-29 16:33:01 -0700
commitbbb783a9570fc47625d196f83cbfec7adc56926a (patch)
treee88d30e04fb391124406035a07290ad9bc7e76af
parent934e89a749b77e8294113f75ad7f8b3fe3150bc8 (diff)
desktop-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--desktop-shell/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
index cd269a8f..27a6ca3c 100644
--- a/desktop-shell/shell.c
+++ b/desktop-shell/shell.c
@@ -1869,7 +1869,7 @@ static const struct weston_pointer_grab_interface resize_grab_interface = {
/*
* 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) {