diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-16 05:07:09 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-16 05:07:09 -0400 |
commit | 34f27ff691d046355d68c7d6a2e0dfb438bd7755 (patch) | |
tree | 1fe0ccb5de63afce33d09d1c7d6ed2db4f4c8e51 /include/wlr | |
parent | fb25adae36bd07fd3e159ae77c9827abf8742dfc (diff) |
wlr-seat: selection signal
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_seat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_seat.h b/include/wlr/types/wlr_seat.h index 88d42112..cc7a5927 100644 --- a/include/wlr/types/wlr_seat.h +++ b/include/wlr/types/wlr_seat.h @@ -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; |