terminal: Just send the pty master fd to receive the selection.

LOL!!1
This commit is contained in:
Kristian Høgsberg 2011-01-21 16:23:09 -05:00
parent 31cce0533f
commit 6bccebee23
3 changed files with 10 additions and 42 deletions

View file

@ -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