-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathlibXext_Guest.cpp
46 lines (41 loc) · 1.11 KB
/
libXext_Guest.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
/*
$info$
tags: thunklibs|X11
$end_info$
*/
#include <stdio.h>
#include <X11/Xlib.h>
#include <X11/Xlibint.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>
#undef min
#undef max
#include "common/Guest.h"
#include "thunkgen_guest_libXext.inl"
LOAD_LIB(libXext)