mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
seat: use separate 'enter' serials for keyboard and mouse
This commit is contained in:
parent
4e48d550ef
commit
71584aed38
5 changed files with 14 additions and 12 deletions
|
|
@ -59,7 +59,7 @@ bool text_to_primary(
|
|||
* point).
|
||||
*/
|
||||
void text_from_clipboard(
|
||||
struct seat *seat, struct terminal *term, uint32_t serial,
|
||||
struct seat *seat, struct terminal *term,
|
||||
void (*cb)(const char *data, size_t size, void *user),
|
||||
void (*done)(void *user), void *user);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue