diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-05 13:19:37 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-05 13:19:37 +0000 |
commit | c6e0c2d3f66468bf0dc4e71f4e96ccfca86b93c5 (patch) | |
tree | 1f6f65e4d4b91da48baff77a20c0f2ffa10aabfc /Build/source/utils/xpdfopen/sendx.h | |
parent | c53b86a4f756fd2a535206176fa9a3f36485ca34 (diff) |
xpdfopen 0.80 (replacing pdfopen 0.5)
git-svn-id: svn://tug.org/texlive/trunk@18111 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xpdfopen/sendx.h')
-rw-r--r-- | Build/source/utils/xpdfopen/sendx.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Build/source/utils/xpdfopen/sendx.h b/Build/source/utils/xpdfopen/sendx.h new file mode 100644 index 00000000000..569a33f9494 --- /dev/null +++ b/Build/source/utils/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 |