input: store last seen wayland input serial

We need this for clipboard data
This commit is contained in:
Daniel Eklöf 2019-07-19 11:11:48 +02:00
parent bb8a733758
commit 32f397d9b0
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 11 additions and 1 deletions

View file

@ -275,6 +275,7 @@ struct terminal {
struct coord saved_cursor;
struct coord alt_saved_cursor;
uint32_t input_serial;
struct {
struct coord start;
struct coord end;