aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/backend/wayland.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h
index c23c0f9a..6dd457a5 100644
--- a/include/backend/wayland.h
+++ b/include/backend/wayland.h
@@ -149,7 +149,7 @@ void init_seat_tablet(struct wlr_wl_seat *seat);
void finish_seat_tablet(struct wlr_wl_seat *seat);
bool create_wl_seat(struct wl_seat *wl_seat, struct wlr_wl_backend *wl);
-void destroy_wl_seats(struct wlr_wl_backend *wl);
+void destroy_wl_seat(struct wlr_wl_seat *seat);
void destroy_wl_buffer(struct wlr_wl_buffer *buffer);
extern const struct wlr_pointer_impl wl_pointer_impl;