wlr-seat: selection signal

This commit is contained in:
Tony Crisci 2017-10-16 05:07:09 -04:00
parent fb25adae36
commit 34f27ff691
3 changed files with 12 additions and 3 deletions

View file

@ -132,6 +132,8 @@ struct wlr_seat {
struct wl_signal keyboard_grab_end;
struct wl_signal request_set_cursor;
struct wl_signal selection;
} events;
void *data;