On Tue, 4 Feb 2003, David Dawes wrote: > > Have you looked into why XkbGetKeyboard() is returning NULL? >
Only briefly, the trail of the error led to a so dark place that I didn't dare to enter it :-) XkbGetKeyboard() calls XkbGetKeyboardByName(). That in turn uses _XReply() to fill in a xkbGetKbdByNameReply struct, and either that call fails, or the "reported" field of the struct is set to zero. (line 142 in XKBGetByName.c) Thats where I decided to stop the hunt and turn back - ie fix the symptom. My knowledge of X is very limited, so even if would have pursued it I don't know if I would have been competent enough to produce a good fix. //Tapani _______________________________________________ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel
