File: xstrans.c

package info (click to toggle)
xorg-server 2%3A21.1.16-1.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-proposed-updates, trixie-updates
  • size: 39,152 kB
  • sloc: ansic: 335,474; xml: 13,846; sh: 5,513; objc: 3,060; makefile: 2,896; python: 514; cpp: 498; yacc: 323; asm: 214; lex: 128; awk: 52; perl: 5
file content (17 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif

#include <X11/Xfuncproto.h>

/* ErrorF is used by xtrans */
#ifndef HAVE_DIX_CONFIG_H
extern _X_EXPORT void
ErrorF(const char *f, ...)
_X_ATTRIBUTE_PRINTF(1, 2);
#endif

#define TRANS_REOPEN
#define TRANS_SERVER
#define XSERV_t
#include <X11/Xtrans/transport.c>