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:
Mikhail Gusarov 2022-02-20 20:10:49 +01:00
parent d690712b7b
commit af8b5c0782

View file

@ -277,8 +277,8 @@
Clients can create wl_shm_pool objects using the create_pool Clients can create wl_shm_pool objects using the create_pool
request. request.
At connection setup time, the wl_shm object emits one or more On binding the wl_shm object one or more format events
format events to inform clients about the valid pixel formats are emitted to inform clients about the valid pixel formats
that can be used for buffers. that can be used for buffers.
</description> </description>