diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-04-30 12:57:42 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-04-30 12:57:42 +0930 |
commit | 5e439109292e54b5c4d1a7bc7b6ac0e42ee285f7 (patch) | |
tree | 14e3ee811b3145b29bec73aca64e3060a731e9dd /os | |
parent | f28eea0647f007c2e2415ecc6fceef46201faad4 (diff) |
Add GenericEvent extension to Xext.
This adds (unconditional) support for the GE extension. Anything from now on
that sends events in MPX will have to use the GE extension. No GE, no MPX
events. GE is not actually used yet from anywhere with this commit.
You will need to update x11proto, xextproto, libX11, libXext and xcb to the
matching xge branches. Things will _NOT_ work without the updated protocol
headers and libraries.
Diffstat (limited to 'os')
-rw-r--r-- | os/utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/utils.c b/os/utils.c index 5058285e8..e45edd17f 100644 --- a/os/utils.c +++ b/os/utils.c @@ -236,6 +236,8 @@ _X_EXPORT Bool noXIdleExtension = FALSE; _X_EXPORT Bool noXvExtension = FALSE; #endif +_X_EXPORT Bool noGEExtension = FALSE; + #define X_INCLUDE_NETDB_H #include <X11/Xos_r.h> |