Index: xc/programs/Xserver/hw/xfree86/common/xf86Init.c =================================================================== RCS file: /cvs/fd/xorg/xc/programs/Xserver/hw/xfree86/common/xf86Init.c,v retrieving revision 1.11 diff -u -r1.11 xf86Init.c --- xc/programs/Xserver/hw/xfree86/common/xf86Init.c 18 Aug 2004 18:41:40 -0000 1.11 +++ xc/programs/Xserver/hw/xfree86/common/xf86Init.c 19 Aug 2004 05:01:50 -0000 @@ -144,6 +144,7 @@ #endif static Bool formatsDone = FALSE; +#ifdef USE_DEPRECATED_KEYBOARD_DRIVER InputDriverRec xf86KEYBOARD = { 1, "keyboard", @@ -153,6 +154,17 @@ NULL, 0 }; +#else +InputDriverRec xf86KEYBOARD = { + 1, + "xxx", + NULL, + NULL, + NULL, + NULL, + 0 +}; +#endif static Bool xf86CreateRootWindow(WindowPtr pWin)