diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-12-02 13:16:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-02 13:16:50 -0500 |
commit | 8887508fed89d59486a4abcff7a2071326ca8207 (patch) | |
tree | 169bfbf09bf0d533da13f4965b896cb1a97dc86b /include/xwayland/selection.h | |
parent | 3f5f4cec88868818105bdc297f89d51fa378d99d (diff) | |
parent | 9f0720c03abcc600b6156b52e367d7cafcf57644 (diff) |
Merge pull request #1397 from emersion/refactor-primary-selection
gtk-primary-selection: refactor everything, untie from seat
Diffstat (limited to 'include/xwayland/selection.h')
-rw-r--r-- | include/xwayland/selection.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/xwayland/selection.h b/include/xwayland/selection.h index 6529e9eb..85201461 100644 --- a/include/xwayland/selection.h +++ b/include/xwayland/selection.h @@ -7,6 +7,8 @@ #define XDND_VERSION 5 +struct wlr_primary_selection_source; + struct wlr_xwm_selection; struct wlr_xwm_selection_transfer { @@ -62,7 +64,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_gtk_primary_selection_source *wlr_source); + struct wlr_primary_selection_source *wlr_source); void xwm_seat_handle_start_drag(struct wlr_xwm *xwm, struct wlr_drag *drag); |