Hi,

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;
_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to