From ec8c876e824d59239aca2b74e40be66142efac7c Mon Sep 17 00:00:00 2001 From: sichem Date: Fri, 23 Aug 2019 11:47:44 +0000 Subject: make weston_binding_destroy public --- include/libweston/libweston.h | 3 +++ libweston/libweston-internal.h | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/libweston/libweston.h b/include/libweston/libweston.h index ab56aff8..5be8ef05 100644 --- a/include/libweston/libweston.h +++ b/include/libweston/libweston.h @@ -1673,6 +1673,9 @@ weston_compositor_add_axis_binding(struct weston_compositor *compositor, weston_axis_binding_handler_t binding, void *data); +void +weston_binding_destroy(struct weston_binding *binding); + void weston_install_debug_key_binding(struct weston_compositor *compositor, uint32_t mod); diff --git a/libweston/libweston-internal.h b/libweston/libweston-internal.h index 8d40740c..0f10a43f 100644 --- a/libweston/libweston-internal.h +++ b/libweston/libweston-internal.h @@ -59,9 +59,6 @@ weston_buffer_release_reference(struct weston_buffer_release_reference *ref, struct weston_buffer_release *buf_release); /* weston_bindings */ -void -weston_binding_destroy(struct weston_binding *binding); - void weston_binding_list_destroy_all(struct wl_list *list); -- cgit v1.2.1