mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue