Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r--winsup/cygwin/fhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index d63e7448f..705363bcf 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -1688,9 +1688,12 @@ class fhandler_dev_random: public fhandler_base
class fhandler_dev_clipboard: public fhandler_base
{
+ UINT cygnativeformat;
off_t pos;
void *membuffer;
size_t msize;
+ int set_clipboard (const void *buf, size_t len);
+
public:
fhandler_dev_clipboard ();
int is_windows () { return 1; }