Removing an extraneous "#if" from "freeglut_xinput_x11.c"
[freeglut] / src / x11 / freeglut_xinput_x11.c
index 54adf72..68e4562 100644 (file)
@@ -5,7 +5,7 @@
 
 #include "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,3 @@ void fgHandleExtensionEvents( XEvent* base_ev ) {
        XFreeEventData( fgDisplay.pDisplay.Display, cookie );
 }
 
-#endif
-