WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

RE: [Xen-devel] [PATCH] Disable SDL repeat key.

To: "Dong, Eddie" <eddie.dong@xxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] [PATCH] Disable SDL repeat key.
From: "Ling, Xiaofeng" <xiaofeng.ling@xxxxxxxxx>
Date: Tue, 29 Nov 2005 17:59:31 +0800
Delivery-date: Tue, 29 Nov 2005 09:59:26 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcX0jZ8wKntC7m0rQIG5qs38BU9ADAABb0TgAA3bUOAAAC764A==
Thread-topic: [Xen-devel] [PATCH] Disable SDL repeat key.
Maybe we'd better add a command line option for this.

Dong, Eddie <> wrote:
> This is to disable SDL repeat key to fix the repeat key issue in slow
> network connection situation. thx,eddie
> 
> 
> Signed-off-by: Eddie Dong <eddie.dong@xxxxxxxxx>
> 
> 
> diff -r f6fdb6e0d3c9 tools/ioemu/sdl.c
> --- a/tools/ioemu/sdl.c       Thu Nov 17 13:56:50 2005
> +++ b/tools/ioemu/sdl.c       Sun Nov 27 22:26:07 2005
> @@ -592,7 +592,7 @@
> 
>      sdl_resize(ds, 640, 400);
>      sdl_update_caption();
> -    SDL_EnableKeyRepeat(250, 50);
> +//    SDL_EnableKeyRepeat(250, 50);
>      SDL_EnableUNICODE(1);
>      gui_grab = 0;

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>