mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2025-12-27 15:08:50 +01:00
xenv: init g_kbdfd, as 0 is stdin
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@941 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
70240b4302
commit
e03fbe8eae
@ -186,7 +186,7 @@ static int x11h_update(int *is_down)
|
||||
}
|
||||
|
||||
static struct termios g_kbd_termios_saved;
|
||||
static int g_kbdfd;
|
||||
static int g_kbdfd = -1;
|
||||
|
||||
static int tty_init(void)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user