mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 15:48:05 +02:00
make weston_binding_destroy public
This commit is contained in:
parent
e568488548
commit
ec8c876e82
2 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue