mirror of
https://github.com/X11Libre/xserver.git
synced 2026-01-26 05:57:53 +00:00
Now that we've got xtrans bundled in our source tree, use this one and drop the external dependency. Closes: https://gitlab.freedesktop.org/xorg/xserver/-/issues/691 Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
9 lines
138 B
C
9 lines
138 B
C
#include <dix-config.h>
|
|
|
|
#include <X11/Xfuncproto.h>
|
|
|
|
#define TRANS_REOPEN
|
|
#define TRANS_SERVER
|
|
#define XSERV_t
|
|
#include "os/transport.c"
|