doc: Hyphenate compound adjectives window-local, 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 12:01:33 -05:00 committed by Bryce Harrington
parent 6fe12f02e3
commit 3178200f0d
2 changed files with 3 additions and 3 deletions

View file

@ -114,7 +114,7 @@
As suggested above, there are a few problems with this As suggested above, there are a few problems with this
approach. The X server doesn't have the information to approach. The X server doesn't have the information to
decide which window should receive the event, nor can it decide which window should receive the event, nor can it
transform the screen coordinates to window local transform the screen coordinates to window-local
coordinates. And even though X has handed responsibility for coordinates. And even though X has handed responsibility for
the final painting of the screen to the compositing manager, the final painting of the screen to the compositing manager,
X still controls the front buffer and modesetting. Most of X still controls the front buffer and modesetting. Most of
@ -172,7 +172,7 @@
in the scenegraph. Thus, the in the scenegraph. Thus, the
compositor can pick the right window compositor can pick the right window
and transform the screen coordinates and transform the screen coordinates
to window local coordinates, by to window-local coordinates, by
applying the inverse applying the inverse
transformations. The types of transformations. The types of
transformation that can be applied transformation that can be applied

View file

@ -333,7 +333,7 @@
A seat represents a group of input devices including mice, A seat represents a group of input devices including mice,
keyboards and touchscreens. It has a keyboard and pointer keyboards and touchscreens. It has a keyboard and pointer
focus. Seats are global objects. Pointer events are delivered focus. Seats are global objects. Pointer events are delivered
in surface local coordinates. in surface-local coordinates.
</para> </para>
<para> <para>
The compositor maintains an implicit grab when a button is The compositor maintains an implicit grab when a button is