Hi Francois,
On Fri, 2011-07-08 at 08:10 +0200, Francois Tigeot wrote:
The file libs-gui/tools/inc/tools/prex.h tries to detect the presence of
the X11 keyboard extension (XKB) in a completely bogus way - by hardcoding
a value depending on the operating system it is build for:
Lol ;-)
// FIXME: should really check for xfree86 or for X11R6.1 and higher
#if defined(LINUX) || defined(FREEBSD) || defined(MACOSX) || defined(NETBSD) || \
defined(OPENBSD) || defined(DRAGONFLY)
#define __XKeyboardExtension__ 1
So - reading the above it really looks like an:
#ifndef defined(SOLARIS)
which is somewhat odd, since it should have XKB too.
Now, I could try to use something less brain damaged to detect the presence
of the XKB extension but it has been part of X since X11R6.1 which has been
released in March 1996 ...
Lets kill that :-)
ATB,
Michael.
--
michael.meeks@novell.com <><, Pseudo Engineer, itinerant idiot
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.