mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
protocol: fix typo
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
This commit is contained in:
parent
3cce6be20d
commit
899652201f
1 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
Permission to use, copy, modify, distribute, and sell this
|
Permission to use, copy, modify, distribute, and sell this
|
||||||
software and its documentation for any purpose is hereby granted
|
software and its documentation for any purpose is hereby granted
|
||||||
without fee, provided that\n the above copyright notice appear in
|
without fee, provided that the above copyright notice appear in
|
||||||
all copies and that both that copyright notice and this permission
|
all copies and that both that copyright notice and this permission
|
||||||
notice appear in supporting documentation, and that the name of
|
notice appear in supporting documentation, and that the name of
|
||||||
the copyright holders not be used in advertising or publicity
|
the copyright holders not be used in advertising or publicity
|
||||||
|
|
@ -172,7 +172,7 @@
|
||||||
A buffer provides the content for a wl_surface. Buffers are
|
A buffer provides the content for a wl_surface. Buffers are
|
||||||
created through factory interfaces such as wl_drm, wl_shm or
|
created through factory interfaces such as wl_drm, wl_shm or
|
||||||
similar. It has a width and a height and can be attached to a
|
similar. It has a width and a height and can be attached to a
|
||||||
wl_surface, but the mechnism by which a client provides and
|
wl_surface, but the mechanism by which a client provides and
|
||||||
updates the contents is defined by the buffer factory interface
|
updates the contents is defined by the buffer factory interface
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
|
|
@ -197,7 +197,7 @@
|
||||||
</request>
|
</request>
|
||||||
|
|
||||||
<event name="release">
|
<event name="release">
|
||||||
<description summary="compositor releses buffer">
|
<description summary="compositor releases buffer">
|
||||||
Sent when an attached buffer is no longer used by the compositor.
|
Sent when an attached buffer is no longer used by the compositor.
|
||||||
</description>
|
</description>
|
||||||
</event>
|
</event>
|
||||||
|
|
@ -589,7 +589,7 @@
|
||||||
Notification that this input device's pointer is focused on
|
Notification that this input device's pointer is focused on
|
||||||
certain surface. When an input_device enters a surface, the
|
certain surface. When an input_device enters a surface, the
|
||||||
pointer image is undefined and a client should respond to this
|
pointer image is undefined and a client should respond to this
|
||||||
event by setting an apropriate pointer image.
|
event by setting an appropriate pointer image.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<arg name="time" type="uint"/>
|
<arg name="time" type="uint"/>
|
||||||
|
|
@ -643,7 +643,7 @@
|
||||||
|
|
||||||
|
|
||||||
<interface name="wl_output" version="1">
|
<interface name="wl_output" version="1">
|
||||||
<description summary="composior output region">
|
<description summary="compositor output region">
|
||||||
An output describes part of the compositor geometry. The
|
An output describes part of the compositor geometry. The
|
||||||
compositor work in the 'compositor coordinate system' and an
|
compositor work in the 'compositor coordinate system' and an
|
||||||
output corresponds to rectangular area in that space that is
|
output corresponds to rectangular area in that space that is
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue