-
Notifications
You must be signed in to change notification settings - Fork 131
/
Copy pathlibXext_Host.cpp
53 lines (45 loc) · 1.21 KB
/
libXext_Host.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*
$info$
tags: thunklibs|X11
$end_info$
*/
#include <stdio.h>
#include <X11/Xlib.h>
#include <X11/Xlibint.h>
#include <X11/Xregion.h>
#include <X11/Xutil.h>
#include <X11/Xproto.h>
#include <X11/extensions/Xext.h>
extern "C" {
#include <X11/extensions/extutil.h>
}
#include <X11/extensions/dpms.h>
#include <X11/extensions/agproto.h>
#include <X11/extensions/ag.h>
#include <X11/extensions/cup.h>
#include <X11/extensions/dbe.h>
#include <X11/extensions/dbeproto.h>
#include <X11/extensions/XEVI.h>
#include <X11/extensions/Xge.h>
#include <X11/extensions/XLbx.h>
#include <X11/extensions/multibuf.h>
#include <X11/extensions/MITMisc.h>
#include <X11/extensions/mitmiscconst.h>
#include <X11/extensions/mitmiscproto.h>
#include <X11/extensions/security.h>
#include <X11/extensions/shape.h>
#include <X11/extensions/shapeconst.h>
#include <X11/extensions/shapeproto.h>
#include <X11/extensions/XShm.h>
#include <X11/extensions/sync.h>
#include <X11/extensions/syncconst.h>
#include <X11/extensions/syncproto.h>
// #include <X11/extensions/XTest.h>
#define XTRANS_SEND_FDS 1
#include <X11/Xtrans/Xtransint.h>
#undef min
#undef max
#include "common/Host.h"
#include <dlfcn.h>
#include "thunkgen_host_libXext.inl"
EXPORTS(libXext)