summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-11-06 16:00:08 +0100
committerHenrik Rydberg <rydberg@euromail.se>2008-11-06 16:00:08 +0100
commit3734c2c5dc65f41aa727d9d69201d604eab6e77d (patch)
treeea9fa82ccc2afef9183f01f77084a69d85756542 /src/common.h
parent826439bce844fdbc8d7e47c0964cb15fd8a8fe93 (diff)
event loop works, buffer works, now look at synched event
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 22cd9e9..5a83f95 100644
--- a/src/common.h
+++ b/src/common.h
@@ -6,6 +6,7 @@
6#include <xf86_OSproc.h> 6#include <xf86_OSproc.h>
7#include <xf86Xinput.h> 7#include <xf86Xinput.h>
8#include <linux/input.h> 8#include <linux/input.h>
9#include <errno.h>
9//#include <exevents.h> 10//#include <exevents.h>
10 11
11//////////////////////////////////////////////////////// 12////////////////////////////////////////////////////////