commit | 6bccebee2334aae4926cb17f479ce51a2d6a4574 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Jan 21 16:23:09 2011 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Jan 21 16:26:28 2011 -0500 |
tree | 9ec473a15317933ad3c7e29570abd55d8f155b9c | |
parent | 31cce0533faa1032f065d730cab3dd1c4fa31d81 [diff] [blame] |
terminal: Just send the pty master fd to receive the selection. LOL!!1
diff --git a/clients/window.h b/clients/window.h index 7d6afdc..27811f3 100644 --- a/clients/window.h +++ b/clients/window.h
@@ -232,8 +232,8 @@ 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