[balsa/wip/gtk4: 43/351] Fix function name



commit cb1fd9e2f19fb73cb916929b7d7a6bd233807da6
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Tue Oct 24 12:51:06 2017 -0400

    Fix function name

 src/balsa-print-object.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/balsa-print-object.c b/src/balsa-print-object.c
index 7b14651..1532c76 100644
--- a/src/balsa-print-object.c
+++ b/src/balsa-print-object.c
@@ -441,8 +441,8 @@ split_for_layout(PangoLayout * layout, const gchar * text,
 /* print a cairo_surface_t to cairo at the specified position and with the
  * specified scale */
 gboolean
-cairo_print_pixbuf(cairo_t * cairo_ctx, const cairo_surface_t * surface,
-                  gdouble c_at_x, gdouble c_at_y, gdouble scale)
+cairo_print_surface(cairo_t * cairo_ctx, const cairo_surface_t * surface,
+                   gdouble c_at_x, gdouble c_at_y, gdouble scale)
 {
     gint width;
     gint height;


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