aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xwayland/selection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xwayland/selection.h b/include/xwayland/selection.h
index 3f00fd54..43d59054 100644
--- a/include/xwayland/selection.h
+++ b/include/xwayland/selection.h
@@ -77,6 +77,6 @@ bool primary_selection_source_is_xwayland(
void xwm_seat_handle_start_drag(struct wlr_xwm *xwm, struct wlr_drag *drag);
void xwm_selection_init(struct wlr_xwm *xwm);
-void xwm_selection_finish(struct wlr_xwm *xwm);
+void xwm_selection_finish(struct wlr_xwm_selection *selection);
#endif