6 changed files with 1412 additions and 35 deletions
@ -0,0 +1,16 @@ |
|||||
|
--- a/configure.in
|
||||
|
+++ b/configure.in
|
||||
|
@@ -16,9 +16,11 @@ image_formats="GIF PNG XBM"
|
||||
|
AM_CONFIG_HEADER(config.h) |
||||
|
|
||||
|
dnl Checks for programs. |
||||
|
-AC_PROG_CC
|
||||
|
+AC_PROG_CC_STDC
|
||||
|
+AC_USE_SYSTEM_EXTENSIONS
|
||||
|
+AC_SYS_LARGEFILE
|
||||
|
|
||||
|
-dnl AC_PROG_CXX
|
||||
|
+AC_PROG_CXX
|
||||
|
dnl AC_PROG_AWK |
||||
|
dnl AM_PROG_LEX |
||||
|
dnl AC_PROG_YACC |
@ -0,0 +1,11 @@ |
|||||
|
--- a/rcinput.c
|
||||
|
+++ b/rcinput.c
|
||||
|
@@ -151,7 +151,7 @@
|
||||
|
{ |
||||
|
char buf[32]; |
||||
|
//KbInitialize(); |
||||
|
- fd = open("/dev/input/event0", O_RDONLY);
|
||||
|
+ fd = open("/dev/input/event1", O_RDONLY);
|
||||
|
|
||||
|
if (fd == -1) |
||||
|
{ |
File diff suppressed because it is too large
Loading…
Reference in new issue