rpms/xorg-x11-server/FC-5 xorg-x11-server-1.0.1-fix-bz187083.patch, NONE, 1.1.2.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Apr 2 16:41:53 UTC 2006


Author: dwmw2

Update of /cvs/dist/rpms/xorg-x11-server/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv24172

Added Files:
      Tag: private-wtf-bz187083-branch
	xorg-x11-server-1.0.1-fix-bz187083.patch 
Log Message:
Fox for BZ187083

xorg-x11-server-1.0.1-fix-bz187083.patch:
 lnx_KbdMap.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xorg-x11-server-1.0.1-fix-bz187083.patch ---
--- xorg-server-1.0.1/hw/xfree86/os-support/linux/lnx_KbdMap.c~	2005-07-03 11:51:16.000000000 +0100
+++ xorg-server-1.0.1/hw/xfree86/os-support/linux/lnx_KbdMap.c	2006-04-02 17:37:10.000000000 +0100
@@ -180,7 +180,7 @@ static KeySym linux_to_x[256] = {
 /*
  * Maps the AT keycodes to Linux keycodes
  */
-static unsigned char at2lnx[NUM_KEYCODES] =
+static unsigned char at2lnx[] =
 {
 	0x01,	/* KEY_Escape */	0x02,	/* KEY_1 */
 	0x03,	/* KEY_2 */		0x04,	/* KEY_3 */




More information about the fedora-cvs-commits mailing list