qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH][RFC] Fix SDL on evdev hosts


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH][RFC] Fix SDL on evdev hosts
Date: Fri, 27 Feb 2009 22:10:41 +0200

On 2/27/09, Anthony Liguori <address@hidden> wrote:
> 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.
>
>  I've tried to take into account all past feedback from previous patches 
> posted
>  including a proper set of configure checks.  I've tested this on win32 but
>  I'd like some more eyes to look at it.
>
>  Signed-off-by: Anthony Liguori <address@hidden>

Just a micro nitpick:
>  +#ifndef _QEMU_X_KEYMAP_H
>  +#define _QEMU_X_KEYMAP_H
>  +
>  +extern uint8_t translate_xfree86_keycode(const int key);
>  +
>  +extern uint8_t translate_evdev_keycode(const int key);
>  +
>  +#endif
>  +

Looks like an extra newline at the end of file? ;-)

The #endif does not have the traditional /* _QEMU_X_KEYMAP_H */
ending, but I don't care much for those.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]