Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/x11/Xserver/xkb NetBSD.cf unconditionally turns on XKB_ALWAY...



details:   https://anonhg.NetBSD.org/src/rev/c8845e4870d0
branches:  trunk
changeset: 581019:c8845e4870d0
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Fri May 20 12:53:22 2005 +0000

description:
NetBSD.cf unconditionally turns on XKB_ALWAYS_USES_SOFT_REPEAT.  Do the same
here so that auto-repeat works in, e.g., Xsun.  This should solve
PR port-sparc/28908.

diffstat:

 x11/Xserver/xkb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r abdd346d27e9 -r c8845e4870d0 x11/Xserver/xkb/Makefile
--- a/x11/Xserver/xkb/Makefile  Fri May 20 12:49:14 2005 +0000
+++ b/x11/Xserver/xkb/Makefile  Fri May 20 12:53:22 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2004/03/06 03:31:08 rtr Exp $
+#      $NetBSD: Makefile,v 1.8 2005/05/20 12:53:22 bjh21 Exp $
 
 .include "../Makefile.serverlib"
 
@@ -27,7 +27,7 @@
                -I${X11SRCDIR.xc}/programs/Xserver/${LIB} \
                -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/common
 
-CPPFLAGS+=     -DXKB_IN_SERVER
+CPPFLAGS+=     -DXKB_IN_SERVER -DXKB_ALWAYS_USES_SOFT_REPEAT
 
 CPPFLAGS.xkbInit.c=    -DXKB_BASE_DIRECTORY=\"${X11LIBDIR}/xkb\" \
                        -DXKB_DFLT_DISABLED=0



Home | Main Index | Thread Index | Old Index