Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 214756
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- cairomm/enums.h
0
++ cairomm/enums.h
Lines 192-198 typedef enum Link Here
192
    FONT_TYPE_TOY = CAIRO_FONT_TYPE_TOY,
192
    FONT_TYPE_TOY = CAIRO_FONT_TYPE_TOY,
193
    FONT_TYPE_FT = CAIRO_FONT_TYPE_FT,
193
    FONT_TYPE_FT = CAIRO_FONT_TYPE_FT,
194
    FONT_TYPE_WIN32 = CAIRO_FONT_TYPE_WIN32,
194
    FONT_TYPE_WIN32 = CAIRO_FONT_TYPE_WIN32,
195
    FONT_TYPE_ATSUI = CAIRO_FONT_TYPE_ATSUI
195
    FONT_TYPE_ATSUI = CAIRO_FONT_TYPE_QUARTZ, /**< @deprecated Use FONT_TYPE_QUARTZ instead. */
196
    FONT_TYPE_QUARTZ = CAIRO_FONT_TYPE_QUARTZ
196
} FontType;
197
} FontType;
197
198
198
} // namespace Cairo
199
} // namespace Cairo

Return to bug 214756