mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-04 22:47:44 -04:00
xenv: init g_kbdfd, as 0 is stdin
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@941 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
2f54e52c1e
commit
3797b7de42
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