This is the mail archive of the
cygwin-xfree@cygwin.com
mailing list for the Cygwin XFree86 project.
Re: be / international keyboard with xserv 4.3.0-57
On Wed, 17 Mar 2004, Alexander Gottwald wrote:
> On Wed, 17 Mar 2004, Stefaan Simoens wrote:
>
> > Hello,
> >
> >
> > (--) winConfigKeyboard - Layout: "00000813" (00000813)
> > (EE) Keyboardlayout "Belgisch (punt)" (00000813) is unknown
> > (++) XKB: layout: "be"
> > (++) XKB: variant: "be"
> > (++) XKB: options: "be"
> > Rules = "xfree86" Model = "pc101" Layout = "be" Variant = "be" Options =
> > "be"
>
> Something is strange. The variant and options is set with the -xkblayout too.
> This should not happen.
>
> I'm investigating it.
Found it: winconfig.c
if (s)
{
g_winInfo.xkb.layout = NULL_IF_EMPTY (s);
winMsg (from, "XKB: layout: \"%s\"\n", s);
}
+ s = NULL;
if (g_cmdline.xkbVariant)
{
s = g_cmdline.xkbVariant;
from = X_CMDLINE;
}
(and some other similar places)
@Harold: I noticed the code in winconfig.c differs from CVS. Is this intention?
The CVS does not contain the bug.
bye
ago
--
Alexander.Gottwald@s1999.tu-chemnitz.de
http://www.gotti.org ICQ: 126018723