kdrive sdl seems broken

Peter Hutterer peter.hutterer at who-t.net
Sun Sep 6 15:31:21 PDT 2009


On Sat, Sep 05, 2009 at 01:11:12AM +0200, bouleetbil wrote:
> http://cgit.freedesktop.org/xorg/xserver/commit/?id=305ab237f666936cd812c464bf43f86f6079838e
> this commit delete KeySymsRec keySyms; without we can't build kdrive sdl ;)
> 
> sdl.c: In function 'sdlKeyboardInit':
> sdl.c:307: error: 'KdKeyboardInfo' has no member named 'keySyms'
> sdl.c:308: error: 'KdKeyboardInfo' has no member named 'keySyms'
> sdl.c:309: error: 'KdKeyboardInfo' has no member named 'keySyms'
> sdl.c:310: error: 'KdKeyboardInfo' has no member named 'keySyms'
> 
> -- 
> #--------------------------------------------------------------------------- 
> #                            Bouleetbil
> #
> #---------------------------------------------------------------------------  
> #     http://www.frogdev.info
> #             _    _
> #            (o)--(o)
> #           /.______.\
> #           \________/
> #          ./        \.
> #         ( .        , )
> #          \ \_\\//_/ /
> #           ~~  ~~  ~~
> #--------------------------------------------------------------------------- 
> --- xorg-server/src/xorg-server-1.6.99.900/hw/kdrive/src/kdrive.h~	2009-09-05 01:01:05.000000000 +0200
> +++ xorg-server-1.6.99.900/hw/kdrive/src/kdrive.h	2009-09-05 01:01:05.000000000 +0200
> @@ -305,6 +305,7 @@
>  
>      int                 minScanCode;
>      int                 maxScanCode;
> +    KeySymsRec 		keySyms; 
>  
>      int                 leds;
>      int                 bellPitch;

wrong approach. the keySyms struct has been removed completely from the rest
of the server so just putting it back in will make it compile but not work
properly.

Please file a bug and make it a blocker for
http://bugs.freedesktop.org/show_bug.cgi?id=23613


thanks.

Cheers,
  Peter



More information about the xorg mailing list