protocol: wl_shm.format events are actually sent after bind
authorMikhail Gusarov <dottedmag@dottedmag.net>
Sun, 20 Feb 2022 19:10:49 +0000 (20:10 +0100)
committerMikhail Gusarov <dottedmag@dottedmag.net>
Mon, 21 Feb 2022 10:13:45 +0000 (11:13 +0100)
commitaf8b5c07826ed2f2624cf87c0e2da4f8e9089ee0
tree18d13f2ddb6006ffc5ce3ff44f72f3bcc4d64fc9
parentd690712b7b83faeb8fca4015b296aece2fb30c65
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>
protocol/wayland.xml