diff --git a/configure.ac b/configure.ac index 2641bad..4c34fe4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([linux-touch-gestures], [1.0.0], [coder-hugo@users.noreply.github.com]) +AC_INIT([linux-touch-gestures], [1.0.1], [coder-hugo@users.noreply.github.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/main.c]) diff --git a/src/main.c b/src/main.c index 8596f25..64c240c 100644 --- a/src/main.c +++ b/src/main.c @@ -165,6 +165,7 @@ int main(int argc, char *argv[]) { die("Failed to open input device"); } printf("Opened input device\n"); + fflush(stdout); process_events(touch_device_fd, config, &execute_events); close(touch_device_fd);