Loading src/main.c +2 −2 Original line number Diff line number Diff line Loading @@ -210,7 +210,7 @@ int feh_main_iteration(int block) in that */ feh_handle_timer(); } else if ((count > 0) && (FD_ISSET(0, &fdset))) else if ((count > 0) && (FD_ISSET(STDIN_FILENO, &fdset))) feh_event_handle_stdin(); #ifdef HAVE_INOTIFY else if ((count > 0) && (FD_ISSET(opt.inotify_fd, &fdset))) Loading @@ -227,7 +227,7 @@ int feh_main_iteration(int block) && ((errno == ENOMEM) || (errno == EINVAL) || (errno == EBADF))) eprintf("Connection to X display lost"); else if ((count > 0) && (FD_ISSET(0, &fdset))) else if ((count > 0) && (FD_ISSET(STDIN_FILENO, &fdset))) feh_event_handle_stdin(); #ifdef HAVE_INOTIFY else if ((count > 0) && (FD_ISSET(opt.inotify_fd, &fdset))) Loading Loading
src/main.c +2 −2 Original line number Diff line number Diff line Loading @@ -210,7 +210,7 @@ int feh_main_iteration(int block) in that */ feh_handle_timer(); } else if ((count > 0) && (FD_ISSET(0, &fdset))) else if ((count > 0) && (FD_ISSET(STDIN_FILENO, &fdset))) feh_event_handle_stdin(); #ifdef HAVE_INOTIFY else if ((count > 0) && (FD_ISSET(opt.inotify_fd, &fdset))) Loading @@ -227,7 +227,7 @@ int feh_main_iteration(int block) && ((errno == ENOMEM) || (errno == EINVAL) || (errno == EBADF))) eprintf("Connection to X display lost"); else if ((count > 0) && (FD_ISSET(0, &fdset))) else if ((count > 0) && (FD_ISSET(STDIN_FILENO, &fdset))) feh_event_handle_stdin(); #ifdef HAVE_INOTIFY else if ((count > 0) && (FD_ISSET(opt.inotify_fd, &fdset))) Loading