make weston_binding_destroy public
This commit is contained in:
@@ -1673,6 +1673,9 @@ weston_compositor_add_axis_binding(struct weston_compositor *compositor,
|
|||||||
weston_axis_binding_handler_t binding,
|
weston_axis_binding_handler_t binding,
|
||||||
void *data);
|
void *data);
|
||||||
|
|
||||||
|
void
|
||||||
|
weston_binding_destroy(struct weston_binding *binding);
|
||||||
|
|
||||||
void
|
void
|
||||||
weston_install_debug_key_binding(struct weston_compositor *compositor,
|
weston_install_debug_key_binding(struct weston_compositor *compositor,
|
||||||
uint32_t mod);
|
uint32_t mod);
|
||||||
|
|||||||
@@ -59,9 +59,6 @@ weston_buffer_release_reference(struct weston_buffer_release_reference *ref,
|
|||||||
struct weston_buffer_release *buf_release);
|
struct weston_buffer_release *buf_release);
|
||||||
|
|
||||||
/* weston_bindings */
|
/* weston_bindings */
|
||||||
void
|
|
||||||
weston_binding_destroy(struct weston_binding *binding);
|
|
||||||
|
|
||||||
void
|
void
|
||||||
weston_binding_list_destroy_all(struct wl_list *list);
|
weston_binding_list_destroy_all(struct wl_list *list);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user