[cairo] [PATCH 3/7] Mark recently added _cairo_output_stream_print_matrix private symbol

Bryce W. Harrington b.harrington at samsung.com
Wed Feb 26 14:29:41 PST 2014


This fixes a distcheck error about a local PLT entry.

Signed-off-by: Bryce Harrington <b.harrington at samsung.com>
---
 src/cairo-output-stream-private.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cairo-output-stream-private.h b/src/cairo-output-stream-private.h
index 38a137f..2542646 100644
--- a/src/cairo-output-stream-private.h
+++ b/src/cairo-output-stream-private.h
@@ -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);
 
-- 
1.7.9.5


More information about the cairo mailing list