This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: be / international keyboard with xserv 4.3.0-57


Alexander Gottwald wrote:

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.

We are not quite completely releasing from CVS yet. It won't happen until about a week or two from now. So there are some minor differences between the two code bases still.


Harold


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]