summaryrefslogtreecommitdiff
path: root/support/xpdfopen/sendx.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/xpdfopen/sendx.h
Initial commit
Diffstat (limited to 'support/xpdfopen/sendx.h')
-rw-r--r--support/xpdfopen/sendx.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/support/xpdfopen/sendx.h b/support/xpdfopen/sendx.h
new file mode 100644
index 0000000000..569a33f949
--- /dev/null
+++ b/support/xpdfopen/sendx.h
@@ -0,0 +1,19 @@
+/*
+ * sendx.h: declare prototypes for functions defined in sendx.c
+ *
+ * Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+ * You may freely use, modify and/or distribute this file.
+ */
+
+#ifndef SENDX_H
+#define SENDX_H
+
+extern int sendx_string(const char * string, const char * wname);
+extern int sendx_token(const char * string, const char * wname);
+extern int sendx_alt_token(const char * string, const char * wname);
+extern int sendx_controlalt_token(const char * string, const char * wname);
+extern int sendx_control_token(const char * string, const char * wname);
+extern int set_focus(const char * wname);
+extern int reset_focus(void);
+
+#endif