mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-02 16:38:27 +02:00
Mark recently added _cairo_output_stream_print_matrix private symbol
This fixes a distcheck error about a local PLT entry. Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
This commit is contained in:
parent
ae954ae3ea
commit
4450af4f03
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ _cairo_output_stream_printf (cairo_output_stream_t *stream,
|
|||
...) CAIRO_PRINTF_FORMAT (2, 3);
|
||||
|
||||
/* Print matrix element values with rounding of insignificant digits. */
|
||||
void
|
||||
cairo_private void
|
||||
_cairo_output_stream_print_matrix (cairo_output_stream_t *stream,
|
||||
const cairo_matrix_t *matrix);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue