diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:42 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:42 +0000 |
commit | 4383a95e0bbc2f09394deefc453c2edd1c813d0f (patch) | |
tree | 8f2cee9343484639220b938927c08702793b8ed7 /XInput.h | |
parent | 51468f1607f0b88576628c89e85d159afbb4628e (diff) |
XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1
Diffstat (limited to 'XInput.h')
-rw-r--r-- | XInput.h | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -45,19 +45,15 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ********************************************************/ +/* $XFree86: xc/include/extensions/XInput.h,v 1.3 2001/12/14 19:53:28 dawes Exp $ */ /* Definitions used by the library and client */ #ifndef _XINPUT_H_ #define _XINPUT_H_ -#ifndef _XLIB_H_ #include <X11/Xlib.h> -#endif - -#ifndef _XI_H_ -#include "XI.h" -#endif +#include <X11/extensions/XI.h> #define _deviceKeyPress 0 #define _deviceKeyRelease 1 |