CVS: [VZ] wxWindows/src/gtk dcclient.cpp,1.252,1.253
Paul Cornett
pc-wx at bullseye.com
Fri Apr 13 10:16:45 PDT 2007
> Modified Files:
> dcclient.cpp
> Log Message:
> don't use Pango hack for drawing underlined text when using new
> enough version of Pango (patch 1697040)
...
> +#ifdef PANGO_VERSION_MAJOR
> + // in Pango >= 1.16 the "underline of leading/trailing spaces"
> bug has been fixed...
> + static bool pangoOk = (pango_version_check(1, 16, 1) == NULL);
> +#else
Doesn't this mean that if you build against pango-1.16, it won't run
with an earlier version, because pango_version_check() is not there?
More information about the wx-dev
mailing list