mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
protocol: wl_shm.format events are actually sent after bind
Protocol documentation mistakenly specified that wl_shm.format events are sent at connection setup time, but that's impossible (clients do not yet know ID of wl_shm object at the time) and contradicts implementation in libwayland. Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
This commit is contained in:
parent
d690712b7b
commit
af8b5c0782
1 changed files with 2 additions and 2 deletions
|
|
@ -277,8 +277,8 @@
|
|||
Clients can create wl_shm_pool objects using the create_pool
|
||||
request.
|
||||
|
||||
At connection setup time, the wl_shm object emits one or more
|
||||
format events to inform clients about the valid pixel formats
|
||||
On binding the wl_shm object one or more format events
|
||||
are emitted to inform clients about the valid pixel formats
|
||||
that can be used for buffers.
|
||||
</description>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue