diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-11-26 18:36:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 18:36:23 -0500 |
commit | 05bb44078667a11216611a8fbe87c5fe69e117f8 (patch) | |
tree | 93da8b84405a5f4c12ecced435a3df4d44184200 /include/xwayland | |
parent | a2b8d47ff232fe8519953d60aa32dc72faff6044 (diff) | |
parent | 811a4d997b2e00c7cdc3851ccc55a6f52d79126c (diff) |
Merge pull request #1387 from emersion/rename-gtk-primary-selection
Rename wlr_primary_selection to wlr_gtk_primary_selection
Diffstat (limited to 'include/xwayland')
-rw-r--r-- | include/xwayland/selection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xwayland/selection.h b/include/xwayland/selection.h index fc910e46..6529e9eb 100644 --- a/include/xwayland/selection.h +++ b/include/xwayland/selection.h @@ -62,7 +62,7 @@ int xwm_handle_xfixes_selection_notify(struct wlr_xwm *xwm, xcb_xfixes_selection_notify_event_t *event); bool data_source_is_xwayland(struct wlr_data_source *wlr_source); bool primary_selection_source_is_xwayland( - struct wlr_primary_selection_source *wlr_source); + struct wlr_gtk_primary_selection_source *wlr_source); void xwm_seat_handle_start_drag(struct wlr_xwm *xwm, struct wlr_drag *drag); |