X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Foutput%2Fcairo-chart.c;h=a776eab3fc7aed926cb2de4986a235a60017fa8d;hb=20751c90d1d6131fede84358ea2581d9ed443ae3;hp=b5e17e0f11d15b143b4b577d0833dcc5e44f8f38;hpb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;p=pspp-builds.git diff --git a/src/output/cairo-chart.c b/src/output/cairo-chart.c index b5e17e0f..a776eab3 100644 --- a/src/output/cairo-chart.c +++ b/src/output/cairo-chart.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2004, 2009 Free Software Foundation, Inc. + Copyright (C) 2004, 2009, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -83,7 +83,7 @@ xrchart_geometry_free (cairo_t *cr UNUSED, struct xrchart_geometry *geom) free (geom->dataset); } -#if ! PANGO_VERSION_CHECK (2, 22, 0) +#if ! PANGO_VERSION_CHECK (1, 22, 0) int pango_layout_get_baseline (PangoLayout *layout); /* Shamelessly copied from the pango source */