summaryrefslogtreecommitdiff
path: root/support/xpdfopen/sendx.h
blob: 569a33f9494206b57bd0c9ed097e1ea3590d58f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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