summaryrefslogtreecommitdiff
path: root/pango/pango-types.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-05-31 11:40:58 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-05-31 11:40:58 +0000
commit9fc190c59e7b4f1357c027685af782242ffc68e0 (patch)
tree96337eba00a27b61a6a2636dc63491b36f962d09 /pango/pango-types.h
parent31e0850c421fcc777c452121eb5c68fcf2ce3cda (diff)
downloadpango-9fc190c59e7b4f1357c027685af782242ffc68e0.tar.gz
Fix 'new' as parameter name (C++ compatibility issue). (#143430, David
Mon May 31 07:39:01 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-utils.c pango/pango-types.h (pango_matrix_concat): Fix 'new' as parameter name (C++ compatibility issue). (#143430, David Hawthorne)
Diffstat (limited to 'pango/pango-types.h')
-rw-r--r--pango/pango-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-types.h b/pango/pango-types.h
index 55283fbd..e953c3d0 100644
--- a/pango/pango-types.h
+++ b/pango/pango-types.h
@@ -108,7 +108,7 @@ void pango_matrix_scale (PangoMatrix *matrix,
void pango_matrix_rotate (PangoMatrix *matrix,
double degrees);
void pango_matrix_concat (PangoMatrix *matrix,
- PangoMatrix *new);
+ PangoMatrix *new_matrix);
#define PANGO_SCALE 1024
#define PANGO_PIXELS(d) (((d) >= 0) ? \