diff options
author | marha <marha@users.sourceforge.net> | 2011-10-06 09:01:23 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-10-06 09:01:23 +0200 |
commit | 5041b7a191e8c554e3966a5f5be54b21c9a2940c (patch) | |
tree | 82cfc2315d7ce02682c4fccbd962aa42882a65b5 | |
parent | 6bd3b5031653dcbe6132f28430a7c72e121f7e31 (diff) | |
download | vcxsrv-5041b7a191e8c554e3966a5f5be54b21c9a2940c.tar.gz vcxsrv-5041b7a191e8c554e3966a5f5be54b21c9a2940c.tar.bz2 vcxsrv-5041b7a191e8c554e3966a5f5be54b21c9a2940c.zip |
Removed check in Xi version
-rw-r--r-- | X11/extensions/XI2.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/X11/extensions/XI2.h b/X11/extensions/XI2.h index 2514d5529..af2802f0b 100644 --- a/X11/extensions/XI2.h +++ b/X11/extensions/XI2.h @@ -25,16 +25,6 @@ #ifndef _XI2_H_ #define _XI2_H_ -#warning "XI 2.1 is not stable yet." -#warning "Applications relying on this header will break as the protocol sees updates." -#ifndef XINPUT2_1_USE_UNSTABLE_PROTOCOL -#error "Define XINPUT2_1_USE_UNSTABLE_PROTOCOL to disable this error" -#endif -#warning "XI 2.2 is not stable yet." -#warning "Applications relying on this header will break as the protocol sees updates." -#ifndef XINPUT2_2_USE_UNSTABLE_PROTOCOL -#error "Define XINPUT2_2_USE_UNSTABLE_PROTOCOL to disable this error" -#endif #define XInput_2_0 7 /* DO NOT ADD TO THIS LIST. These are libXi-specific defines. See commit libXi-1.4.2-21-ge8531dd */ |