protocol: clarify wl_display.delete_id description
authorManuel Stoeckl <code@mstoeckl.com>
Fri, 5 Jul 2019 23:42:16 +0000 (19:42 -0400)
committerManuel Stoeckl <code@mstoeckl.com>
Fri, 5 Jul 2019 23:42:24 +0000 (19:42 -0400)
commit6dbf9f72b686f741d0b210d97813f400ca762475
treef7a0d395b23cc8fd09d633014d29876e53c12dad
parent678c8681e28739da1fea667ae59118cfc0968497
protocol: clarify wl_display.delete_id description

libwayland-server only sends wl_display.delete_id events when
it responds to a client's destruction of a client-allocated
object. server-allocated objects are silently removed, as per
`wl_resource_destroy`.

Signed-off-by: Manuel Stoeckl <code@mstoeckl.com>
protocol/wayland.xml