libweston: rename weston_output_destroy() to weston_output_release()
'release' is a more appropriate name because the function does not free
the underlying memory. The main reason for this is that we need the name
weston_output_destroy() for new API that actually will free also the
underlying memory.
Since the function is only used in backends and external backends are
not a thing, this does not cause libweston major version bump, even
though it does change the ABI. There is no way external users could have
successfully used this function.
Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Showing
- libweston/compositor-drm.c 1 addition, 1 deletionlibweston/compositor-drm.c
- libweston/compositor-fbdev.c 1 addition, 1 deletionlibweston/compositor-fbdev.c
- libweston/compositor-headless.c 1 addition, 1 deletionlibweston/compositor-headless.c
- libweston/compositor-rdp.c 2 additions, 2 deletionslibweston/compositor-rdp.c
- libweston/compositor-wayland.c 3 additions, 3 deletionslibweston/compositor-wayland.c
- libweston/compositor-x11.c 1 addition, 1 deletionlibweston/compositor-x11.c
- libweston/compositor.c 2 additions, 2 deletionslibweston/compositor.c
- libweston/compositor.h 1 addition, 1 deletionlibweston/compositor.h
Loading
Please register or sign in to comment