content-type: fix enum name in wp_content_type_v1.set_content_type
This was originally set to content_type
, but the protocol defines an enum named type
. This fixes an issue with the protocol that was noticed when binding the protocol in wayland-rs.
Signed-off-by: i509VCB git@i509.me