mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
terminal: Just send the pty master fd to receive the selection.
LOL!!1
This commit is contained in:
parent
31cce0533f
commit
6bccebee23
3 changed files with 10 additions and 42 deletions
|
|
@ -232,8 +232,8 @@ input_get_input_device(struct input *input);
|
|||
|
||||
int
|
||||
input_offers_mime_type(struct input *input, const char *type);
|
||||
int
|
||||
input_receive_mime_type(struct input *input, const char *type);
|
||||
void
|
||||
input_receive_mime_type(struct input *input, const char *type, int fd);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue