Rename wlr_primary_selection to wlr_gtk_primary_selection

This commit is contained in:
emersion 2018-11-23 11:58:56 +01:00
parent c70b8f64b7
commit 811a4d997b
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
15 changed files with 133 additions and 133 deletions

View file

@ -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);