Apply a patch for fixing TDIS-5990 (CVE-2013-1940 allow physically proximate attacker...
[framework/uifw/xorg/server/xorg-server.git] / os / xstrans.c
1 #ifdef HAVE_DIX_CONFIG_H
2 #include <dix-config.h>
3 #endif
4
5 #include <X11/Xfuncproto.h>
6
7 /* ErrorF is used by xtrans */
8 extern _X_EXPORT void
9 ErrorF(const char *f, ...)
10 _X_ATTRIBUTE_PRINTF(1, 2);
11
12 #define TRANS_REOPEN
13 #define TRANS_SERVER
14 #define XSERV_t
15 #include <X11/Xtrans/transport.c>