From 5368a4228ff5dd5ec95d0416f23bcfc9e556f37b Mon Sep 17 00:00:00 2001 From: aliguori Date: Tue, 3 Mar 2009 17:37:21 +0000 Subject: Fix SDL on evdev hosts (Anthony Liguori) This patch corrects SDL support on X11 hosts using evdev. It's losely based on the previous patch by Dustin Kirkland and the evdev support code in gtk-vnc written by Daniel Berrange. Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6678 c046a42c-6fe2-441c-8c8c-71466251a162 --- console.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'console.h') diff --git a/console.h b/console.h index 4a2f06f..8f438e9 100644 --- a/console.h +++ b/console.h @@ -292,9 +292,6 @@ void do_info_vnc(void); /* curses.c */ void curses_display_init(DisplayState *ds, int full_screen); -/* x_keymap.c */ -extern uint8_t _translate_keycode(const int key); - /* FIXME: term_printf et al should probably go elsewhere so everything does not need to include console.h */ /* monitor.c */ -- cgit v1.1