diff options
| author | Julian Orth <ju.orth@gmail.com> | 2024-04-24 16:17:58 +0200 |
|---|---|---|
| committer | Jonas Ã…dahl <jadahl@gmail.com> | 2024-11-18 09:25:20 +0000 |
| commit | 10df74c240d3cff4bd56bf17ebfc1a54883e00f5 (patch) | |
| tree | 0a6d685aea7776c3a08fc07c82b3c50af3bf830f /src/connection.c | |
| parent | cursor: add check to ensure wl_shm_create_pool succeeded (diff) | |
| download | wayland-10df74c240d3cff4bd56bf17ebfc1a54883e00f5.tar wayland-10df74c240d3cff4bd56bf17ebfc1a54883e00f5.tar.gz wayland-10df74c240d3cff4bd56bf17ebfc1a54883e00f5.tar.bz2 wayland-10df74c240d3cff4bd56bf17ebfc1a54883e00f5.tar.lz wayland-10df74c240d3cff4bd56bf17ebfc1a54883e00f5.tar.xz wayland-10df74c240d3cff4bd56bf17ebfc1a54883e00f5.tar.zst wayland-10df74c240d3cff4bd56bf17ebfc1a54883e00f5.zip | |
protocol: add wl_fixes interface
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>
Diffstat (limited to 'src/connection.c')
0 files changed, 0 insertions, 0 deletions
