Removing an extraneous "#if" from "freeglut_xinput_x11.c"
authorJohn F. Fay <johnffay@nettally.com>
Sun, 5 Feb 2012 04:08:55 +0000 (04:08 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Sun, 5 Feb 2012 04:08:55 +0000 (04:08 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1058 7f0cb862-5218-0410-a997-914c9d46530a

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
-