mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-02 11:58:00 +02:00
[cairo-font-options] Add private alias for set_lcd_filter()
check-plt was rightfully claiming about an internal use of a public symbol, so add the missing private alias.
This commit is contained in:
parent
221599ab0f
commit
7ffd8bbcb0
2 changed files with 2 additions and 0 deletions
|
|
@ -355,6 +355,7 @@ cairo_font_options_set_lcd_filter (cairo_font_options_t *options,
|
|||
|
||||
options->lcd_filter = lcd_filter;
|
||||
}
|
||||
slim_hidden_def (cairo_font_options_set_lcd_filter);
|
||||
|
||||
/**
|
||||
* cairo_font_options_get_lcd_filter:
|
||||
|
|
|
|||
|
|
@ -2366,6 +2366,7 @@ slim_hidden_proto (cairo_font_options_merge);
|
|||
slim_hidden_proto (cairo_font_options_set_antialias);
|
||||
slim_hidden_proto (cairo_font_options_set_hint_metrics);
|
||||
slim_hidden_proto (cairo_font_options_set_hint_style);
|
||||
slim_hidden_proto (cairo_font_options_set_lcd_filter);
|
||||
slim_hidden_proto (cairo_font_options_set_subpixel_order);
|
||||
slim_hidden_proto (cairo_font_options_status);
|
||||
slim_hidden_proto (cairo_get_current_point);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue