Setting the line endings and keywords on a bunch of new text files
[freeglut] / src / x11 / freeglut_xinput_x11.c
index 54adf72..a682029 100644 (file)
@@ -3,9 +3,9 @@
 
 #include <GL/freeglut.h>
 
-#include "freeglut_internal.h"
+#include "../Common/freeglut_internal.h"
 
-#if TARGET_HOST_POSIX_X11 && HAVE_X11_EXTENSIONS_XINPUT2_H
+#if HAVE_X11_EXTENSIONS_XINPUT2_H
 
 #include <errno.h>
 #include <stdarg.h>
@@ -215,5 +215,5 @@ void fgHandleExtensionEvents( XEvent* base_ev ) {
        XFreeEventData( fgDisplay.pDisplay.Display, cookie );
 }
 
-#endif
-
+#endif\r
+\r