Revision 46aaebff input.c

b/input.c
42 42
    qemu_put_kbd_event = func;
43 43
}
44 44

  
45
void qemu_remove_kbd_event_handler(void)
46
{
47
    qemu_put_kbd_event_opaque = NULL;
48
    qemu_put_kbd_event = NULL;
49
}
50

  
45 51
static void check_mode_change(void)
46 52
{
47 53
    static int current_is_absolute, current_has_absolute;

Also available in: Unified diff