diff options
author | root <root@zombrain.(none)> | 2011-07-25 08:54:41 (GMT) |
---|---|---|
committer | root <root@zombrain.(none)> | 2011-07-25 08:54:41 (GMT) |
commit | ab4fcaad149d4bdccefa8f693c2a8e044b40dd4c (patch) | |
tree | c95c280caabc70e7aedbde723e38820047357be7 /os/xstrans.c |
initial state (xorg-server 1.10.2)
Diffstat (limited to 'os/xstrans.c')
-rw-r--r-- | os/xstrans.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/os/xstrans.c b/os/xstrans.c new file mode 100644 index 0000000..44ff976 --- /dev/null +++ b/os/xstrans.c @@ -0,0 +1,13 @@ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + +#include <X11/Xfuncproto.h> + +/* ErrorF is used by xtrans */ +extern _X_EXPORT void ErrorF(const char *f, ...) _X_ATTRIBUTE_PRINTF(1,2); + +#define TRANS_REOPEN +#define TRANS_SERVER +#define XSERV_t +#include <X11/Xtrans/transport.c> |