Skip to content

protocol: add wl_fixes interface

Julian Orth requested to merge mahkoh/wayland:jorth/wl-fixes into main

This commit describes a new wl_fixes interface that can be used to destroy wl_registry objects.

Users of libwayland-client should use it as follows:

  • call wl_fixes_destroy_registry(registry)
  • call wl_registry_destroy(registry)

Users of libwayland-server should, in their implementation of the request, call wl_resource_destroy(registry).

It should be similar in other protocol implementations.

Signed-off-by: Julian Orth ju.orth@gmail.com

Fixes #461.

Implementations (all draft):

Edited by Julian Orth

Merge request reports