mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
We don't need you, either, in EMU...
This commit is contained in:
2
input.c
2
input.c
@@ -46,7 +46,6 @@ int inputfds[4] = { -1, -1, -1, -1 };
|
||||
#ifndef EMULATE_READER
|
||||
pid_t slider_pid = -1;
|
||||
struct popen_noshell_pass_to_pclose pclose_arg;
|
||||
#endif
|
||||
|
||||
void slider_handler(int sig)
|
||||
{
|
||||
@@ -56,6 +55,7 @@ void slider_handler(int sig)
|
||||
kill(pclose_arg.pid, SIGINT);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
int findFreeFdSlot() {
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user