summaryrefslogtreecommitdiff
path: root/xwinclip.h
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2013-06-14 15:45:27 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2013-06-15 12:36:55 +0100
commit53cf43b275964a84ed2a3fb9c05a77521e07d074 (patch)
tree141059b63b953db816f92e555e8f67ac005c56f8 /xwinclip.h
parent3673fcb94804ae4e31e20a5d18f7f4e43850098f (diff)
Refactor as a library, which can be used by XWin X server, and a test application
Diffstat (limited to 'xwinclip.h')
-rw-r--r--xwinclip.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/xwinclip.h b/xwinclip.h
new file mode 100644
index 0000000..56435ca
--- /dev/null
+++ b/xwinclip.h
@@ -0,0 +1,38 @@
+//
+// Copyright © Jon TURNEY 2013
+//
+// This file is part of xwinclip.
+//
+// Permission is hereby granted, free of charge, to any person obtaining a
+// copy of this software and associated documentation files (the "Software"),
+// to deal in the Software without restriction, including without limitation
+// the rights to use, copy, modify, merge, publish, distribute, sublicense,
+// and/or sell copies of the Software, and to permit persons to whom the
+// Software is furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice (including the next
+// paragraph) shall be included in all copies or substantial portions of the
+// Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+// DEALINGS IN THE SOFTWARE.
+//
+
+#ifndef XWINCLIP_H
+#define XWINCLIP_H
+
+int
+ClipboardProc(int fUnicodeSupport, char *pszDisplay);
+
+void
+ClipboardWindowDestroy(void);
+
+void
+ClipboardFixClipboardChain(void);
+
+#endif