diff options
author | Tor Lillqvist <tml@novell.com> | 2005-07-25 10:19:15 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-07-25 10:19:15 +0000 |
commit | 030411be6b45c80fe136c0a1d069ff2e2599b7fe (patch) | |
tree | 16e18a90c8617e424df4f2e7c4ad20733b1915ee /pango/pangocairo-win32font.c | |
parent | d5142f02455703ea61bd11f308ef844e9b20ebbd (diff) | |
download | pango-030411be6b45c80fe136c0a1d069ff2e2599b7fe.tar.gz |
configure.in Fix a few typos that prevented build on Win32.
2005-07-25 Tor Lillqvist <tml@novell.com>
* configure.in
* pango/pangocairo-win32font.c (_pango_cairo_win32_font_new): Fix
a few typos that prevented build on Win32.
* pango/pango.def: Add pango_is_zero_width.
Diffstat (limited to 'pango/pangocairo-win32font.c')
-rw-r--r-- | pango/pangocairo-win32font.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangocairo-win32font.c b/pango/pangocairo-win32font.c index 8493d8f8..c548b933 100644 --- a/pango/pangocairo-win32font.c +++ b/pango/pangocairo-win32font.c @@ -1,5 +1,5 @@ /* Pango - * pangocairowin32-font.c: Cairo font handling, fontconfig backend + * pangocairowin32-font.c: Cairo font handling, Win32 backend * * Copyright (C) 2000-2005 Red Hat Software * @@ -350,7 +350,7 @@ _pango_cairo_win32_font_new (PangoCairoWin32FontMap *cwfontmap, win32font->size, &win32font->logfont); - cffont->options = cairo_font_options_copy (_pango_cairo_context_get_merged_font_options (context)); + cwfont->options = cairo_font_options_copy (_pango_cairo_context_get_merged_font_options (context)); return PANGO_FONT (cwfont); } |