diff options
author | Egbert Eich <eich@suse.de> | 2004-04-02 21:47:35 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-02 21:47:35 +0000 |
commit | e733e17b5b030525c9a61d7bd8f560736f77e8b7 (patch) | |
tree | 458fcd608fa721359c2c2011f185989c5a64e54c | |
parent | 514a6cc61dc2d50f347883b1423191e6ad0e487d (diff) |
70. Merging in the TM branch (Egbert Eich).xo-6_7_0XORG-RELEASE-1-STSF-FORKXORG-RELEASE-1-MERGEXORG-CYGWIN-MERGEXORG-CYGWIN-LAST-MERGEXORG-6_7_0XORG-RELEASE-1
-rw-r--r-- | setxkbmap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/setxkbmap.c b/setxkbmap.c index eb81cba..d89d110 100644 --- a/setxkbmap.c +++ b/setxkbmap.c @@ -1,3 +1,4 @@ +/* $XdotOrg: xc/programs/setxkbmap/setxkbmap.c,v 3.7 2003/01/20 04:15:08 dawes Exp $ */ /************************************************************ Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc. @@ -49,7 +50,7 @@ #define DFLT_XKB_CONFIG_ROOT "/usr/X11R6/lib/X11/xkb" #endif #ifndef DFLT_XKB_RULES_FILE -#define DFLT_XKB_RULES_FILE "xfree86" +#define DFLT_XKB_RULES_FILE __XKBDEFRULES__ #endif #ifndef DFLT_XKB_LAYOUT #define DFLT_XKB_LAYOUT "us" |