chiark
/
gitweb
/
~mdw
/
newkind
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29332db
)
Export old_key array.
author
mdw
<mdw>
Tue, 18 Mar 2003 10:36:54 +0000
(10:36 +0000)
committer
mdw
<mdw>
Tue, 18 Mar 2003 10:36:54 +0000
(10:36 +0000)
keyboard.c
patch
|
blob
|
blame
|
history
keyboard.h
patch
|
blob
|
blame
|
history
diff --git
a/keyboard.c
b/keyboard.c
index b9ba95862fc546fd8ff78e07e10c7f9db636eda8..722adc8cfaeafa82156149496e019c32ca3f1efa 100644
(file)
--- a/
keyboard.c
+++ b/
keyboard.c
@@
-62,7
+62,7
@@
int kbd_enter_pressed;
int kbd_backspace_pressed;
int kbd_space_pressed;
-
static
char old_key[KEY_MAX];
+char old_key[KEY_MAX];
int kbd_keyboard_startup (void)
{
diff --git
a/keyboard.h
b/keyboard.h
index d36f531c9c70b882cd925818bb748060fb10fbb1..a28e30bf1dd0a69f5e6e19c952e16bfde1007763 100644
(file)
--- a/
keyboard.h
+++ b/
keyboard.h
@@
-59,6
+59,7
@@
extern int kbd_right_pressed;
extern int kbd_enter_pressed;
extern int kbd_backspace_pressed;
extern int kbd_space_pressed;
+extern char old_key[];
int kbd_keyboard_startup (void);