[PATCH weston 03/10] fullscreen-shell: Use 'surface-local' to correct grammar

Yong Bakos junk at humanoriented.com
Thu Apr 28 16:59:07 UTC 2016


From: Yong Bakos <ybakos at humanoriented.com>

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 at humanoriented.com>
---
 fullscreen-shell/fullscreen-shell.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fullscreen-shell/fullscreen-shell.c b/fullscreen-shell/fullscreen-shell.c
index abc4e84..a32e46a 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) {
-- 
2.7.2



More information about the wayland-devel mailing list