[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[Bug 449356] Refactor gfxPangoFontGroup for user fonts



Do not reply to this email.  You can add comments to this bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=449356


Karl Tomlinson (:karlt) <mozbugz karlt net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #346344|0                           |1
        is obsolete|                            |
 Attachment #346569|0                           |1
        is obsolete|                            |




--- Comment #19 from Karl Tomlinson (:karlt) <mozbugz karlt net>  2008-11-05 17:41:32 PST ---
Created an attachment (id=346583)
 --> (https://bugzilla.mozilla.org/attachment.cgi?id=346583)
including all changes in one patch

Including all changes in one patch.  The only new change here is removal of the
"static" keyword from the typedef (which some compilers didn't seem to
mind/notice).

--- a/gfx/thebes/src/gfxPangoFonts.cpp
+++ b/gfx/thebes/src/gfxPangoFonts.cpp
@@ -601,8 +601,6 @@ private:
     PRPackedBool mHaveFallbackFonts;
 };
-
-static

 typedef FcBool (*FcPatternRemoveFunction)(FcPattern *p, const char *object,
                                           int id);

-- 
Configure bugmail: https://bugzilla.mozilla.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]