diff options
author | Diego Nieto Cid <dnietoc@gmail.com> | 2011-03-13 21:09:47 -0300 |
---|---|---|
committer | Diego Nieto Cid <dnietoc@gmail.com> | 2011-04-04 22:25:40 -0300 |
commit | e6d89c3c3fde409a0d50812085de863959170293 (patch) | |
tree | 23d97b1fc81449313d6f08f766bed45822d0bd8f /console-client/xkb/xkbtimer.c | |
parent | 345f8d5ff5fe7e909e8e9aae6a7d02981263ff91 (diff) | |
download | hurd-e6d89c3c3fde409a0d50812085de863959170293.tar.gz hurd-e6d89c3c3fde409a0d50812085de863959170293.tar.bz2 hurd-e6d89c3c3fde409a0d50812085de863959170293.zip |
Remove keyboard driver from XKB implementation.
* console-client/xkb/xkb.c (kbd_dev): Deleted variable.
(gnumach_v1_compat, repeater_node,cnode, arguments): Likewise.
(options, ctrlaltbs, argp, xkb_ops, driver_xkb_ops): Likewise.
(gnumach_v1_input_next, read_scancode): Deleted functions.
(input_loop, xkb_start, xkb_init, parse_opt): Likewise.
(xkb_start, xkb_fini, xkb_set_scroll_lock_status): Likewise.
Diffstat (limited to 'console-client/xkb/xkbtimer.c')
-rw-r--r-- | console-client/xkb/xkbtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-client/xkb/xkbtimer.c b/console-client/xkb/xkbtimer.c index f50bb9ad..4d366de5 100644 --- a/console-client/xkb/xkbtimer.c +++ b/console-client/xkb/xkbtimer.c @@ -22,7 +22,7 @@ #include <assert.h> #include "xkb.h" -#include "timer.h" +#include <timer.h> /* Lock the access to handle_key. */ static struct mutex *lock_key; |