mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-24 09:06:21 -04:00
doc: Add guarantees about request/events naming
Signed-off-by: Matilde Morrone <contact@morrone.dev>
This commit is contained in:
parent
53fbc2b0c1
commit
5caaf45e2d
1 changed files with 4 additions and 3 deletions
|
|
@ -17,9 +17,10 @@
|
||||||
The protocol includes several interfaces which are used for
|
The protocol includes several interfaces which are used for
|
||||||
interacting with the server. Each interface provides requests,
|
interacting with the server. Each interface provides requests,
|
||||||
events, and errors (which are really just special events) as described
|
events, and errors (which are really just special events) as described
|
||||||
above. Specific compositor implementations may have their own
|
above. Within the same interface each request and event is guaranteed
|
||||||
interfaces provided as extensions, but there are several which are
|
to have a unique name. Specific compositor implementations may have
|
||||||
always expected to be present.
|
their own interfaces provided as extensions, but there are several
|
||||||
|
which are always expected to be present.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue