After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 311627 - pangocairo-win32font.c: function name typo
pangocairo-win32font.c: function name typo
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: win32
1.9.x
Other All
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
pango-maint
Depends on:
Blocks:
 
 
Reported: 2005-07-26 17:30 UTC by Kazuki Iwamoto
Modified: 2005-07-26 18:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kazuki Iwamoto 2005-07-26 17:30:07 UTC
Please describe the problem:
At pango_cairo_win32_font_install, cairo_set_font_optoins is called.

Steps to reproduce:
1. compile this file

Actual results:
following message is displayed.
pangocairo-win32font.c(141) : error C4013: 'cairo_set_font_optoins' undefined;
assuming extern returning int

Expected results:
rename to cairo_set_font_options

Does this happen every time?
every time

Other information:
Comment 1 Owen Taylor 2005-07-26 18:13:20 UTC
2005-07-26  Owen Taylor  <otaylor@redhat.com>

        * pango/pangocairo-win32font.c (pango_cairo_win32_font_install):
        Fix typo (#311627, Kazuki IWAMOTO)