Update Cairo version check.

Should presumably have been part of 3f18576dee.
This commit is contained in:
Paul Cornett 2018-08-03 09:53:36 -07:00
parent 6907a59bc3
commit 85bdd1be9f

View File

@ -2156,8 +2156,7 @@ wxCairoContext::wxCairoContext( wxGraphicsRenderer* renderer, HDC handle )
// bug 96482) so in this case we would need to pass non-transformed
// DC to Cairo and to apply original DC transformation to the Cairo
// context operations on our own.
// We believe this bug will be fixed in the next Cairo version.
if ( cairo_version() <= CAIRO_VERSION_ENCODE(1, 15, 2) )
if ( cairo_version() < CAIRO_VERSION_ENCODE(1, 15, 12) )
{
POINT devOrg;
::GetViewportOrgEx(handle, &devOrg);