repo.or.cz
/
xf86-input-tuio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog
|
commit
| commitdiff |
tree
|
edit
|
fork
raw
|
patch
(parent:
1a40f1f
)
64-bit fix, config.h needed to be at the top of the source file.
master
author
Ryan Huffman
<ryanhuffman@gmail.com>
Tue, 15 Dec 2009 00:14:11 +0000 (16:14 -0800)
committer
Ryan Huffman
<ryanhuffman@gmail.com>
Tue, 15 Dec 2009 00:14:11 +0000 (16:14 -0800)
src/tuio.c
patch
|
blob
|
blame
|
history
diff --git
a/src/tuio.c
b/src/tuio.c
index
8d6558a
..
de068d5
100644
(file)
--- a/
src/tuio.c
+++ b/
src/tuio.c
@@
-23,6
+23,10
@@
* Ryan Huffman (ryanhuffman@gmail.com)
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <unistd.h>
#include <xf86Xinput.h>
@@
-31,10
+35,6
@@
#include "tuio.h"
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
/* InputInfoPtr for main tuio device */
static InputInfoPtr g_pInfo;
static int pipefd[2] = {-1, -1};