projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a682d5
)
Removing an extraneous "#if" from "freeglut_xinput_x11.c"
author
John F. Fay
<johnffay@nettally.com>
Sun, 5 Feb 2012 04:08:55 +0000
(
04:08
+0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/x11/freeglut_xinput_x11.c
b/src/x11/freeglut_xinput_x11.c
index
54adf72
..
68e4562
100644
(file)
--- a/
src/x11/freeglut_xinput_x11.c
+++ b/
src/x11/freeglut_xinput_x11.c
@@
-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
-