notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70240b4
)
xenv: init g_kbdfd, as 0 is stdin
author
notaz
<notasas@gmail.com>
Sat, 7 Jan 2012 21:02:42 +0000
(21:02 +0000)
committer
notaz
<notasas@gmail.com>
Sat, 7 Jan 2012 21:02:42 +0000
(21:02 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@941
be3aeb3a
-fb24-0410-a615-
afba39da0efa
platform/linux/xenv.c
patch
|
blob
|
blame
|
history
diff --git
a/platform/linux/xenv.c
b/platform/linux/xenv.c
index
1febde7
..
3de7628
100644
(file)
--- a/
platform/linux/xenv.c
+++ b/
platform/linux/xenv.c
@@
-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)
{