We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb02f3 commit de033cbCopy full SHA for de033cb
configure.ac
@@ -2,7 +2,7 @@
2
# Process this file with autoconf to produce a configure script.
3
4
AC_PREREQ([2.69])
5
-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])
6
AM_INIT_AUTOMAKE
7
AC_CONFIG_SRCDIR([src/main.c])
8
src/main.c
@@ -165,6 +165,7 @@ int main(int argc, char *argv[]) {
165
die("Failed to open input device");
166
}
167
printf("Opened input device\n");
168
+ fflush(stdout);
169
process_events(touch_device_fd, config, &execute_events);
170
171
close(touch_device_fd);
0 commit comments